From aeb5096415f72ddcaf3cb80d39c520c45ab495c5 Mon Sep 17 00:00:00 2001 From: jenkins Date: Thu, 10 Sep 2015 17:57:30 +0200 Subject: [PATCH] Updated version in pom / project files to taxeditor version : 3.8.0 and cdmlib version : 3.8.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.molecular.lib/pom.xml | 2 +- eu.etaxonomy.taxeditor.molecular/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 +++--- 18 files changed, 41 insertions(+), 41 deletions(-) diff --git a/eu.etaxonomy.taxeditor.application/pom.xml b/eu.etaxonomy.taxeditor.application/pom.xml index 2f4db0a33..a0836b2ee 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.8.0 4.0.0 diff --git a/eu.etaxonomy.taxeditor.bulkeditor/pom.xml b/eu.etaxonomy.taxeditor.bulkeditor/pom.xml index 7730f3fad..cb6853e8c 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.8.0 4.0.0 diff --git a/eu.etaxonomy.taxeditor.cdmlib/.classpath b/eu.etaxonomy.taxeditor.cdmlib/.classpath index 5f958ce4a..b0f55de13 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 370cb5ba0..5e79f2793 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.8.0.jar, + lib/cdmlib-ext-3.8.0.jar, + lib/cdmlib-io-3.8.0.jar, + lib/cdmlib-model-3.8.0.jar, + lib/cdmlib-persistence-3.8.0.jar, + lib/cdmlib-print-3.8.0.jar, + lib/cdmlib-remote-3.8.0.jar, + lib/cdmlib-services-3.8.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 3ce2b145d..e60f70e25 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.8.0.jar,\ + lib/cdmlib-ext-3.8.0.jar,\ + lib/cdmlib-io-3.8.0.jar,\ + lib/cdmlib-model-3.8.0.jar,\ + lib/cdmlib-persistence-3.8.0.jar,\ + lib/cdmlib-print-3.8.0.jar,\ + lib/cdmlib-remote-3.8.0.jar,\ + lib/cdmlib-services-3.8.0.jar jars.compile.order = . output.. = bin/ diff --git a/eu.etaxonomy.taxeditor.cdmlib/pom.xml b/eu.etaxonomy.taxeditor.cdmlib/pom.xml index 336971169..12b40f8b7 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.8.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 eaeafdfc8..26a62da35 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.8.0 4.0.0 diff --git a/eu.etaxonomy.taxeditor.feature.platform/pom.xml b/eu.etaxonomy.taxeditor.feature.platform/pom.xml index 89384ec77..dfa11f2bc 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.8.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 e75d41e1a..7f1d3383b 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.8.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 6a4b52361..0042922f0 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.8.0 4.0.0 diff --git a/eu.etaxonomy.taxeditor.molecular.lib/pom.xml b/eu.etaxonomy.taxeditor.molecular.lib/pom.xml index 6d6402e5f..2b6e964ae 100644 --- a/eu.etaxonomy.taxeditor.molecular.lib/pom.xml +++ b/eu.etaxonomy.taxeditor.molecular.lib/pom.xml @@ -7,7 +7,7 @@ eu.etaxonomy taxeditor-parent - 3.8.0-SNAPSHOT + 3.8.0 diff --git a/eu.etaxonomy.taxeditor.molecular/pom.xml b/eu.etaxonomy.taxeditor.molecular/pom.xml index 32c3de44b..4611f55e8 100644 --- a/eu.etaxonomy.taxeditor.molecular/pom.xml +++ b/eu.etaxonomy.taxeditor.molecular/pom.xml @@ -3,7 +3,7 @@ eu.etaxonomy taxeditor-parent - 3.8.0-SNAPSHOT + 3.8.0 4.0.0 diff --git a/eu.etaxonomy.taxeditor.navigation/pom.xml b/eu.etaxonomy.taxeditor.navigation/pom.xml index 992838c22..f990136f3 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.8.0 4.0.0 diff --git a/eu.etaxonomy.taxeditor.printpublisher/pom.xml b/eu.etaxonomy.taxeditor.printpublisher/pom.xml index 4c2859ebb..efa42a578 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.8.0 4.0.0 diff --git a/eu.etaxonomy.taxeditor.store/pom.xml b/eu.etaxonomy.taxeditor.store/pom.xml index 30f30166f..bb1ea1746 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.8.0 4.0.0 diff --git a/eu.etaxonomy.taxeditor/eu.etaxonomy.taxeditor.product b/eu.etaxonomy.taxeditor/eu.etaxonomy.taxeditor.product index ba79cb296..68228dae9 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..ce1e3905b 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.8.0 4.0.0 diff --git a/pom.xml b/pom.xml index 6685cc15f..a1e25e6b9 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ eu.etaxonomy taxeditor-parent - 3.8.0-SNAPSHOT + 3.8.0 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.8.0 0.22.0 - 3.8.0-SNAPSHOT + 3.8.0 snapshot -- 2.34.1