fix #8959: set focus to synonym after moving synonym to other homotypic group
[taxeditor.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index c39b0c40707900b63403d1e6aa9bf5363abe9def..358379fe36452a15998b6580330ad2b305158c05 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
   </prerequisites>
   <groupId>eu.etaxonomy</groupId>
   <artifactId>taxeditor-parent</artifactId>
-  <version>5.5.1</version>
+  <version>5.15.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.5.1</cdmlib.version>
+    <cdmlib.version>5.15.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.0.0</tycho.version>
-    <taxeditor.version>5.5.1</taxeditor.version>
+    <taxeditor.version>5.15.0-SNAPSHOT</taxeditor.version>
     <update.dir>snapshot</update.dir>
     <unitils.version>3.4.2</unitils.version>
     <log4j.version>1.2.17</log4j.version>
     <javadoc.opts>-Xdoclint:none</javadoc.opts>
+    <httpcomponents.version>4.5.11</httpcomponents.version>
+    <jetty-version>9.4.26.v20200117</jetty-version>
   </properties>
   <modules>
     <module>eu.etaxonomy.taxeditor.cdmlib</module>
     <module>eu.etaxonomy.taxeditor.feature.platform</module>
     <module>eu.etaxonomy.taxeditor.feature</module>
     <module>eu.etaxonomy.taxeditor</module>
+    <!-- 
+        By now tests come after the product build!
+        
+        The original reason for this is unclear, but 
+        momentarily the test ProgressMonitorServiceTest.testMonitLongRunningMethodWithException()
+        frequently fails for unknown reasons and would block building the products.
+    -->
     <module>eu.etaxonomy.taxeditor.test</module>
   </modules>
   <scm>
             <id>attach-sources</id>
             <phase>verify</phase>
             <goals>
-              <goal>jar</goal>
+              <goal>jar-no-fork</goal>
             </goals>
           </execution>
         </executions>
         <artifactId>itextpdf</artifactId>
         <version>5.5.8</version>
       </dependency>
+      <dependency>
+        <groupId>org.apache.httpcomponents</groupId>
+        <artifactId>httpclient</artifactId>
+        <version>${httpcomponents.version}</version>
+      </dependency>
     </dependencies>
   </dependencyManagement>
 </project>