(no commit message)
[cdmlib.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 7516b364691b526b887e2a255818148eb0c84d89..851c5a2d8956d2634d5ad853731871711092aeb5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -7,10 +7,10 @@
        <modelVersion>4.0.0</modelVersion>
        <groupId>eu.etaxonomy</groupId>
        <artifactId>cdmlib-parent</artifactId>
-       <version>1.1.0-SNAPSHOT</version>
+       <version>1.3</version>
 
-       <name>CDM Mother POM</name>
-       <description>Mother of all cdmlib POMs</description>
+       <name>CDM Library</name>
+       <description>The CDM Library implementation for EDIT's internet platform for cybertaxonomy</description>
        <url>http://wp5.e-taxonomy.eu/cdmlib/site/</url>
        <packaging>pom</packaging>
        <modules>
@@ -20,7 +20,6 @@
                <module>cdmlib-services</module>
                <module>cdmlib-remote</module>
                <module>cdmlib-io</module>
-               <module>spring-json</module>
        </modules>
                
        <mailingLists>
                                        <stylesheet>maven</stylesheet>
                                </configuration>
                        </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-eclipse-plugin</artifactId>
+                               <configuration>
+                                       <downloadSources>true</downloadSources>
+                                       <downloadJavadocs>true</downloadJavadocs>       
+                               </configuration>
+                       </plugin>
                </plugins>
                <!--  -->
                <extensions>
                                <artifactId>cdmlib-remote</artifactId>
                                <version>${project.version}</version>
                        </dependency>
-                       <dependency>
-                               <groupId>eu.etaxonomy</groupId>
-                               <artifactId>spring-json</artifactId>
-                               <version>${project.version}</version>
-                       </dependency>
                        <!-- ******* VARIOUS ******* -->
                        <dependency>
                                <groupId>log4j</groupId>
                    <dependency>
                      <groupId>net.sf.json-lib</groupId>
                      <artifactId>json-lib</artifactId>
-                     <version>2.2</version>
+                     <version>2.2.1</version>
                    </dependency>
                                                
                        <!-- ******* XML ******* -->
                        <artifactId>jdbc</artifactId>
                        <version>1.2</version>
                </dependency>
-               <dependency>
+        <dependency>
                <groupId>oracle</groupId>
                <artifactId>ojdbc14</artifactId>
                <version>10.2.0.2</version>
                <artifactId>ojdbc14</artifactId>
                <version>9.2.0.5</version>
         </dependency>
+               <dependency>
+                       <groupId>com.h2database</groupId>
+                       <artifactId>h2</artifactId>
+                       <version>1.0.73</version>
+               </dependency>
                        
                </dependencies>
        </dependencyManagement>