ref #8146 move term type to top in details view
[taxeditor.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index fbd3d8a2225524e3dcbc80646540a6de3e3e6a79..d07de5e48e7eb0245026fac4db136044818a589e 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.6.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.6.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.6.0-SNAPSHOT</taxeditor.version>
     <update.dir>snapshot</update.dir>
     <unitils.version>3.4.2</unitils.version>
     <log4j.version>1.2.17</log4j.version>
       <!-- your SVN account id please! -->
       <id>a.kohlbecker</id>
       <name>
-        Andreas Kohlbecker
-      </name>
+                Andreas Kohlbecker
+            </name>
       <email>a.kohlbecker [at] bgbm.org</email>
       <organization>
-        Botanic Garden Botanical Museum Berlin
-      </organization>
+                Botanical Garden Botanical Museum Berlin
+            </organization>
       <organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
       <timezone>+1</timezone>
       <roles>
-        <role>Java Developer</role>
         <role>Architect</role>
+        <role>Java Developer</role>
+        <role>Release Manager</role>
+      </roles>
+      <url/>
+    </developer>
+    <developer>
+      <!-- your SVN account id please! -->
+      <id>k.luther</id>
+      <name>
+                Katja Luther
+            </name>
+      <email>k.luther [at] bgbm.org</email>
+      <organization>
+                Botanical Garden Botanical Museum Berlin
+            </organization>
+      <organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
+      <timezone>+1</timezone>
+      <roles>
+        <role>Java Developer</role>
       </roles>
       <url/>
     </developer>
       <!-- your SVN account id please! -->
       <id>a.mueller</id>
       <name>
-        Andreas Müller
-      </name>
+                Andreas Müller
+            </name>
       <email>a.mueller [at] bgbm.org</email>
       <organization>
-        Botanic Garden Botanical Museum Berlin
-      </organization>
+                Botanical Garden Botanical Museum Berlin
+            </organization>
       <organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
       <timezone>+1</timezone>
       <roles>
-        <role>Java Developer</role>
         <role>Architect</role>
+        <role>Java Developer</role>
+        <role>Release Manager</role>
+      </roles>
+      <url/>
+    </developer>
+    <developer>
+      <!-- your SVN account id please! -->
+      <id>p.plitzner</id>
+      <name>
+               Patrick Plitzner
+            </name>
+      <email>p.plitzner [at] bgbm.org</email>
+      <organization>
+                Botanical Garden Botanical Museum Berlin
+            </organization>
+      <organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
+      <timezone>+1</timezone>
+      <roles>
+        <role>Java Developer</role>
       </roles>
       <url/>
     </developer>
   </issueManagement>
   <ciManagement>
     <system>Jenkins</system>
-    <url>http://160.45.63.201/jenkins/view/EDIT%20Taxonomic%20Editor/
+    <url>http://int.e-taxonomy.eu/jenkins/view/EDIT%20Taxonomic%20Editor/
     </url>
   </ciManagement>
   <!-- **** REPOSITORIES **** -->
       <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>