From 21598549f2db11c0e89841038190efbdee5aa1fb Mon Sep 17 00:00:00 2001 From: jenkins Date: Thu, 16 Jul 2015 11:06:38 +0200 Subject: [PATCH] Updated version in pom / project files to taxeditor version : 3.7.0 and cdmlib version : 3.7.0 --- 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..bd81b5f07 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.7.0 4.0.0 diff --git a/eu.etaxonomy.taxeditor.bulkeditor/pom.xml b/eu.etaxonomy.taxeditor.bulkeditor/pom.xml index 4586a6891..6a4d7e439 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.7.0 4.0.0 diff --git a/eu.etaxonomy.taxeditor.cdmlib/.classpath b/eu.etaxonomy.taxeditor.cdmlib/.classpath index 2286acd5b..20cffab12 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..a9257eb9d 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.7.0.jar, + lib/cdmlib-ext-3.7.0.jar, + lib/cdmlib-io-3.7.0.jar, + lib/cdmlib-model-3.7.0.jar, + lib/cdmlib-persistence-3.7.0.jar, + lib/cdmlib-print-3.7.0.jar, + lib/cdmlib-remote-3.7.0.jar, + lib/cdmlib-services-3.7.0.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..e5abfe106 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.7.0.jar,\ + lib/cdmlib-ext-3.7.0.jar,\ + lib/cdmlib-io-3.7.0.jar,\ + lib/cdmlib-model-3.7.0.jar,\ + lib/cdmlib-persistence-3.7.0.jar,\ + lib/cdmlib-print-3.7.0.jar,\ + lib/cdmlib-remote-3.7.0.jar,\ + lib/cdmlib-services-3.7.0.jar jars.compile.order = . output.. = bin/ diff --git a/eu.etaxonomy.taxeditor.cdmlib/pom.xml b/eu.etaxonomy.taxeditor.cdmlib/pom.xml index 0975bf016..9526cf891 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.7.0 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..d2014d3a9 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.7.0 4.0.0 diff --git a/eu.etaxonomy.taxeditor.feature.platform/pom.xml b/eu.etaxonomy.taxeditor.feature.platform/pom.xml index 1748b6c75..1f83292b0 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.7.0 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..dd303a717 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.7.0 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..f78ca0208 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.7.0 4.0.0 diff --git a/eu.etaxonomy.taxeditor.navigation/pom.xml b/eu.etaxonomy.taxeditor.navigation/pom.xml index 7d0c4391d..aacca8d12 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.7.0 4.0.0 diff --git a/eu.etaxonomy.taxeditor.printpublisher/pom.xml b/eu.etaxonomy.taxeditor.printpublisher/pom.xml index 7c4e7a1f5..c77414a43 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.7.0 4.0.0 diff --git a/eu.etaxonomy.taxeditor.store/pom.xml b/eu.etaxonomy.taxeditor.store/pom.xml index dd7a2ccad..b53451f9b 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.7.0 4.0.0 diff --git a/eu.etaxonomy.taxeditor/eu.etaxonomy.taxeditor.product b/eu.etaxonomy.taxeditor/eu.etaxonomy.taxeditor.product index 88f1caa18..733482991 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..a6d28b776 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.7.0 4.0.0 diff --git a/pom.xml b/pom.xml index 9df99cbbf..d0dc7c4ba 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ eu.etaxonomy taxeditor-parent - 3.7.0-SNAPSHOT + 3.7.0 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.7.0 0.22.0 - 3.7.0-SNAPSHOT + 3.7.0 snapshot -- 2.30.2