the taxon tree is now a mediawiki template, so we could delete the xsl template
[cdmlib.git] / cdmlib-print / pom.xml
index 7a734d3dbb38487559b6cb1bb2df339f94eb31a2..2c7e3194ed1f1ab88e6ed657f4e5f97feb51635f 100644 (file)
@@ -3,28 +3,48 @@
        <parent>
                <artifactId>cdmlib-parent</artifactId>
                <groupId>eu.etaxonomy</groupId>
-               <version>2.5</version>
-               <relativePath>pom.xml</relativePath>
+               <version>3.2.0-SNAPSHOT</version>
+               <relativePath>../pom.xml</relativePath>
        </parent>
-       
        <modelVersion>4.0.0</modelVersion>
-       
        <groupId>eu.etaxonomy</groupId>
-       
        <artifactId>cdmlib-print</artifactId>
-       
        <packaging>jar</packaging>
-               
-       <version>3.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/trunk/cdmlib/cdmlib-print/</connection>
+               <developerConnection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-print/</developerConnection>
+               <url>http://dev.e-taxonomy.eu/trac/browser/trunk/cdmlib/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>3.0</version>
+               </dependency>
+               <dependency>
+                       <groupId>xerces</groupId>
+                       <artifactId>xercesImpl</artifactId>
+                       <version>2.9.1</version>
                </dependency>
                <dependency>
                        <groupId>org.apache.xmlgraphics</groupId>
                <dependency>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>
-                       <version>4.8.1</version>
+                       <version>4.11</version>
                        <scope>test</scope>
                </dependency>
                <dependency>
                        <groupId>org.odftoolkit</groupId>
-                       <artifactId>odfdom</artifactId>
+                       <artifactId>odfdom</artifactId> <!-- isn't this odfdom-java ?? -->
                        <version>0.8.6</version>
                </dependency>
                <dependency>
-                       <groupId>jdom</groupId>
+                       <groupId>org.jdom</groupId>
                        <artifactId>jdom</artifactId>
-                       <version>1.0</version>
+                       <version>1.1.3</version>
                </dependency>
        </dependencies>
 </project>