From: edit-jenkins Date: Wed, 16 Apr 2014 15:21:57 +0000 (+0000) Subject: Updated version in config files to 3.3.3 X-Git-Tag: 3.6.0~647 X-Git-Url: https://dev.e-taxonomy.eu/gitweb/taxeditor.git/commitdiff_plain/89fe0b43afdfaa4af7e1e853029f6a44c562202c Updated version in config files to 3.3.3 --- diff --git a/eu.etaxonomy.taxeditor.application/META-INF/MANIFEST.MF b/eu.etaxonomy.taxeditor.application/META-INF/MANIFEST.MF index 32cb4ec99..e335251d8 100644 --- a/eu.etaxonomy.taxeditor.application/META-INF/MANIFEST.MF +++ b/eu.etaxonomy.taxeditor.application/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Application Bundle-SymbolicName: eu.etaxonomy.taxeditor.application;singleton:=true -Bundle-Version: 3.3.3.qualifier +Bundle-Version: 3.3.3.201404161719 Bundle-Activator: eu.etaxonomy.taxeditor.TaxonomicEditorPlugin Bundle-Vendor: EDIT Bundle-Localization: plugin diff --git a/eu.etaxonomy.taxeditor.application/pom.xml b/eu.etaxonomy.taxeditor.application/pom.xml index 1af4865f9..8cecbe38d 100644 --- a/eu.etaxonomy.taxeditor.application/pom.xml +++ b/eu.etaxonomy.taxeditor.application/pom.xml @@ -4,7 +4,7 @@ eu.etaxonomy taxeditor-parent - 3.3.3-SNAPSHOT + 3.3.3.201404161719 4.0.0 diff --git a/eu.etaxonomy.taxeditor.bulkeditor/META-INF/MANIFEST.MF b/eu.etaxonomy.taxeditor.bulkeditor/META-INF/MANIFEST.MF index 6de6b14dd..066f7d6ff 100644 --- a/eu.etaxonomy.taxeditor.bulkeditor/META-INF/MANIFEST.MF +++ b/eu.etaxonomy.taxeditor.bulkeditor/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Bulkeditor Bundle Bundle-SymbolicName: eu.etaxonomy.taxeditor.bulkeditor;singleton:=true -Bundle-Version: 3.3.3.qualifier +Bundle-Version: 3.3.3.201404161719 Bundle-Activator: eu.etaxonomy.taxeditor.bulkeditor.internal.TaxeditorBulkeditorPlugin Bundle-Vendor: EDIT Export-Package: eu.etaxonomy.taxeditor.annotatedlineeditor, diff --git a/eu.etaxonomy.taxeditor.bulkeditor/pom.xml b/eu.etaxonomy.taxeditor.bulkeditor/pom.xml index 956d7ab16..8c91be986 100644 --- a/eu.etaxonomy.taxeditor.bulkeditor/pom.xml +++ b/eu.etaxonomy.taxeditor.bulkeditor/pom.xml @@ -4,7 +4,7 @@ eu.etaxonomy taxeditor-parent - 3.3.3-SNAPSHOT + 3.3.3.201404161719 4.0.0 diff --git a/eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF b/eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF index a2402c16f..e6b9ec396 100644 --- a/eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF +++ b/eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: CDM Library Dependencies Plugin Bundle-SymbolicName: eu.etaxonomy.taxeditor.cdmlib;singleton:=true -Bundle-Version: 3.3.3.qualifier +Bundle-Version: 3.3.3.201404161719 Eclipse-BundleShape: dir Export-Package: com.google.api, com.google.api.detect, @@ -427,22 +427,22 @@ Bundle-ClassPath: ., lib/batik-util-1.7.jar, lib/batik-xml-1.7.jar, lib/c3p0-0.9.2.jar, - lib/cdmlib-commons-3.3.3-SNAPSHOT-sources.jar, - lib/cdmlib-commons-3.3.3-SNAPSHOT.jar, - lib/cdmlib-ext-3.3.3-SNAPSHOT-sources.jar, - lib/cdmlib-ext-3.3.3-SNAPSHOT.jar, - lib/cdmlib-io-3.3.3-SNAPSHOT-sources.jar, - lib/cdmlib-io-3.3.3-SNAPSHOT.jar, - lib/cdmlib-model-3.3.3-SNAPSHOT-sources.jar, - lib/cdmlib-model-3.3.3-SNAPSHOT.jar, - lib/cdmlib-persistence-3.3.3-SNAPSHOT-sources.jar, - lib/cdmlib-persistence-3.3.3-SNAPSHOT.jar, - lib/cdmlib-print-3.3.3-SNAPSHOT-sources.jar, - lib/cdmlib-print-3.3.3-SNAPSHOT.jar, - lib/cdmlib-remote-3.3.3-SNAPSHOT-sources.jar, - lib/cdmlib-remote-3.3.3-SNAPSHOT.jar, - lib/cdmlib-services-3.3.3-SNAPSHOT-sources.jar, - lib/cdmlib-services-3.3.3-SNAPSHOT.jar, + lib/cdmlib-commons-3.3.3-sources.jar, + lib/cdmlib-commons-3.3.3.jar, + lib/cdmlib-ext-3.3.3-sources.jar, + lib/cdmlib-ext-3.3.3.jar, + lib/cdmlib-io-3.3.3-sources.jar, + lib/cdmlib-io-3.3.3.jar, + lib/cdmlib-model-3.3.3-sources.jar, + lib/cdmlib-model-3.3.3.jar, + lib/cdmlib-persistence-3.3.3-sources.jar, + lib/cdmlib-persistence-3.3.3.jar, + lib/cdmlib-print-3.3.3-sources.jar, + lib/cdmlib-print-3.3.3.jar, + lib/cdmlib-remote-3.3.3-sources.jar, + lib/cdmlib-remote-3.3.3.jar, + lib/cdmlib-services-3.3.3-sources.jar, + lib/cdmlib-services-3.3.3.jar, lib/cglib-nodep-2.2.2.jar, lib/com.springsource.org.aopalliance-1.0.0.jar, lib/com.springsource.org.apache.commons.logging-1.1.1.jar, diff --git a/eu.etaxonomy.taxeditor.cdmlib/build.properties b/eu.etaxonomy.taxeditor.cdmlib/build.properties index af46440d2..dd1ae8404 100644 --- a/eu.etaxonomy.taxeditor.cdmlib/build.properties +++ b/eu.etaxonomy.taxeditor.cdmlib/build.properties @@ -23,22 +23,22 @@ bin.includes = META-INF/,\ lib/batik-util-1.7.jar,\ lib/batik-xml-1.7.jar,\ lib/c3p0-0.9.2.jar,\ - lib/cdmlib-commons-3.3.3-SNAPSHOT-sources.jar,\ - lib/cdmlib-commons-3.3.3-SNAPSHOT.jar,\ - lib/cdmlib-ext-3.3.3-SNAPSHOT-sources.jar,\ - lib/cdmlib-ext-3.3.3-SNAPSHOT.jar,\ - lib/cdmlib-io-3.3.3-SNAPSHOT-sources.jar,\ - lib/cdmlib-io-3.3.3-SNAPSHOT.jar,\ - lib/cdmlib-model-3.3.3-SNAPSHOT-sources.jar,\ - lib/cdmlib-model-3.3.3-SNAPSHOT.jar,\ - lib/cdmlib-persistence-3.3.3-SNAPSHOT-sources.jar,\ - lib/cdmlib-persistence-3.3.3-SNAPSHOT.jar,\ - lib/cdmlib-print-3.3.3-SNAPSHOT-sources.jar,\ - lib/cdmlib-print-3.3.3-SNAPSHOT.jar,\ - lib/cdmlib-remote-3.3.3-SNAPSHOT-sources.jar,\ - lib/cdmlib-remote-3.3.3-SNAPSHOT.jar,\ - lib/cdmlib-services-3.3.3-SNAPSHOT-sources.jar,\ - lib/cdmlib-services-3.3.3-SNAPSHOT.jar,\ + lib/cdmlib-commons-3.3.3-sources.jar,\ + lib/cdmlib-commons-3.3.3.jar,\ + lib/cdmlib-ext-3.3.3-sources.jar,\ + lib/cdmlib-ext-3.3.3.jar,\ + lib/cdmlib-io-3.3.3-sources.jar,\ + lib/cdmlib-io-3.3.3.jar,\ + lib/cdmlib-model-3.3.3-sources.jar,\ + lib/cdmlib-model-3.3.3.jar,\ + lib/cdmlib-persistence-3.3.3-sources.jar,\ + lib/cdmlib-persistence-3.3.3.jar,\ + lib/cdmlib-print-3.3.3-sources.jar,\ + lib/cdmlib-print-3.3.3.jar,\ + lib/cdmlib-remote-3.3.3-sources.jar,\ + lib/cdmlib-remote-3.3.3.jar,\ + lib/cdmlib-services-3.3.3-sources.jar,\ + lib/cdmlib-services-3.3.3.jar,\ lib/cglib-nodep-2.2.2.jar,\ lib/com.springsource.org.aopalliance-1.0.0.jar,\ lib/com.springsource.org.apache.commons.logging-1.1.1.jar,\ diff --git a/eu.etaxonomy.taxeditor.cdmlib/pom.xml b/eu.etaxonomy.taxeditor.cdmlib/pom.xml index 81da3fb74..038dc5bb6 100644 --- a/eu.etaxonomy.taxeditor.cdmlib/pom.xml +++ b/eu.etaxonomy.taxeditor.cdmlib/pom.xml @@ -3,7 +3,7 @@ eu.etaxonomy taxeditor-parent - 3.3.3-SNAPSHOT + 3.3.3.201404161719 4.0.0 eu.etaxonomy.taxeditor.cdmlib diff --git a/eu.etaxonomy.taxeditor.editor/META-INF/MANIFEST.MF b/eu.etaxonomy.taxeditor.editor/META-INF/MANIFEST.MF index 744020dfd..3fe69041a 100644 --- a/eu.etaxonomy.taxeditor.editor/META-INF/MANIFEST.MF +++ b/eu.etaxonomy.taxeditor.editor/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Editor Bundle Bundle-SymbolicName: eu.etaxonomy.taxeditor.editor;singleton:=true -Bundle-Version: 3.3.3.qualifier +Bundle-Version: 3.3.3.201404161719 Bundle-Activator: eu.etaxonomy.taxeditor.editor.internal.TaxeditorEditorPlugin Bundle-Vendor: %Bundle-Vendor.0 Bundle-Localization: plugin diff --git a/eu.etaxonomy.taxeditor.editor/pom.xml b/eu.etaxonomy.taxeditor.editor/pom.xml index 0ae5a1ce2..ac91c98ad 100644 --- a/eu.etaxonomy.taxeditor.editor/pom.xml +++ b/eu.etaxonomy.taxeditor.editor/pom.xml @@ -4,7 +4,7 @@ eu.etaxonomy taxeditor-parent - 3.3.3-SNAPSHOT + 3.3.3.201404161719 4.0.0 diff --git a/eu.etaxonomy.taxeditor.feature.platform/feature.xml b/eu.etaxonomy.taxeditor.feature.platform/feature.xml index 0498662a0..cb4fa1335 100644 --- a/eu.etaxonomy.taxeditor.feature.platform/feature.xml +++ b/eu.etaxonomy.taxeditor.feature.platform/feature.xml @@ -2,7 +2,7 @@ diff --git a/eu.etaxonomy.taxeditor.feature.platform/pom.xml b/eu.etaxonomy.taxeditor.feature.platform/pom.xml index b57ec2968..fee5135c4 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.3.3-SNAPSHOT + 3.3.3.201404161719 4.0.0 eu.etaxonomy.taxeditor.feature.platform diff --git a/eu.etaxonomy.taxeditor.feature/feature.xml b/eu.etaxonomy.taxeditor.feature/feature.xml index afb7a1c78..d949129a8 100644 --- a/eu.etaxonomy.taxeditor.feature/feature.xml +++ b/eu.etaxonomy.taxeditor.feature/feature.xml @@ -2,7 +2,7 @@ eu.etaxonomy taxeditor-parent - 3.3.3-SNAPSHOT + 3.3.3.201404161719 4.0.0 eu.etaxonomy.taxeditor.feature diff --git a/eu.etaxonomy.taxeditor.help/META-INF/MANIFEST.MF b/eu.etaxonomy.taxeditor.help/META-INF/MANIFEST.MF index d070b8735..484dd52c7 100644 --- a/eu.etaxonomy.taxeditor.help/META-INF/MANIFEST.MF +++ b/eu.etaxonomy.taxeditor.help/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Help Bundle-SymbolicName: eu.etaxonomy.taxeditor.help; singleton:=true -Bundle-Version: 3.3.3.qualifier +Bundle-Version: 3.3.3.201404161719 Bundle-Activator: eu.etaxonomy.taxeditor.help.Activator Bundle-Vendor: EDIT Require-Bundle: org.eclipse.ui, diff --git a/eu.etaxonomy.taxeditor.help/pom.xml b/eu.etaxonomy.taxeditor.help/pom.xml index 699880364..36e93f988 100644 --- a/eu.etaxonomy.taxeditor.help/pom.xml +++ b/eu.etaxonomy.taxeditor.help/pom.xml @@ -4,7 +4,7 @@ eu.etaxonomy taxeditor-parent - 3.3.3-SNAPSHOT + 3.3.3.201404161719 4.0.0 diff --git a/eu.etaxonomy.taxeditor.navigation/META-INF/MANIFEST.MF b/eu.etaxonomy.taxeditor.navigation/META-INF/MANIFEST.MF index 53760aac7..8290b6bdd 100644 --- a/eu.etaxonomy.taxeditor.navigation/META-INF/MANIFEST.MF +++ b/eu.etaxonomy.taxeditor.navigation/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Navigation Bundle Bundle-SymbolicName: eu.etaxonomy.taxeditor.navigation;singleton:=true -Bundle-Version: 3.3.3.qualifier +Bundle-Version: 3.3.3.201404161719 Bundle-Vendor: EDIT Export-Package: eu.etaxonomy.cdm, eu.etaxonomy.taxeditor.navigation, diff --git a/eu.etaxonomy.taxeditor.navigation/pom.xml b/eu.etaxonomy.taxeditor.navigation/pom.xml index c393d37af..246bc0bef 100644 --- a/eu.etaxonomy.taxeditor.navigation/pom.xml +++ b/eu.etaxonomy.taxeditor.navigation/pom.xml @@ -4,7 +4,7 @@ eu.etaxonomy taxeditor-parent - 3.3.3-SNAPSHOT + 3.3.3.201404161719 4.0.0 diff --git a/eu.etaxonomy.taxeditor.printpublisher/META-INF/MANIFEST.MF b/eu.etaxonomy.taxeditor.printpublisher/META-INF/MANIFEST.MF index 174c5a692..c444d51e1 100644 --- a/eu.etaxonomy.taxeditor.printpublisher/META-INF/MANIFEST.MF +++ b/eu.etaxonomy.taxeditor.printpublisher/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Printpublisher Bundle Bundle-SymbolicName: eu.etaxonomy.taxeditor.printpublisher;singleton:=true -Bundle-Version: 3.3.3.qualifier +Bundle-Version: 3.3.3.201404161719 Require-Bundle: org.eclipse.osgi, org.eclipse.ui, eu.etaxonomy.taxeditor.cdmlib, diff --git a/eu.etaxonomy.taxeditor.printpublisher/pom.xml b/eu.etaxonomy.taxeditor.printpublisher/pom.xml index 4714b1fe4..080e1b304 100644 --- a/eu.etaxonomy.taxeditor.printpublisher/pom.xml +++ b/eu.etaxonomy.taxeditor.printpublisher/pom.xml @@ -4,7 +4,7 @@ taxeditor-parent eu.etaxonomy - 3.3.3-SNAPSHOT + 3.3.3.201404161719 4.0.0 diff --git a/eu.etaxonomy.taxeditor.store/META-INF/MANIFEST.MF b/eu.etaxonomy.taxeditor.store/META-INF/MANIFEST.MF index 8f49b5cb2..fb71bc004 100644 --- a/eu.etaxonomy.taxeditor.store/META-INF/MANIFEST.MF +++ b/eu.etaxonomy.taxeditor.store/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: DataStore Bundle Bundle-SymbolicName: eu.etaxonomy.taxeditor.store;singleton:=true -Bundle-Version: 3.3.3.qualifier +Bundle-Version: 3.3.3.201404161719 Bundle-Activator: eu.etaxonomy.taxeditor.store.internal.TaxeditorStorePlugin Bundle-Vendor: EDIT Export-Package: eu.etaxonomy.cdm, diff --git a/eu.etaxonomy.taxeditor.store/pom.xml b/eu.etaxonomy.taxeditor.store/pom.xml index 8acfd2be9..ffdd06161 100644 --- a/eu.etaxonomy.taxeditor.store/pom.xml +++ b/eu.etaxonomy.taxeditor.store/pom.xml @@ -4,7 +4,7 @@ eu.etaxonomy taxeditor-parent - 3.3.3-SNAPSHOT + 3.3.3.201404161719 4.0.0 diff --git a/eu.etaxonomy.taxeditor/eu.etaxonomy.taxeditor.product b/eu.etaxonomy.taxeditor/eu.etaxonomy.taxeditor.product index 7e8387903..18d4d029c 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 d7df33379..53216cded 100644 --- a/eu.etaxonomy.taxeditor/pom.xml +++ b/eu.etaxonomy.taxeditor/pom.xml @@ -3,7 +3,7 @@ eu.etaxonomy taxeditor-parent - 3.3.3-SNAPSHOT + 3.3.3.201404161719 4.0.0 diff --git a/pom.xml b/pom.xml index 0270120b3..81a10aa7a 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ eu.etaxonomy taxeditor-parent - 3.3.3-SNAPSHOT + 3.3.3.201404161719 EDIT Taxonomic Editor The Taxonomic Editor for EDIT's platform for cybertaxonomy http://cybertaxonomy.eu/taxeditor//taxeditor//taxeditor//taxeditor//taxeditor//taxeditor//taxeditor/ @@ -15,10 +15,10 @@ 1.6 UTF-8 - 3.3.3-SNAPSHOT + 3.3.3 0.14.0 - 3.3.3-SNAPSHOT + 3.3.3 eu.etaxonomy.taxeditor.cdmlib