ref #10400 fix test and adapt to moved TaxonOccurrenceRelationType
[taxeditor.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index c50844afbc260d061a673b65723844728f579e4e..75a19c7c642c57073f70fd832915c40c26d745f2 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
   </prerequisites>
   <groupId>eu.etaxonomy</groupId>
   <artifactId>taxeditor-parent</artifactId>
-  <version>5.32.0-SNAPSHOT</version>
+  <version>5.42.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.32.0-SNAPSHOT</cdmlib.version>
+    <cdmlib.version>5.42.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.32.0-SNAPSHOT</taxeditor.version>
+    <taxeditor.version>5.42.0-SNAPSHOT</taxeditor.version>
     <update.dir>snapshot</update.dir>
-    <log4j.version>2.17.2</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>
     <repository>
       <id>eclipse-indigo</id>
       <layout>p2</layout>
-      <url>http://download.eclipse.org/technology/swtbot/snapshots/</url>
+      <!--<url>http://download.eclipse.org/technology/swtbot/snapshots</url>-->
+      <url>http://download.eclipse.org/technology/swtbot/releases/latest</url>
     </repository>
     <repository>
       <id>eclipse-nebula</id>
       <layout>p2</layout>
-      <url>http://download.eclipse.org/nebula/releases/latest</url>
+      <url> https://archive.eclipse.org/nebula/Q22016/release/</url>
+    
+    
+    
+    
+    
+    
+      <!--<url>http://download.eclipse.org/nebula/releases/latest</url>-->
     </repository>
     <repository>
       <id>nattable</id>
       <url>https://cybertaxonomy.eu/mavenrepo/</url>
     </pluginRepository>
   </pluginRepositories>
+  <!-- BUILD -->
   <build>
     <plugins>
       <plugin>
         <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>