updating some more dependencies (mostly versions defined in local poms and Xerces)
[cdmlib.git] / cdmlib-commons / pom.xml
index 6725008e2313d35d933c2b3353159dfb254d3932..001c89542fda29cfd125f93f166c6ef7ef930d57 100644 (file)
@@ -6,8 +6,8 @@
   <parent>
     <groupId>eu.etaxonomy</groupId>
     <artifactId>cdmlib-parent</artifactId>
-    <version>3.0.4-SNAPSHOT</version>
-       <relativePath>pom.xml</relativePath>
+    <version>3.1.4-SNAPSHOT</version>
+       <relativePath>../pom.xml</relativePath>
   </parent>
   
   <modelVersion>4.0.0</modelVersion>
@@ -16,7 +16,7 @@
   <description>EDIT CDM library - Commons</description>
   <scm>
     <connection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-commons/</connection>
-    <developerConnection>scm:svn:https://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-commons/</developerConnection>
+    <developerConnection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-commons/</developerConnection>
     <url>http://dev.e-taxonomy.eu/trac/browser/trunk/cdmlib/cdmlib-commons/</url>
   </scm>
   
@@ -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