[maven-release-plugin] prepare release cdmlib-parent-3.1
[cdmlib.git] / cdmlib-ext / pom.xml
index dba95a9ea0d7d709e397bb8b2a6ae3ebd9f886fa..96d2fcaa029baa5a0e6def6f8dd3be22bb686756 100644 (file)
@@ -1,36 +1,96 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<project xmlns="http://maven.apache.org/POM/4.0.0" \r
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r
-  <!-- \r
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"\r
-   -->\r
-       <parent>\r
-               <groupId>eu.etaxonomy</groupId>\r
-               <artifactId>cdmlib-parent</artifactId>\r
-    <version>3.0.3-SNAPSHOT</version>\r
-       <relativePath>pom.xml</relativePath>\r
-       </parent>\r
-\r
-  <modelVersion>4.0.0</modelVersion>\r
-  <artifactId>cdmlib-ext</artifactId>\r
-  <name>CDM External</name>\r
-  <description>EDIT CDM library external services. Module for handling requests to non CDM library services like the EDIT geoservice.</description>\r
-  <scm>\r
-    <connection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-extern/</connection>\r
-    <developerConnection>scm:svn:https://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-extern/</developerConnection>\r
-    <url>http://dev.e-taxonomy.eu/trac/browser/trunk/cdmlib/cdmlib-extern/</url>\r
-  </scm>\r
-\r
-  <dependencies>\r
-        <dependency>\r
-               <groupId>eu.etaxonomy</groupId>\r
-               <artifactId>cdmlib-services</artifactId>\r
-       </dependency>\r
-    <dependency>\r
-           <groupId>org.apache.httpcomponents</groupId>\r
-           <artifactId>httpclient</artifactId>\r
-       </dependency>\r
-\r
-  </dependencies>\r
-</project>\r
-\r
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <!--
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
+   -->
+       <parent>
+               <groupId>eu.etaxonomy</groupId>
+               <artifactId>cdmlib-parent</artifactId>
+           <version>3.1</version>
+               <relativePath>../pom.xml</relativePath>
+       </parent>
+
+  <modelVersion>4.0.0</modelVersion>
+  <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/tags/cdmlib/cdmlib-parent-3.1/cdmlib-extern</connection>
+    <developerConnection>scm:svn:http://dev.e-taxonomy.eu/svn/tags/cdmlib/cdmlib-parent-3.1/cdmlib-extern</developerConnection>
+    <url>http://dev.e-taxonomy.eu/trac/browser/tags/cdmlib/cdmlib-parent-3.1/cdmlib-extern</url>
+  </scm>
+
+  <dependencies>
+       <dependency>
+               <groupId>eu.etaxonomy</groupId>
+               <artifactId>cdmlib-services</artifactId>
+       </dependency>
+       <dependency>
+               <groupId>eu.etaxonomy</groupId>
+               <artifactId>cdmlib-persistence</artifactId>
+               <type>test-jar</type>
+               <scope>test</scope>
+               <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.unitils</groupId>
+      <artifactId>unitils-core</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.unitils</groupId>
+      <artifactId>unitils-database</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.unitils</groupId>
+      <artifactId>unitils-dbmaintainer</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.unitils</groupId>
+      <artifactId>unitils-dbunit</artifactId>
+      <scope>test</scope>
+    </dependency>
+     <dependency>
+      <groupId>org.unitils</groupId>
+      <artifactId>unitils-easymock</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.unitils</groupId>
+      <artifactId>unitils-mock</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.unitils</groupId>
+      <artifactId>unitils-inject</artifactId>
+      <scope>test</scope>
+    </dependency>
+     <dependency>
+      <groupId>org.unitils</groupId>
+      <artifactId>unitils-orm</artifactId>
+      <scope>test</scope>
+    </dependency>
+     <dependency>
+      <groupId>org.unitils</groupId>
+      <artifactId>unitils-spring</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.dbunit</groupId>
+      <artifactId>dbunit</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>xmlunit</groupId>
+      <artifactId>xmlunit</artifactId>
+       </dependency>
+
+    <dependency>
+           <groupId>org.apache.httpcomponents</groupId>
+           <artifactId>httpclient</artifactId>
+       </dependency>
+
+  </dependencies>
+</project>
+