From: edit-jenkins Date: Wed, 14 May 2014 11:16:16 +0000 (+0000) Subject: Updated version in config files to 3.3.4 X-Git-Tag: 3.6.0~628 X-Git-Url: https://dev.e-taxonomy.eu/gitweb/taxeditor.git/commitdiff_plain/eb72474d44215c226f18d03d222ecbf0d48323fd Updated version in config files to 3.3.4 --- diff --git a/eu.etaxonomy.taxeditor.application/META-INF/MANIFEST.MF b/eu.etaxonomy.taxeditor.application/META-INF/MANIFEST.MF index 59c088567..6037ac23d 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.4.qualifier +Bundle-Version: 3.3.4.201405141312 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 3a68c01b8..7bd9eaa79 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.4-SNAPSHOT + 3.3.4.201405141312 4.0.0 diff --git a/eu.etaxonomy.taxeditor.bulkeditor/META-INF/MANIFEST.MF b/eu.etaxonomy.taxeditor.bulkeditor/META-INF/MANIFEST.MF index 1f6ffb8d5..8465206f8 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.4.qualifier +Bundle-Version: 3.3.4.201405141312 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 fad0de50e..dbcc95d0c 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.4-SNAPSHOT + 3.3.4.201405141312 4.0.0 diff --git a/eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF b/eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF index 86b13754f..ffbfc9c1f 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.4.qualifier +Bundle-Version: 3.3.4.201405141312 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.4-SNAPSHOT-sources.jar, - lib/cdmlib-commons-3.3.4-SNAPSHOT.jar, - lib/cdmlib-ext-3.3.4-SNAPSHOT-sources.jar, - lib/cdmlib-ext-3.3.4-SNAPSHOT.jar, - lib/cdmlib-io-3.3.4-SNAPSHOT-sources.jar, - lib/cdmlib-io-3.3.4-SNAPSHOT.jar, - lib/cdmlib-model-3.3.4-SNAPSHOT-sources.jar, - lib/cdmlib-model-3.3.4-SNAPSHOT.jar, - lib/cdmlib-persistence-3.3.4-SNAPSHOT-sources.jar, - lib/cdmlib-persistence-3.3.4-SNAPSHOT.jar, - lib/cdmlib-print-3.3.4-SNAPSHOT-sources.jar, - lib/cdmlib-print-3.3.4-SNAPSHOT.jar, - lib/cdmlib-remote-3.3.4-SNAPSHOT-sources.jar, - lib/cdmlib-remote-3.3.4-SNAPSHOT.jar, - lib/cdmlib-services-3.3.4-SNAPSHOT-sources.jar, - lib/cdmlib-services-3.3.4-SNAPSHOT.jar, + lib/cdmlib-commons-3.3.4-sources.jar, + lib/cdmlib-commons-3.3.4.jar, + lib/cdmlib-ext-3.3.4-sources.jar, + lib/cdmlib-ext-3.3.4.jar, + lib/cdmlib-io-3.3.4-sources.jar, + lib/cdmlib-io-3.3.4.jar, + lib/cdmlib-model-3.3.4-sources.jar, + lib/cdmlib-model-3.3.4.jar, + lib/cdmlib-persistence-3.3.4-sources.jar, + lib/cdmlib-persistence-3.3.4.jar, + lib/cdmlib-print-3.3.4-sources.jar, + lib/cdmlib-print-3.3.4.jar, + lib/cdmlib-remote-3.3.4-sources.jar, + lib/cdmlib-remote-3.3.4.jar, + lib/cdmlib-services-3.3.4-sources.jar, + lib/cdmlib-services-3.3.4.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 9a8950597..14608e667 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.4-SNAPSHOT-sources.jar,\ - lib/cdmlib-commons-3.3.4-SNAPSHOT.jar,\ - lib/cdmlib-ext-3.3.4-SNAPSHOT-sources.jar,\ - lib/cdmlib-ext-3.3.4-SNAPSHOT.jar,\ - lib/cdmlib-io-3.3.4-SNAPSHOT-sources.jar,\ - lib/cdmlib-io-3.3.4-SNAPSHOT.jar,\ - lib/cdmlib-model-3.3.4-SNAPSHOT-sources.jar,\ - lib/cdmlib-model-3.3.4-SNAPSHOT.jar,\ - lib/cdmlib-persistence-3.3.4-SNAPSHOT-sources.jar,\ - lib/cdmlib-persistence-3.3.4-SNAPSHOT.jar,\ - lib/cdmlib-print-3.3.4-SNAPSHOT-sources.jar,\ - lib/cdmlib-print-3.3.4-SNAPSHOT.jar,\ - lib/cdmlib-remote-3.3.4-SNAPSHOT-sources.jar,\ - lib/cdmlib-remote-3.3.4-SNAPSHOT.jar,\ - lib/cdmlib-services-3.3.4-SNAPSHOT-sources.jar,\ - lib/cdmlib-services-3.3.4-SNAPSHOT.jar,\ + lib/cdmlib-commons-3.3.4-sources.jar,\ + lib/cdmlib-commons-3.3.4.jar,\ + lib/cdmlib-ext-3.3.4-sources.jar,\ + lib/cdmlib-ext-3.3.4.jar,\ + lib/cdmlib-io-3.3.4-sources.jar,\ + lib/cdmlib-io-3.3.4.jar,\ + lib/cdmlib-model-3.3.4-sources.jar,\ + lib/cdmlib-model-3.3.4.jar,\ + lib/cdmlib-persistence-3.3.4-sources.jar,\ + lib/cdmlib-persistence-3.3.4.jar,\ + lib/cdmlib-print-3.3.4-sources.jar,\ + lib/cdmlib-print-3.3.4.jar,\ + lib/cdmlib-remote-3.3.4-sources.jar,\ + lib/cdmlib-remote-3.3.4.jar,\ + lib/cdmlib-services-3.3.4-sources.jar,\ + lib/cdmlib-services-3.3.4.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 70bc38845..62cc6dcbb 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.4-SNAPSHOT + 3.3.4.201405141312 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 b63121429..37ba27aba 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.4.qualifier +Bundle-Version: 3.3.4.201405141312 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 b4f6d787c..3d8645aa3 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.4-SNAPSHOT + 3.3.4.201405141312 4.0.0 diff --git a/eu.etaxonomy.taxeditor.feature.platform/feature.xml b/eu.etaxonomy.taxeditor.feature.platform/feature.xml index 73897391e..409c76377 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 1ea5d971b..3a7ff9ec5 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.4-SNAPSHOT + 3.3.4.201405141312 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 9c69414bb..c03a80ca4 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.4-SNAPSHOT + 3.3.4.201405141312 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 9433d47aa..8a28e8990 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.4.qualifier +Bundle-Version: 3.3.4.201405141312 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 f400ea3e4..b91999833 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.4-SNAPSHOT + 3.3.4.201405141312 4.0.0 diff --git a/eu.etaxonomy.taxeditor.navigation/META-INF/MANIFEST.MF b/eu.etaxonomy.taxeditor.navigation/META-INF/MANIFEST.MF index 9ffebeff4..2cb6bae70 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.4.qualifier +Bundle-Version: 3.3.4.201405141312 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 c2b1f7586..108e24bd1 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.4-SNAPSHOT + 3.3.4.201405141312 4.0.0 diff --git a/eu.etaxonomy.taxeditor.printpublisher/META-INF/MANIFEST.MF b/eu.etaxonomy.taxeditor.printpublisher/META-INF/MANIFEST.MF index 696c73303..67edfd477 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.4.qualifier +Bundle-Version: 3.3.4.201405141312 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 86a62eb65..477bb636b 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.4-SNAPSHOT + 3.3.4.201405141312 4.0.0 diff --git a/eu.etaxonomy.taxeditor.store/META-INF/MANIFEST.MF b/eu.etaxonomy.taxeditor.store/META-INF/MANIFEST.MF index ce091c3d9..e9ba097ff 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.4.qualifier +Bundle-Version: 3.3.4.201405141312 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 c66a8df50..b8106a595 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.4-SNAPSHOT + 3.3.4.201405141312 4.0.0 diff --git a/eu.etaxonomy.taxeditor/eu.etaxonomy.taxeditor.product b/eu.etaxonomy.taxeditor/eu.etaxonomy.taxeditor.product index 8bea5bf69..6abefe725 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 32aa8f513..3c8fd3c2f 100644 --- a/eu.etaxonomy.taxeditor/pom.xml +++ b/eu.etaxonomy.taxeditor/pom.xml @@ -3,7 +3,7 @@ eu.etaxonomy taxeditor-parent - 3.3.4-SNAPSHOT + 3.3.4.201405141312 4.0.0 diff --git a/pom.xml b/pom.xml index 72e7c621a..5fa50c191 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ eu.etaxonomy taxeditor-parent - 3.3.4-SNAPSHOT + 3.3.4.201405141312 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.4-SNAPSHOT + 3.3.4 0.14.0 - 3.3.4-SNAPSHOT + 3.3.4 eu.etaxonomy.taxeditor.cdmlib