Updated version in pom / project files to taxeditor version : 4.8.1 and cdmlib versio...
[taxeditor.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index a58ad2ac7885ee966ff3524b831de2e71b61f6d4..a967726f3321cdf4eadd8fbe6ac6d2e093daa60e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
   </prerequisites>
   <groupId>eu.etaxonomy</groupId>
   <artifactId>taxeditor-parent</artifactId>
-  <version>4.7.0-SNAPSHOT</version>
+  <version>4.8.1</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.7.0-SNAPSHOT</cdmlib.version>
+    <cdmlib.version>4.8.0</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.7.0-SNAPSHOT</taxeditor.version>
+    <taxeditor.version>4.8.0</taxeditor.version>
     <update.dir>snapshot</update.dir>
     <unitils.version>3.4.2</unitils.version>
     <log4j.version>1.2.17</log4j.version>
@@ -32,6 +32,7 @@
   </properties>
   <modules>
     <module>eu.etaxonomy.taxeditor.cdmlib</module>
+    <module>eu.etaxonomy.taxeditor.workbench</module>
     <module>eu.etaxonomy.taxeditor.store</module>
     <module>eu.etaxonomy.taxeditor.navigation</module>
     <module>eu.etaxonomy.taxeditor.editor</module>
   </repositories>
   <pluginRepositories>
     <pluginRepository>
-      <!-- required for the plugin dependency cdmlib-db of the jetty-maven-plugin --> 
+      <!-- required for the plugin dependency cdmlib-db of the jetty-maven-plugin -->
       <id>EditRepository</id>
       <url>http://cybertaxonomy.eu/mavenrepo/</url>
     </pluginRepository>
           <target>${java.codelevel}</target>
         </configuration>
       </plugin>
-         <plugin>
+      <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>wagon-maven-plugin</artifactId>
         <version>1.0</version>
-               <configuration>
+        <configuration>
           <url>scpexe://cybertaxonomy.eu</url>
           <serverId>cybertaxonomy.eu</serverId>
         </configuration>
   </distributionManagement>
   <dependencyManagement>
     <dependencies>
-        <dependency>
-            <groupId>com.itextpdf</groupId>
-            <artifactId>itextpdf</artifactId>
-            <version>5.5.8</version>
-        </dependency>
+      <dependency>
+        <groupId>com.itextpdf</groupId>
+        <artifactId>itextpdf</artifactId>
+        <version>5.5.8</version>
+      </dependency>
     </dependencies>
- </dependencyManagement>
 </dependencyManagement>
 </project>