Add SNAPSHOT to cdmlib dependencies
authorPatrick Plitzner <p.plitzner@bgbm.org>
Wed, 3 Feb 2016 14:33:05 +0000 (15:33 +0100)
committerPatrick Plitzner <p.plitzner@bgbm.org>
Wed, 3 Feb 2016 14:33:05 +0000 (15:33 +0100)
eu.etaxonomy.taxeditor.cdmlib/.classpath
eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF
eu.etaxonomy.taxeditor.cdmlib/build.properties
pom.xml

index 3c87f6e5d8c21c916eb0b9e6a3dc8d700f47cef2..404b7dc9bc5e9f2c5f5c2f1ad8eab98f3972b2ef 100644 (file)
@@ -1,5 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
+       <classpathentry exported="true" kind="lib" path="lib/cdmlib-commons-3.12.3-SNAPSHOT.jar"/>
+       <classpathentry exported="true" kind="lib" path="lib/cdmlib-ext-3.12.3-SNAPSHOT.jar"/>
+       <classpathentry exported="true" kind="lib" path="lib/cdmlib-io-3.12.3-SNAPSHOT.jar"/>
+       <classpathentry exported="true" kind="lib" path="lib/cdmlib-model-3.12.3-SNAPSHOT.jar"/>
+       <classpathentry exported="true" kind="lib" path="lib/cdmlib-persistence-3.12.3-SNAPSHOT.jar"/>
+       <classpathentry exported="true" kind="lib" path="lib/cdmlib-print-3.12.3-SNAPSHOT.jar"/>
+       <classpathentry exported="true" kind="lib" path="lib/cdmlib-remote-3.12.3-SNAPSHOT.jar"/>
+       <classpathentry exported="true" kind="lib" path="lib/cdmlib-services-3.12.3-SNAPSHOT.jar"/>
        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
        <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
        <classpathentry kind="src" path="src/main/java"/>
        <classpathentry exported="true" kind="lib" path="lib/poi-ooxml-schemas-3.10-FINAL.jar"/>
        <classpathentry exported="true" kind="lib" path="lib/swagger-annotations-1.3.5.jar"/>
        <classpathentry exported="true" kind="lib" path="lib/apache-log4j-extras-1.2.17.jar"/>
-       <classpathentry exported="true" kind="lib" path="lib/cdmlib-commons-3.12.3.jar"/>
-       <classpathentry exported="true" kind="lib" path="lib/cdmlib-ext-3.12.3.jar"/>
-       <classpathentry exported="true" kind="lib" path="lib/cdmlib-io-3.12.3.jar"/>
-       <classpathentry exported="true" kind="lib" path="lib/cdmlib-model-3.12.3.jar"/>
-       <classpathentry exported="true" kind="lib" path="lib/cdmlib-persistence-3.12.3.jar" sourcepath="/home/cmathew/.m2/repository/eu/etaxonomy/cdmlib-persistence/3.12.0-SNAPSHOT/cdmlib-persistence-3.12.3-sources.jar"/>
-       <classpathentry exported="true" kind="lib" path="lib/cdmlib-print-3.12.3.jar"/>
-       <classpathentry exported="true" kind="lib" path="lib/cdmlib-remote-3.12.3.jar"/>
-       <classpathentry exported="true" kind="lib" path="lib/cdmlib-services-3.12.3.jar"/>
        <classpathentry kind="output" path="target/classes"/>
 </classpath>
index 90dd13f26acd58f3bd79bea750a2dc5cab7a10e7..8d72f4fa686a8d58ac0da49d4d8cf3770ed0246a 100644 (file)
@@ -659,12 +659,12 @@ Bundle-ClassPath: .,
  lib/poi-ooxml-schemas-3.10-FINAL.jar,
  lib/swagger-annotations-1.3.5.jar,
  lib/apache-log4j-extras-1.2.17.jar,
- lib/cdmlib-commons-3.12.3.jar,
- lib/cdmlib-ext-3.12.3.jar,
- lib/cdmlib-io-3.12.3.jar,
- lib/cdmlib-model-3.12.3.jar,
- lib/cdmlib-persistence-3.12.3.jar,
- lib/cdmlib-print-3.12.3.jar,
- lib/cdmlib-remote-3.12.3.jar,
- lib/cdmlib-services-3.12.3.jar
+ lib/cdmlib-commons-3.12.3-SNAPSHOT.jar,
+ lib/cdmlib-ext-3.12.3-SNAPSHOT.jar,
+ lib/cdmlib-io-3.12.3-SNAPSHOT.jar,
+ lib/cdmlib-model-3.12.3-SNAPSHOT.jar,
+ lib/cdmlib-persistence-3.12.3-SNAPSHOT.jar,
+ lib/cdmlib-print-3.12.3-SNAPSHOT.jar,
+ lib/cdmlib-remote-3.12.3-SNAPSHOT.jar,
+ lib/cdmlib-services-3.12.3-SNAPSHOT.jar
 Import-Package: eu.etaxonomy.cdm.api.application
index 21083c7d9626d43311e5a35df104c9c602ae2f0f..973a686baee8775cb2c47e53ad8034037af3d57d 100644 (file)
@@ -185,16 +185,16 @@ bin.includes = META-INF/,\
                lib/poi-ooxml-schemas-3.10-FINAL.jar,\\r
                lib/xmlbeans-2.3.0.jar,\\r
                lib/swagger-annotations-1.3.5.jar,\\r
-               lib/cdmlib-commons-3.12.3.jar,\\r
-               lib/cdmlib-ext-3.12.3.jar,\\r
-               lib/cdmlib-io-3.12.3.jar,\\r
-               lib/cdmlib-model-3.12.3.jar,\\r
-               lib/cdmlib-persistence-3.12.3.jar,\\r
-               lib/cdmlib-print-3.12.3.jar,\\r
-               lib/cdmlib-remote-3.12.3.jar,\\r
-               lib/cdmlib-services-3.12.3.jar,\\r
                lib/apache-log4j-extras-1.2.17.jar,\\r
-               resources/cdm.map.ser\r
+               resources/cdm.map.ser,\\r
+               lib/cdmlib-commons-3.12.3-SNAPSHOT.jar,\\r
+               lib/cdmlib-ext-3.12.3-SNAPSHOT.jar,\\r
+               lib/cdmlib-io-3.12.3-SNAPSHOT.jar,\\r
+               lib/cdmlib-model-3.12.3-SNAPSHOT.jar,\\r
+               lib/cdmlib-persistence-3.12.3-SNAPSHOT.jar,\\r
+               lib/cdmlib-print-3.12.3-SNAPSHOT.jar,\\r
+               lib/cdmlib-remote-3.12.3-SNAPSHOT.jar,\\r
+               lib/cdmlib-services-3.12.3-SNAPSHOT.jar\r
 \r
 jars.compile.order = .\r
 output.. = bin/\r
diff --git a/pom.xml b/pom.xml
index 700dac5ade15e52e892439580792ddbcede6c8e1..fb690c5619198ecd7b41fbd4cb44ae244833a8c5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
   <properties>
     <java.codelevel>1.6</java.codelevel>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <cdmlib.version>3.12.3</cdmlib.version>
+    <cdmlib.version>3.12.3-SNAPSHOT</cdmlib.version>
     <!-- TODO can we use project.version ????? -->
     <tycho.version>0.22.0</tycho.version>
     <taxeditor.version>3.12.3</taxeditor.version>