ref #7859 fix update script for CdmPreference.value => CLOB
[cdmlib.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index e4bc65a2f28f337de19b5f811523d3757056157a..fe653e795445f2556723887a72defe5910763021 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>eu.etaxonomy</groupId>
   <artifactId>cdmlib-parent</artifactId>
-  <version>4.6.0</version>
+  <version>5.6.0-SNAPSHOT</version>
   <name>CDM Library</name>
   <description>The Java implementation of the Common Data Model (CDM), the data model for EDIT's internet platform for cybertaxonomy.</description>
   <url>http://cybertaxonomy.eu/cdmlib/</url>
@@ -21,6 +21,7 @@
     <module>cdmlib-remote</module>
     <module>cdmlib-print</module>
     <module>cdmlib-remote-webapp</module>
+    <module>cdmlib-cache</module>
   </modules>
   <properties>    
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <jaxb.version>2.2.11</jaxb.version>
        <cglib.version>3.2.0</cglib.version>
        <aspectj.version>1.8.8</aspectj.version>
+    <javadoc.opts>-Xdoclint:none</javadoc.opts>
   </properties>
   
   <scm>
     <connection>scm:git:https://dev.e-taxonomy.eu/git/cdmlib.git</connection>
     <developerConnection>scm:git:ssh://git@dev.e-taxonomy.eu/var/git/cdmlib.git</developerConnection>
-    <url>http://dev.e-taxonomy.eu/trac/browser/trunk/cdmlib</url>
+    <url>https://dev.e-taxonomy.eu/gitweb/cdmlib.git/tree</url>
   </scm>
   
   <prerequisites>
   </licenses>
   <organization>
     <name>EDIT</name>
-    <url>http://www.e-taxonomy.eu/</url>
+    <url>https://cybertaxonomy.eu/</url>
   </organization>
   <developers>
-    <developer>
-      <!-- your SVN account id please! -->
-      <id>ben.clark</id>
-      <name>
-                Ben Clark
-            </name>
-      <email>b.clark [at] kew.org</email>
-      <organization>
-                Royal Botanic Gardens, Kew
-            </organization>
-      <organizationUrl>http://www.kew.org/computing/</organizationUrl>
-      <timezone>0</timezone>
-      <roles>
-        <role>Architect</role>
-        <role>Java Developer</role>
-      </roles>
-      <url />
-    </developer>
     <developer>
       <!-- your SVN account id please! -->
       <id>a.kohlbecker</id>
     </developer>
     <developer>
       <!-- your SVN account id please! -->
-      <id>c.mathew</id>
+      <id>k.luther</id>
       <name>
-                Cherian Mathew 
+                Katja Luther
             </name>
-      <email>c.mathew [at] bgbm.org</email>
+      <email>k.luther [at] bgbm.org</email>
       <organization>
                 Botanical Garden Botanical Museum Berlin
             </organization>
     </developer>
     <developer>
       <!-- your SVN account id please! -->
-      <id>k.luther</id>
+      <id>a.mueller</id>
       <name>
-                Katja Luther
+                Andreas Müller
             </name>
-      <email>k.luther [at] bgbm.org</email>
+      <email>a.mueller [at] bgbm.org</email>
       <organization>
                 Botanical Garden Botanical Museum Berlin
             </organization>
       <organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
       <timezone>+1</timezone>
       <roles>
+        <role>Architect</role>
         <role>Java Developer</role>
+        <role>Release Manager</role>
       </roles>
       <url />
     </developer>
-    <developer>
+          <developer>
       <!-- your SVN account id please! -->
-      <id>a.mueller</id>
+      <id>p.plitzner</id>
       <name>
-                Andreas Müller
+               Patrick Plitzner
             </name>
-      <email>a.mueller [at] bgbm.org</email>
+      <email>p.plitzner [at] bgbm.org</email>
       <organization>
                 Botanical Garden Botanical Museum Berlin
             </organization>
       <organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
       <timezone>+1</timezone>
       <roles>
-        <role>Architect</role>
         <role>Java Developer</role>
-        <role>Release Manager</role>
       </roles>
       <url />
     </developer>
     <!-- the cdm internal repository -->
     <repository>
       <id>EditRepository</id>
-      <url>http://wp5.e-taxonomy.eu/mavenrepo/</url>
+      <url>http://cybertaxonomy.eu/mavenrepo/</url>
     </repository>
     <!-- apache incubating repository -->
     <repository>
         <artifactId>maven-surefire-plugin</artifactId>
         <version>2.12</version>
         <configuration>
-          <argLine>-Xmx512M -XX:MaxPermSize=128M</argLine>
+          <argLine>-Xmx512M</argLine>
           <runOrder>alphabetical</runOrder>
           <includes>
             <include>**/*Test.java</include>
           <quiet>true</quiet>
           <detectLinks>true</detectLinks>
           <failOnError>false</failOnError>
+          <additionalparam>${javadoc.opts}</additionalparam>
         </configuration>
         <executions>
           <execution>
           <fromDir>${project.build.directory}/docbkx/</fromDir>
           <includes>**/*</includes>
           <excludes />
-          <url>scpexe://wp5.e-taxonomy.eu</url>
-          <serverId>wp5.e-taxonomy.eu</serverId>
+          <url>scpexe://cybertaxonomy.eu</url>
+          <serverId>cybertaxonomy.eu</serverId>
           <toDir>var/www/wp5.e-taxonomy.eu/cdmlib/reference/${project.version}</toDir>
         </configuration>
         <executions>
         <version>2.7</version>
         <configuration>
           <detectLinks>true</detectLinks>
+          <additionalparam>${javadoc.opts}</additionalparam>
         </configuration>
       </plugin>
       <plugin>
   <!-- DISTRIBUTION MANAGEMENT -->
   <distributionManagement>
     <site>
-      <id>wp5.e-taxonomy.eu</id>
+      <id>cybertaxonomy.eu</id>
       <name>CDM Library Website</name>
-      <url>scpexe://wp5.e-taxonomy.eu/var/www/wp5.e-taxonomy.eu/cdmlib/</url>
+      <url>scpexe://cybertaxonomy.eu/var/www/wp5.e-taxonomy.eu/cdmlib/</url>
     </site>
     <repository>
       <uniqueVersion>false</uniqueVersion>
-      <id>wp5.e-taxonomy.eu</id>
+      <id>cybertaxonomy.eu</id>
       <name>Edit Maven Repository</name>
-      <url>scpexe://wp5.e-taxonomy.eu/var/www/wp5.e-taxonomy.eu/mavenrepo/</url>
+      <url>scpexe://cybertaxonomy.eu/var/www/wp5.e-taxonomy.eu/mavenrepo/</url>
       <layout>default</layout>
     </repository>
   </distributionManagement>
         <artifactId>commons-lang</artifactId>
         <version>2.6</version>
       </dependency>
+      <dependency>
+        <groupId>org.apache.commons</groupId>
+        <artifactId>commons-lang3</artifactId>
+        <version>3.5</version>
+      </dependency>
       <dependency>
         <groupId>commons-collections</groupId>
         <artifactId>commons-collections</artifactId>
         <groupId>io.swagger</groupId>
         <artifactId>swagger-annotations</artifactId>
         <!-- should match the springfox-swagger2 depends on -->
-        <version>1.5.6</version>
+        <version>1.5.10</version>
       </dependency>
 
       <!-- dependencies for swagger-springmvc, added explicitely -->
       <dependency>
         <groupId>io.springfox</groupId>
         <artifactId>springfox-swagger2</artifactId>
-        <version>2.4.0</version>
+        <version>2.6.1</version>
       </dependency>
       
       <!-- ******* DATABASES DRIVER ******* -->
       <dependency>
         <groupId>mysql</groupId>
         <artifactId>mysql-connector-java</artifactId>
-        <version>5.1.38</version>
+        <version>8.0.15</version>
+      </dependency>
+      <dependency>
+        <groupId>org.mariadb.jdbc</groupId>
+        <artifactId>mariadb-java-client</artifactId>
+        <version>2.4.0</version>
       </dependency>
       <dependency>
          <groupId>org.postgresql</groupId>
         <groupId>ojdbc</groupId>
         <artifactId>ojdbc</artifactId>
         <version>14</version>
-    </dependency>   -->      
-    </dependencies>
+        </dependency>   -->      
+      <dependency>
+        <groupId>com.taskadapter</groupId>
+        <artifactId>redmine-java-api</artifactId>
+        <version>3.1.0</version>
+      </dependency>
+    </dependencies>    
   </dependencyManagement>
 </project>