ref #8146 move term type to top in details view
[taxeditor.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 7cbd35d526fb47fe0494c5fa63a3b1190ad86107..d07de5e48e7eb0245026fac4db136044818a589e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
   </prerequisites>
   <groupId>eu.etaxonomy</groupId>
   <artifactId>taxeditor-parent</artifactId>
-  <version>4.15.0-SNAPSHOT</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.15.0-SNAPSHOT</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.15.0-SNAPSHOT</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 **** -->
           <target>${java.codelevel}</target>
         </configuration>
       </plugin>
-      <plugin>
-        <artifactId>maven-clean-plugin</artifactId>
-        <version>3.0.0</version>
-        <configuration>
-          <filesets>
-            <fileset>
-              <directory>../etaxonomy</directory>
-              <followSymlinks>false</followSymlinks>
-            </fileset>
-          </filesets>
-        </configuration>
-      </plugin>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>wagon-maven-plugin</artifactId>