[maven-release-plugin] prepare release cdmlib-parent-3.2.2
[cdmlib.git] / cdmlib-print / pom.xml
index 82fd9d0eaf3e7166c61e0cf1bca97526fa531304..1111cd4e9d2aabd7e2322f062914c63ba5e7fbbf 100644 (file)
@@ -1,50 +1,65 @@
 <?xml version="1.0"?>
 <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">
        <parent>
-               <artifactId>printpublisher-parent</artifactId>
+               <artifactId>cdmlib-parent</artifactId>
                <groupId>eu.etaxonomy</groupId>
-               <version>1.0</version>
+               <version>3.2.2</version>
+               <relativePath>../pom.xml</relativePath>
        </parent>
-       
        <modelVersion>4.0.0</modelVersion>
-       
        <groupId>eu.etaxonomy</groupId>
-       
        <artifactId>cdmlib-print</artifactId>
-       
        <packaging>jar</packaging>
-               
-       <version>1.0</version>
-       
-       <name>CDM Print</name>
-       
-       <url>http://maven.apache.org</url>
+       <name>CDM Print Publisher</name>
+       <description>EDIT CDM Print Publishing Framework</description>
+       <scm>
+               <connection>scm:svn:http://dev.e-taxonomy.eu/svn/tags/cdmlib/cdmlib-parent-3.2.2/cdmlib-print</connection>
+               <developerConnection>scm:svn:http://dev.e-taxonomy.eu/svn/tags/cdmlib/cdmlib-parent-3.2.2/cdmlib-print</developerConnection>
+               <url>http://dev.e-taxonomy.eu/trac/browser/tags/cdmlib/cdmlib-parent-3.2.2/cdmlib-print</url>
+       </scm>
+       <developers>
+               <developer>
+                       <!-- your SVN account id please! -->
+                       <id>n.hoffmann</id>
+                       <name>
+                               Niels Hoffmann
+                       </name>
+                       <email>n.hoffmann [at] bgbm.org</email>
+                       <organization>
+                               Botanic Garden Botanical Museum Berlin
+                       </organization>
+                       <organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
+                       <timezone>+1</timezone>
+                       <roles>
+                               <role>Java Developer</role>
+                       </roles>
+                       <url>http://www.bgbm.org/bgbm/staff/wiss/HoffmannN/default.htm</url>
+               </developer>
+       </developers>
        <dependencies>
                <dependency>
                        <groupId>eu.etaxonomy</groupId>
                        <artifactId>cdmlib-remote</artifactId>
-                       <version>2.4</version>
+               </dependency>
+               <dependency>
+                       <groupId>xerces</groupId>
+                       <artifactId>xercesImpl</artifactId>
                </dependency>
                <dependency>
                        <groupId>org.apache.xmlgraphics</groupId>
                        <artifactId>fop</artifactId>
-                       <version>1.0</version>
                </dependency>
                <dependency>
                        <groupId>javax.servlet</groupId>
                        <artifactId>servlet-api</artifactId>
-                       <version>2.5</version>
                </dependency>
                <dependency>
-                       <groupId>junit</groupId>
-                       <artifactId>junit</artifactId>
-                       <version>4.8.1</version>
-                       <scope>test</scope>
+                       <groupId>org.odftoolkit</groupId>
+                       <artifactId>odfdom-java</artifactId>
                </dependency>
                <dependency>
-                       <groupId>org.odftoolkit</groupId>
-                       <artifactId>odfdom</artifactId>
-                       <version>0.8</version>
+                       <groupId>org.jdom</groupId>
+                       <artifactId>jdom</artifactId>
                </dependency>
        </dependencies>
 </project>