updating poms for 3.8-SNAPSHOT development
[cdmlib.git] / cdmlib-print / pom.xml
index 7147238c46abf15886500e9301531d9b72960b5f..73325e41586b470ca1273ac1e6c1e687f7bb1d13 100644 (file)
@@ -1,65 +1,80 @@
 <?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>cdmlib-parent</artifactId>
-               <groupId>eu.etaxonomy</groupId>
-               <version>3.2.1-SNAPSHOT</version>
-               <relativePath>../pom.xml</relativePath>
-       </parent>
-       <modelVersion>4.0.0</modelVersion>
-       <groupId>eu.etaxonomy</groupId>
-       <artifactId>cdmlib-print</artifactId>
-       <packaging>jar</packaging>
-       <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>
+  <parent>
+    <artifactId>cdmlib-parent</artifactId>
+    <groupId>eu.etaxonomy</groupId>
+    <version>3.8-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>eu.etaxonomy</groupId>
+  <artifactId>cdmlib-print</artifactId>
+  <packaging>jar</packaging>
+  <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>
+      <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>
-               </dependency>
-               <dependency>
-                       <groupId>xerces</groupId>
-                       <artifactId>xercesImpl</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.xmlgraphics</groupId>
-                       <artifactId>fop</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>javax.servlet</groupId>
-                       <artifactId>servlet-api</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.odftoolkit</groupId>
-                       <artifactId>odfdom-java</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.jdom</groupId>
-                       <artifactId>jdom</artifactId>
-               </dependency>
-       </dependencies>
+      <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>
+    </dependency>
+    <dependency>
+      <groupId>xerces</groupId>
+      <artifactId>xercesImpl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.xmlgraphics</groupId>
+      <artifactId>fop</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>javax.servlet-api</artifactId>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.odftoolkit</groupId>
+      <artifactId>odfdom-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jdom</groupId>
+      <artifactId>jdom</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>net.sf.saxon</groupId>
+      <artifactId>Saxon-HE</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpmime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.json</groupId>
+      <artifactId>json</artifactId>
+    </dependency>
+
+
+  </dependencies>
 </project>