update poms to 3.4
[cdmlib.git] / cdmlib-commons / pom.xml
index 05927eb441934a5bc2fa1357867d016f64deafa3..4519ba9f38574578530378bc3fb34c4ffbe2eedb 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>eu.etaxonomy</groupId>
     <artifactId>cdmlib-parent</artifactId>
-    <version>3.0.9-SNAPSHOT</version>
+    <version>3.4.0-SNAPSHOT</version>
        <relativePath>../pom.xml</relativePath>
   </parent>
   
@@ -26,7 +26,7 @@
       <artifactId>org.springframework.test</artifactId>
     </dependency>
     <dependency>
-      <groupId>jdom</groupId>
+      <groupId>org.jdom</groupId>
       <artifactId>jdom</artifactId>
     </dependency>
     
       <artifactId>httpclient</artifactId>
     </dependency>
    
+    <!-- AptView -->
+    <dependency>
+      <groupId>org.apache.maven.doxia</groupId>
+      <artifactId>doxia-module-apt</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.doxia</groupId>
+      <artifactId>doxia-module-xhtml</artifactId>
+    </dependency>
+
   </dependencies>
 </project>
\ No newline at end of file