From 0ccb810aae2adde2a9a5006137b2826244de9301 Mon Sep 17 00:00:00 2001 From: jenkins Date: Thu, 16 Jul 2015 10:56:43 +0200 Subject: [PATCH] Updated version in pom / project files to taxeditor version : 3.8.0-SNAPSHOT and cdmlib version : 3.8.0-SNAPSHOT --- eu.etaxonomy.taxeditor.application/pom.xml | 2 +- eu.etaxonomy.taxeditor.bulkeditor/pom.xml | 2 +- eu.etaxonomy.taxeditor.cdmlib/.classpath | 16 ++++++++-------- .../META-INF/MANIFEST.MF | 16 ++++++++-------- eu.etaxonomy.taxeditor.cdmlib/build.properties | 16 ++++++++-------- eu.etaxonomy.taxeditor.cdmlib/pom.xml | 2 +- eu.etaxonomy.taxeditor.editor/pom.xml | 2 +- eu.etaxonomy.taxeditor.feature.platform/pom.xml | 2 +- eu.etaxonomy.taxeditor.feature/pom.xml | 2 +- eu.etaxonomy.taxeditor.help/pom.xml | 2 +- eu.etaxonomy.taxeditor.navigation/pom.xml | 2 +- eu.etaxonomy.taxeditor.printpublisher/pom.xml | 2 +- eu.etaxonomy.taxeditor.store/pom.xml | 2 +- .../eu.etaxonomy.taxeditor.product | 2 +- eu.etaxonomy.taxeditor/pom.xml | 2 +- pom.xml | 6 +++--- 16 files changed, 39 insertions(+), 39 deletions(-) diff --git a/eu.etaxonomy.taxeditor.application/pom.xml b/eu.etaxonomy.taxeditor.application/pom.xml index d38a097ad..2f4db0a33 100644 --- a/eu.etaxonomy.taxeditor.application/pom.xml +++ b/eu.etaxonomy.taxeditor.application/pom.xml @@ -3,7 +3,7 @@ eu.etaxonomy taxeditor-parent - 3.7.0-SNAPSHOT + 3.8.0-SNAPSHOT 4.0.0 diff --git a/eu.etaxonomy.taxeditor.bulkeditor/pom.xml b/eu.etaxonomy.taxeditor.bulkeditor/pom.xml index 4586a6891..7730f3fad 100644 --- a/eu.etaxonomy.taxeditor.bulkeditor/pom.xml +++ b/eu.etaxonomy.taxeditor.bulkeditor/pom.xml @@ -3,7 +3,7 @@ eu.etaxonomy taxeditor-parent - 3.7.0-SNAPSHOT + 3.8.0-SNAPSHOT 4.0.0 diff --git a/eu.etaxonomy.taxeditor.cdmlib/.classpath b/eu.etaxonomy.taxeditor.cdmlib/.classpath index 2286acd5b..3962c23f1 100644 --- a/eu.etaxonomy.taxeditor.cdmlib/.classpath +++ b/eu.etaxonomy.taxeditor.cdmlib/.classpath @@ -1,13 +1,13 @@ - - - - - - - - + + + + + + + + diff --git a/eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF b/eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF index 0249784e0..ad4085b64 100644 --- a/eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF +++ b/eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF @@ -612,12 +612,12 @@ Bundle-ClassPath: ., lib/xmlbeans-2.3.0.jar, lib/poi-ooxml-schemas-3.10-FINAL.jar, lib/swagger-annotations-1.3.5.jar, - lib/cdmlib-commons-3.7.0-SNAPSHOT.jar, - lib/cdmlib-ext-3.7.0-SNAPSHOT.jar, - lib/cdmlib-io-3.7.0-SNAPSHOT.jar, - lib/cdmlib-model-3.7.0-SNAPSHOT.jar, - lib/cdmlib-persistence-3.7.0-SNAPSHOT.jar, - lib/cdmlib-print-3.7.0-SNAPSHOT.jar, - lib/cdmlib-remote-3.7.0-SNAPSHOT.jar, - lib/cdmlib-services-3.7.0-SNAPSHOT.jar + lib/cdmlib-commons-3.8.0-SNAPSHOT.jar, + lib/cdmlib-ext-3.8.0-SNAPSHOT.jar, + lib/cdmlib-io-3.8.0-SNAPSHOT.jar, + lib/cdmlib-model-3.8.0-SNAPSHOT.jar, + lib/cdmlib-persistence-3.8.0-SNAPSHOT.jar, + lib/cdmlib-print-3.8.0-SNAPSHOT.jar, + lib/cdmlib-remote-3.8.0-SNAPSHOT.jar, + lib/cdmlib-services-3.8.0-SNAPSHOT.jar Import-Package: eu.etaxonomy.cdm.api.application diff --git a/eu.etaxonomy.taxeditor.cdmlib/build.properties b/eu.etaxonomy.taxeditor.cdmlib/build.properties index bece04fe9..3ce2b145d 100644 --- a/eu.etaxonomy.taxeditor.cdmlib/build.properties +++ b/eu.etaxonomy.taxeditor.cdmlib/build.properties @@ -194,14 +194,14 @@ bin.includes = META-INF/,\ lib/poi-ooxml-schemas-3.10-FINAL.jar,\ lib/xmlbeans-2.3.0.jar,\ lib/swagger-annotations-1.3.5.jar,\ - lib/cdmlib-commons-3.7.0-SNAPSHOT.jar,\ - lib/cdmlib-ext-3.7.0-SNAPSHOT.jar,\ - lib/cdmlib-io-3.7.0-SNAPSHOT.jar,\ - lib/cdmlib-model-3.7.0-SNAPSHOT.jar,\ - lib/cdmlib-persistence-3.7.0-SNAPSHOT.jar,\ - lib/cdmlib-print-3.7.0-SNAPSHOT.jar,\ - lib/cdmlib-remote-3.7.0-SNAPSHOT.jar,\ - lib/cdmlib-services-3.7.0-SNAPSHOT.jar + lib/cdmlib-commons-3.8.0-SNAPSHOT.jar,\ + lib/cdmlib-ext-3.8.0-SNAPSHOT.jar,\ + lib/cdmlib-io-3.8.0-SNAPSHOT.jar,\ + lib/cdmlib-model-3.8.0-SNAPSHOT.jar,\ + lib/cdmlib-persistence-3.8.0-SNAPSHOT.jar,\ + lib/cdmlib-print-3.8.0-SNAPSHOT.jar,\ + lib/cdmlib-remote-3.8.0-SNAPSHOT.jar,\ + lib/cdmlib-services-3.8.0-SNAPSHOT.jar jars.compile.order = . output.. = bin/ diff --git a/eu.etaxonomy.taxeditor.cdmlib/pom.xml b/eu.etaxonomy.taxeditor.cdmlib/pom.xml index 0975bf016..336971169 100644 --- a/eu.etaxonomy.taxeditor.cdmlib/pom.xml +++ b/eu.etaxonomy.taxeditor.cdmlib/pom.xml @@ -3,7 +3,7 @@ eu.etaxonomy taxeditor-parent - 3.7.0-SNAPSHOT + 3.8.0-SNAPSHOT 4.0.0 eu.etaxonomy.taxeditor.cdmlib diff --git a/eu.etaxonomy.taxeditor.editor/pom.xml b/eu.etaxonomy.taxeditor.editor/pom.xml index adee4ede7..eaeafdfc8 100644 --- a/eu.etaxonomy.taxeditor.editor/pom.xml +++ b/eu.etaxonomy.taxeditor.editor/pom.xml @@ -3,7 +3,7 @@ eu.etaxonomy taxeditor-parent - 3.7.0-SNAPSHOT + 3.8.0-SNAPSHOT 4.0.0 diff --git a/eu.etaxonomy.taxeditor.feature.platform/pom.xml b/eu.etaxonomy.taxeditor.feature.platform/pom.xml index 1748b6c75..89384ec77 100644 --- a/eu.etaxonomy.taxeditor.feature.platform/pom.xml +++ b/eu.etaxonomy.taxeditor.feature.platform/pom.xml @@ -3,7 +3,7 @@ eu.etaxonomy taxeditor-parent - 3.7.0-SNAPSHOT + 3.8.0-SNAPSHOT 4.0.0 eu.etaxonomy.taxeditor.feature.platform diff --git a/eu.etaxonomy.taxeditor.feature/pom.xml b/eu.etaxonomy.taxeditor.feature/pom.xml index 77db83421..e75d41e1a 100644 --- a/eu.etaxonomy.taxeditor.feature/pom.xml +++ b/eu.etaxonomy.taxeditor.feature/pom.xml @@ -3,7 +3,7 @@ eu.etaxonomy taxeditor-parent - 3.7.0-SNAPSHOT + 3.8.0-SNAPSHOT 4.0.0 eu.etaxonomy.taxeditor.feature diff --git a/eu.etaxonomy.taxeditor.help/pom.xml b/eu.etaxonomy.taxeditor.help/pom.xml index 8d1c41a0c..6a4b52361 100644 --- a/eu.etaxonomy.taxeditor.help/pom.xml +++ b/eu.etaxonomy.taxeditor.help/pom.xml @@ -3,7 +3,7 @@ eu.etaxonomy taxeditor-parent - 3.7.0-SNAPSHOT + 3.8.0-SNAPSHOT 4.0.0 diff --git a/eu.etaxonomy.taxeditor.navigation/pom.xml b/eu.etaxonomy.taxeditor.navigation/pom.xml index 7d0c4391d..992838c22 100644 --- a/eu.etaxonomy.taxeditor.navigation/pom.xml +++ b/eu.etaxonomy.taxeditor.navigation/pom.xml @@ -3,7 +3,7 @@ eu.etaxonomy taxeditor-parent - 3.7.0-SNAPSHOT + 3.8.0-SNAPSHOT 4.0.0 diff --git a/eu.etaxonomy.taxeditor.printpublisher/pom.xml b/eu.etaxonomy.taxeditor.printpublisher/pom.xml index 7c4e7a1f5..4c2859ebb 100644 --- a/eu.etaxonomy.taxeditor.printpublisher/pom.xml +++ b/eu.etaxonomy.taxeditor.printpublisher/pom.xml @@ -3,7 +3,7 @@ taxeditor-parent eu.etaxonomy - 3.7.0-SNAPSHOT + 3.8.0-SNAPSHOT 4.0.0 diff --git a/eu.etaxonomy.taxeditor.store/pom.xml b/eu.etaxonomy.taxeditor.store/pom.xml index dd7a2ccad..30f30166f 100644 --- a/eu.etaxonomy.taxeditor.store/pom.xml +++ b/eu.etaxonomy.taxeditor.store/pom.xml @@ -3,7 +3,7 @@ eu.etaxonomy taxeditor-parent - 3.7.0-SNAPSHOT + 3.8.0-SNAPSHOT 4.0.0 diff --git a/eu.etaxonomy.taxeditor/eu.etaxonomy.taxeditor.product b/eu.etaxonomy.taxeditor/eu.etaxonomy.taxeditor.product index 88f1caa18..ba79cb296 100644 --- a/eu.etaxonomy.taxeditor/eu.etaxonomy.taxeditor.product +++ b/eu.etaxonomy.taxeditor/eu.etaxonomy.taxeditor.product @@ -1,5 +1,5 @@ - + diff --git a/eu.etaxonomy.taxeditor/pom.xml b/eu.etaxonomy.taxeditor/pom.xml index 1e2a8298a..09c338c76 100644 --- a/eu.etaxonomy.taxeditor/pom.xml +++ b/eu.etaxonomy.taxeditor/pom.xml @@ -2,7 +2,7 @@ eu.etaxonomy taxeditor-parent - 3.7.0-SNAPSHOT + 3.8.0-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index 9df99cbbf..45b3087ba 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ eu.etaxonomy taxeditor-parent - 3.7.0-SNAPSHOT + 3.8.0-SNAPSHOT EDIT Taxonomic Editor The Taxonomic Editor for EDIT's platform for cybertaxonomy @@ -18,10 +18,10 @@ 1.6 UTF-8 - 3.7.0-SNAPSHOT + 3.8.0-SNAPSHOT 0.22.0 - 3.7.0-SNAPSHOT + 3.8.0-SNAPSHOT snapshot -- 2.34.1