change logger
[taxeditor.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index d3e9c64505927fbda4a71e692292b926f678506d..743181d10a6dd2713e20e2ff69e579da8a07b5c9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
   </prerequisites>
   <groupId>eu.etaxonomy</groupId>
   <artifactId>taxeditor-parent</artifactId>
-  <version>5.31.0-SNAPSHOT</version>
+  <version>5.35.0-SNAPSHOT</version>
   <name>EDIT Taxonomic Editor</name>
   <description>The Taxonomic Editor for EDIT's platform for
     cybertaxonomy
   <properties>
     <java.codelevel>1.8</java.codelevel>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <cdmlib.version>5.31.0-SNAPSHOT</cdmlib.version>
+    <cdmlib.version>5.35.0-SNAPSHOT</cdmlib.version>
     <!-- TODO can we use project.version ????? -->
     <!-- Increasing tycho above 0.22.0 will fail for the macosx build because 
       for higher version numbers tycho needs to be build against Eclipse Mars or 
       higher -->
     <tycho.version>1.7.0</tycho.version>
-    <taxeditor.version>5.31.0-SNAPSHOT</taxeditor.version>
+    <taxeditor.version>5.35.0-SNAPSHOT</taxeditor.version>
     <update.dir>snapshot</update.dir>
-    <log4j.version>1.2.17</log4j.version>
+    <log4j.version>2.19.0</log4j.version>
     <httpcomponents.version>4.5.13</httpcomponents.version>
     <jetty-version>9.4.26.v20200117</jetty-version>
     <doclint>none</doclint>
   
+  
     <!-- see according comment in cdmlib for possible finetuning -->
   </properties>
   <modules>
     </license>
   </licenses>
   <developers>
-    <developer>
-      <!-- your SVN account id please! -->
-      <id>a.kohlbecker</id>
-      <name>Andreas Kohlbecker</name>
-      <email>a.kohlbecker [at] bgbm.org</email>
-      <organization>Botanical Garden Botanical Museum Berlin</organization>
-      <organizationUrl>https://www.bgbm.org/en/biodiversity-informatics</organizationUrl>
-      <timezone>+1</timezone>
-      <roles>
-        <role>Architect</role>
-        <role>Java Developer</role>
-        <role>Release Manager</role>
-      </roles>
-      <url/>
-    </developer>
     <developer>
       <!-- your SVN account id please! -->
       <id>k.luther</id>
       <url>https://cybertaxonomy.eu/mavenrepo/</url>
     </pluginRepository>
   </pluginRepositories>
+  <!-- BUILD -->
   <build>
     <plugins>
       <plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>3.0.0-M5</version>
+        <version>3.0.0-M7</version>
         <configuration>
           <includes>
             <include>**/*Test.java</include>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-antrun-plugin</artifactId>
-          <version>3.0.0</version>
+          <version>3.1.0</version>
         </plugin>
       </plugins>
     </pluginManagement>
   </build>
+  <!-- ******* REPORTING ***** -->
   <reporting>
     <plugins>
       <plugin>
         <artifactId>maven-jxr-plugin</artifactId>
         <version>3.1.1</version>
       </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-changes-plugin</artifactId>
-        <version>2.12.1</version>
-        <configuration>
-          <issueLinkTemplatePerSystem>
-            <default>%URL%/ticket/%ISSUE%</default>
-          </issueLinkTemplatePerSystem>
-        </configuration>
-        <reportSets>
-          <reportSet>
-            <reports>
-              <report>changes-report</report>
-            </reports>
-          </reportSet>
-        </reportSets>
-      </plugin>
     </plugins>
   </reporting>
   <!-- DISTRIBUTION MANAGEMENT -->
       </url>
     </repository>
   </distributionManagement>
+  <!-- DEPENDENCY MANAGEMENT -->
   <dependencyManagement>
     <dependencies>
       <dependency>
         <groupId>com.itextpdf</groupId>
         <artifactId>itextpdf</artifactId>
-        <version>5.5.13.2</version>
+        <version>5.5.13.3</version>
       </dependency>
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>