[maven-release-plugin] prepare for next development iteration
[cdmlib.git] / cdmlib-commons / pom.xml
index 4f9bbdcf45b7a43fa87d81d5e4cc158ea3e0e260..6725008e2313d35d933c2b3353159dfb254d3932 100644 (file)
@@ -1,17 +1,18 @@
 <?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">
+<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>1.0.0-SNAPSHOT</version>
+    <version>3.0.4-SNAPSHOT</version>
+       <relativePath>pom.xml</relativePath>
   </parent>
+  
   <modelVersion>4.0.0</modelVersion>
   <artifactId>cdmlib-commons</artifactId>
-  <name>EDIT CDM Library Commons</name>
+  <name>CDM Commons</name>
   <description>EDIT CDM library - Commons</description>
   <scm>
     <connection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-commons/</connection>
   <dependencies>
     <dependency>
       <groupId>org.springframework</groupId>
-      <artifactId>spring-test</artifactId>
+      <artifactId>org.springframework.test</artifactId>
     </dependency>
     <dependency>
       <groupId>jdom</groupId>
       <artifactId>jdom</artifactId>
     </dependency>
+    
+    <dependency>
+      <groupId>org.apache.poi</groupId>
+      <artifactId>poi</artifactId>
+    </dependency>
+    
+       <dependency>
+          <groupId>commons-lang</groupId>
+          <artifactId>commons-lang</artifactId>
+       </dependency>
+
+
+    <!--  ImageMetadata  -->
+    
+    <!-- deprecated -->
+    <!--
+    <dependency>
+    <groupId>org.devlib.schmidt</groupId>
+    <artifactId>imageinfo</artifactId>
+    <version>1.7</version>
+    </dependency>
+    -->
+    
+    <dependency>
+      <groupId>org.apache.sanselan</groupId>
+      <artifactId>sanselan</artifactId>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+    </dependency>
+   
   </dependencies>
 </project>
\ No newline at end of file