From df9735f1a21352731289b30c0d42a1231138dab1 Mon Sep 17 00:00:00 2001 From: Cherian Mathew Date: Thu, 16 Jul 2015 11:20:07 +0200 Subject: [PATCH] Updated version in pom / project files to taxeditor version : 3.7.0-SNAPSHOT and cdmlib version : 3.7.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 2f4db0a33..d38a097ad 100644 --- a/eu.etaxonomy.taxeditor.application/pom.xml +++ b/eu.etaxonomy.taxeditor.application/pom.xml @@ -3,7 +3,7 @@ eu.etaxonomy taxeditor-parent - 3.8.0-SNAPSHOT + 3.7.0-SNAPSHOT 4.0.0 diff --git a/eu.etaxonomy.taxeditor.bulkeditor/pom.xml b/eu.etaxonomy.taxeditor.bulkeditor/pom.xml index 7730f3fad..4586a6891 100644 --- a/eu.etaxonomy.taxeditor.bulkeditor/pom.xml +++ b/eu.etaxonomy.taxeditor.bulkeditor/pom.xml @@ -3,7 +3,7 @@ eu.etaxonomy taxeditor-parent - 3.8.0-SNAPSHOT + 3.7.0-SNAPSHOT 4.0.0 diff --git a/eu.etaxonomy.taxeditor.cdmlib/.classpath b/eu.etaxonomy.taxeditor.cdmlib/.classpath index 3962c23f1..2286acd5b 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 ad4085b64..0249784e0 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.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 + 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 Import-Package: eu.etaxonomy.cdm.api.application diff --git a/eu.etaxonomy.taxeditor.cdmlib/build.properties b/eu.etaxonomy.taxeditor.cdmlib/build.properties index 3ce2b145d..bece04fe9 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.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 + 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 jars.compile.order = . output.. = bin/ diff --git a/eu.etaxonomy.taxeditor.cdmlib/pom.xml b/eu.etaxonomy.taxeditor.cdmlib/pom.xml index 336971169..0975bf016 100644 --- a/eu.etaxonomy.taxeditor.cdmlib/pom.xml +++ b/eu.etaxonomy.taxeditor.cdmlib/pom.xml @@ -3,7 +3,7 @@ eu.etaxonomy taxeditor-parent - 3.8.0-SNAPSHOT + 3.7.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 eaeafdfc8..adee4ede7 100644 --- a/eu.etaxonomy.taxeditor.editor/pom.xml +++ b/eu.etaxonomy.taxeditor.editor/pom.xml @@ -3,7 +3,7 @@ eu.etaxonomy taxeditor-parent - 3.8.0-SNAPSHOT + 3.7.0-SNAPSHOT 4.0.0 diff --git a/eu.etaxonomy.taxeditor.feature.platform/pom.xml b/eu.etaxonomy.taxeditor.feature.platform/pom.xml index 89384ec77..1748b6c75 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.8.0-SNAPSHOT + 3.7.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 e75d41e1a..77db83421 100644 --- a/eu.etaxonomy.taxeditor.feature/pom.xml +++ b/eu.etaxonomy.taxeditor.feature/pom.xml @@ -3,7 +3,7 @@ eu.etaxonomy taxeditor-parent - 3.8.0-SNAPSHOT + 3.7.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 6a4b52361..8d1c41a0c 100644 --- a/eu.etaxonomy.taxeditor.help/pom.xml +++ b/eu.etaxonomy.taxeditor.help/pom.xml @@ -3,7 +3,7 @@ eu.etaxonomy taxeditor-parent - 3.8.0-SNAPSHOT + 3.7.0-SNAPSHOT 4.0.0 diff --git a/eu.etaxonomy.taxeditor.navigation/pom.xml b/eu.etaxonomy.taxeditor.navigation/pom.xml index 992838c22..7d0c4391d 100644 --- a/eu.etaxonomy.taxeditor.navigation/pom.xml +++ b/eu.etaxonomy.taxeditor.navigation/pom.xml @@ -3,7 +3,7 @@ eu.etaxonomy taxeditor-parent - 3.8.0-SNAPSHOT + 3.7.0-SNAPSHOT 4.0.0 diff --git a/eu.etaxonomy.taxeditor.printpublisher/pom.xml b/eu.etaxonomy.taxeditor.printpublisher/pom.xml index 4c2859ebb..7c4e7a1f5 100644 --- a/eu.etaxonomy.taxeditor.printpublisher/pom.xml +++ b/eu.etaxonomy.taxeditor.printpublisher/pom.xml @@ -3,7 +3,7 @@ taxeditor-parent eu.etaxonomy - 3.8.0-SNAPSHOT + 3.7.0-SNAPSHOT 4.0.0 diff --git a/eu.etaxonomy.taxeditor.store/pom.xml b/eu.etaxonomy.taxeditor.store/pom.xml index 30f30166f..dd7a2ccad 100644 --- a/eu.etaxonomy.taxeditor.store/pom.xml +++ b/eu.etaxonomy.taxeditor.store/pom.xml @@ -3,7 +3,7 @@ eu.etaxonomy taxeditor-parent - 3.8.0-SNAPSHOT + 3.7.0-SNAPSHOT 4.0.0 diff --git a/eu.etaxonomy.taxeditor/eu.etaxonomy.taxeditor.product b/eu.etaxonomy.taxeditor/eu.etaxonomy.taxeditor.product index ba79cb296..88f1caa18 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 09c338c76..1e2a8298a 100644 --- a/eu.etaxonomy.taxeditor/pom.xml +++ b/eu.etaxonomy.taxeditor/pom.xml @@ -2,7 +2,7 @@ eu.etaxonomy taxeditor-parent - 3.8.0-SNAPSHOT + 3.7.0-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index 45b3087ba..9df99cbbf 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ eu.etaxonomy taxeditor-parent - 3.8.0-SNAPSHOT + 3.7.0-SNAPSHOT EDIT Taxonomic Editor The Taxonomic Editor for EDIT's platform for cybertaxonomy @@ -18,10 +18,10 @@ 1.6 UTF-8 - 3.8.0-SNAPSHOT + 3.7.0-SNAPSHOT 0.22.0 - 3.8.0-SNAPSHOT + 3.7.0-SNAPSHOT snapshot -- 2.34.1