[maven-release-plugin] prepare for next development iteration
[cdmlib.git] / cdmlib-ext / pom.xml
index f258f89129b83ad639d9411608bee7f0dbca548f..4a824859a097f176d28d3c770b1385cc70b4412c 100644 (file)
@@ -6,12 +6,13 @@
        <parent>
                <groupId>eu.etaxonomy</groupId>
                <artifactId>cdmlib-parent</artifactId>
-           <version>3.2.1-SNAPSHOT</version>
+           <version>3.5.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <artifactId>cdmlib-ext</artifactId>
+  <version>3.5.1-SNAPSHOT</version>
   <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>
            <groupId>org.apache.httpcomponents</groupId>
            <artifactId>httpclient</artifactId>
        </dependency>
+       <dependency>
+        <groupId>net.sf.json-lib</groupId>
+                <artifactId>json-lib</artifactId>
+                               <classifier>jdk15</classifier>
+    </dependency>
+       <dependency>
+        <groupId>net.sf.ezmorph</groupId>
+        <artifactId>ezmorph</artifactId>
+    </dependency>
 
   </dependencies>
 </project>