updated classpath file to add sourcepaths for cdmlib jars
[taxeditor.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 5846dd9bddc9559b08c55a20f5267347d370e64d..3824185271f7024ef54d79845eec906cdc9524a3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
   </prerequisites>
   <groupId>eu.etaxonomy</groupId>
   <artifactId>taxeditor-parent</artifactId>
-  <version>3.0.9.201202071125</version>
+  <version>3.2.0-SNAPSHOT</version>
   <name>EDIT Taxonomic Editor</name>
   <description>The Taxonomic Editor for EDIT's platform for cybertaxonomy</description>
   <url>http://wp5.e-taxonomy.eu</url>
@@ -14,9 +14,9 @@
   <packaging>pom</packaging>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <cdmlib.version>3.0.9</cdmlib.version>
-    <tycho.version>0.13.0</tycho.version>
-    <taxeditor.version>3.0.9</taxeditor.version>
+    <cdmlib.version>3.2-SNAPSHOT</cdmlib.version><!-- TODO can we use project.version ????? -->
+    <tycho.version>0.14.0</tycho.version>
+    <taxeditor.version>3.2.0-SNAPSHOT</taxeditor.version>
   </properties>
   <modules>
     <module>eu.etaxonomy.taxeditor.cdmlib</module>
   <developers>
     <developer>
       <!-- your SVN account id please! -->
-      <id>n.hoffmann</id>
+      <id>a.kohlbecker</id>
       <name>
-                               Niels Hoffmann
+                       Andreas Kohlbecker
                        </name>
-      <email>n.hoffmann [at] bgbm.org</email>
+      <email>a.kohlbecker [at] bgbm.org</email>
+      <organization>
+                               Botanic Garden Botanical Museum Berlin
+                       </organization>
+      <organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
+      <timezone>+1</timezone>
+      <roles>
+        <role>Java Developer</role>
+        <role>Architect</role>
+      </roles>
+      <url/>
+    </developer>
+       <developer>
+      <!-- your SVN account id please! -->
+      <id>a.mueller</id>
+      <name>
+                               Andreas Müller
+                       </name>
+      <email>a.mueller [at] bgbm.org</email>
       <organization>
                                Botanic Garden Botanical Museum Berlin
                        </organization>
         <version>1.0-beta-2</version>
       </extension>
     </extensions>
+    <pluginManagement>
+      <plugins>
+       <plugin>
+         <groupId>org.apache.maven.plugins</groupId>
+         <artifactId>maven-antrun-plugin</artifactId>
+         <version>1.7</version>
+       </plugin>
+      </plugins>
+    </pluginManagement>
   </build>
   <reporting>
     <plugins>