minor
[cdmlib.git] / cdmlib-print / pom.xml
index 836fe9cbd951840506bc771ddebac34c7863eb85..10510edb466e0d4109c35aa0b1a3e5663a559b57 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <artifactId>cdmlib-parent</artifactId>
                <groupId>eu.etaxonomy</groupId>
-               <version>3.0.13</version>
+               <version>3.3.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <modelVersion>4.0.0</modelVersion>
@@ -13,9 +13,9 @@
        <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.0.13/cdmlib-print</connection>
-               <developerConnection>scm:svn:http://dev.e-taxonomy.eu/svn/tags/cdmlib/cdmlib-parent-3.0.13/cdmlib-print</developerConnection>
-               <url>http://dev.e-taxonomy.eu/trac/browser/tags/cdmlib/cdmlib-parent-3.0.13/cdmlib-print</url>
+               <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>
                <dependency>
                        <groupId>xerces</groupId>
                        <artifactId>xercesImpl</artifactId>
-                       <version>2.9.1</version>
                </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>
                </dependency>
                <dependency>
                        <groupId>org.odftoolkit</groupId>
-                       <artifactId>odfdom</artifactId>
-                       <version>0.8.6</version>
+                       <artifactId>odfdom-java</artifactId>
                </dependency>
                <dependency>
-                       <groupId>jdom</groupId>
+                       <groupId>org.jdom</groupId>
                        <artifactId>jdom</artifactId>
-                       <version>1.0</version>
                </dependency>
        </dependencies>
 </project>