Merge branch 'release/5.1.0'
[cdmlib.git] / cdmlib-ext / pom.xml
index abb60e91671eea1ec32ad2642faf5cfa72a98b0c..e1ef131122624895e207e066ddcc75f7a9ed5ec2 100644 (file)
@@ -6,7 +6,7 @@
        <parent>
            <groupId>eu.etaxonomy</groupId>
            <artifactId>cdmlib-parent</artifactId>
-           <version>4.6.0-SNAPSHOT</version>
+           <version>5.1.0</version>
            <relativePath>../pom.xml</relativePath>
        </parent>
 
   <artifactId>cdmlib-ext</artifactId>
   <name>CDM External</name>
   <description>EDIT CDM library external services. Module for handling requests to non CDM library services like the EDIT geoservice.</description>
-  <scm>
-    <connection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-extern/</connection>
-    <developerConnection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-extern/</developerConnection>
-    <url>http://dev.e-taxonomy.eu/trac/browser/trunk/cdmlib/cdmlib-extern/</url>
-  </scm>
 
   <dependencies>
        <dependency>
@@ -29,7 +24,6 @@
         <groupId>eu.etaxonomy</groupId>
         <artifactId>cdmlib-test</artifactId>
         <scope>test</scope>
-        <version>${project.version}</version>
     </dependency>
 <!--           <dependency> -->
 <!--                   <groupId>eu.etaxonomy</groupId> -->
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
     </dependency>
+    <dependency>
+        <groupId>com.taskadapter</groupId>
+        <artifactId>redmine-java-api</artifactId>
+    </dependency>
   </dependencies>
 </project>