Updated version in pom / project files to taxeditor version : 5.2.0-SNAPSHOT and...
[taxeditor.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index fbd3d8a2225524e3dcbc80646540a6de3e3e6a79..390dcc4cadd6b39a674ae4a98b492bd8ea14d8eb 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
   </prerequisites>
   <groupId>eu.etaxonomy</groupId>
   <artifactId>taxeditor-parent</artifactId>
-  <version>4.9.1</version>
+  <version>5.2.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>4.9.0</cdmlib.version>
+    <cdmlib.version>5.2.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>4.9.0</taxeditor.version>
+    <taxeditor.version>5.2.0-SNAPSHOT</taxeditor.version>
     <update.dir>snapshot</update.dir>
     <unitils.version>3.4.2</unitils.version>
     <log4j.version>1.2.17</log4j.version>
       <layout>p2</layout>
       <url>http://download.eclipse.org/technology/swtbot/snapshots/</url>
     </repository>
-    <!-- The nebula repository (retention period 2 years starting Q32014) 
-      set here is an archived one so as to have a stable version of the jar when 
-      building the editor . Refer to #4452 for details -->
     <repository>
       <id>eclipse-nebula</id>
       <layout>p2</layout>
       <url>http://download.eclipse.org/nebula/releases/latest</url>
     </repository>
+    <repository>
+      <id>nattable</id>
+      <layout>p2</layout>
+      <url>http://download.eclipse.org/nattable/releases/1.5.0/repository/</url>
+    </repository>
     <repository>
       <id>eclipse-neon</id>
       <layout>p2</layout>
       <extension>
         <groupId>org.apache.maven.wagon</groupId>
         <artifactId>wagon-ssh</artifactId>
-        <version>1.0-beta-6</version>
+        <version>2.12</version>
       </extension>
       <extension>
         <groupId>org.apache.maven.wagon</groupId>
         <artifactId>wagon-ssh-external</artifactId>
-        <version>1.0-beta-6</version>
+        <version>2.12</version>
       </extension>
       <extension>
         <groupId>org.apache.maven.scm</groupId>