From 2d6910f172d68dc9d20dcc26cca24c7bf44a9fe1 Mon Sep 17 00:00:00 2001 From: Steffen Pingel Date: Thu, 7 Nov 2013 20:07:14 +0100 Subject: 421278: udpate versions for Mylyn 3.10.1 Change-Id: I0000000000000000000000000000000000000000 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=421278 --- org.eclipse.mylyn-parent/pom.xml | 4 +- org.eclipse.mylyn-site/pom.xml | 4 +- org.eclipse.mylyn-target/pom.xml | 2 +- org.eclipse.mylyn.discovery-directory/pom.xml | 2 +- org.eclipse.mylyn.releng/bin/update-versions.sh | 10 ++--- .../META-INF/MANIFEST.MF | 2 +- org.eclipse.mylyn.tests.standalone/pom.xml | 46 +++++++++++----------- org.eclipse.mylyn.tests/META-INF/MANIFEST.MF | 2 +- org.eclipse.mylyn.tests/pom.xml | 4 +- pom.xml | 4 +- 10 files changed, 40 insertions(+), 40 deletions(-) diff --git a/org.eclipse.mylyn-parent/pom.xml b/org.eclipse.mylyn-parent/pom.xml index d1dccfab..fef6349d 100644 --- a/org.eclipse.mylyn-parent/pom.xml +++ b/org.eclipse.mylyn-parent/pom.xml @@ -16,7 +16,7 @@ org.eclipse.mylyn org.eclipse.mylyn-parent - 3.10.0-SNAPSHOT + 3.10.1-SNAPSHOT pom @@ -175,7 +175,7 @@ org.eclipse.mylyn org.eclipse.mylyn-target - 3.10.0-SNAPSHOT + 3.10.1-SNAPSHOT ${target-platform} diff --git a/org.eclipse.mylyn-site/pom.xml b/org.eclipse.mylyn-site/pom.xml index 95309147..b47c7553 100644 --- a/org.eclipse.mylyn-site/pom.xml +++ b/org.eclipse.mylyn-site/pom.xml @@ -6,11 +6,11 @@ org.eclipse.mylyn org.eclipse.mylyn-parent - 3.10.0-SNAPSHOT + 3.10.1-SNAPSHOT ../org.eclipse.mylyn-parent org.eclipse.mylyn-site - 3.10.0-SNAPSHOT + 3.10.1-SNAPSHOT eclipse-update-site Mylyn for Eclipse 3.7, 3.8 and 4.2 diff --git a/org.eclipse.mylyn-target/pom.xml b/org.eclipse.mylyn-target/pom.xml index 828bf574..5d6b84fe 100644 --- a/org.eclipse.mylyn-target/pom.xml +++ b/org.eclipse.mylyn-target/pom.xml @@ -6,7 +6,7 @@ org.eclipse.mylyn-parent org.eclipse.mylyn - 3.10.0-SNAPSHOT + 3.10.1-SNAPSHOT ../org.eclipse.mylyn-parent org.eclipse.mylyn-target diff --git a/org.eclipse.mylyn.discovery-directory/pom.xml b/org.eclipse.mylyn.discovery-directory/pom.xml index 42c7877b..06ec814e 100644 --- a/org.eclipse.mylyn.discovery-directory/pom.xml +++ b/org.eclipse.mylyn.discovery-directory/pom.xml @@ -5,7 +5,7 @@ org.eclipse.mylyn org.eclipse.mylyn-aggregator - 3.10.0-SNAPSHOT + 3.10.1-SNAPSHOT org.eclipse.mylyn.discovery 3.7.0 diff --git a/org.eclipse.mylyn.releng/bin/update-versions.sh b/org.eclipse.mylyn.releng/bin/update-versions.sh index 3675669e..f822c087 100755 --- a/org.eclipse.mylyn.releng/bin/update-versions.sh +++ b/org.eclipse.mylyn.releng/bin/update-versions.sh @@ -12,11 +12,11 @@ find . -name feature.xml | xargs sed -i~ -e "s/\(mylyn.* version=\"\)$OLD\(\" ma #mvn -Dtycho.mode=maven org.sonatype.tycho:tycho-versions-plugin:set-version -DnewVersion=1.4.1-SNAPSHOT -update 1.1.0 1.2.0 -update 1.8.0 1.9.0 -update 2.0.1 2.1.0 -update 3.9.0 3.10.0 -update 5.5.0 5.6.0 +update 1.2.0 1.2.1 +update 1.9.0 1.9.1 +update 2.1.0 2.1.1 +update 3.10.0 3.10.1 +update 5.6.0 5.6.1 #grep Bundle-Version */META-INF/MANIFEST.MF | grep -v 0.9.0 | grep -v 3.7.0 | grep -v 1.5.0 diff --git a/org.eclipse.mylyn.tests.standalone/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tests.standalone/META-INF/MANIFEST.MF index 9395e154..aef8934b 100644 --- a/org.eclipse.mylyn.tests.standalone/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.tests.standalone/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Mylyn Standalone Tests Bundle-SymbolicName: org.eclipse.mylyn.tests.standalone;singleton:=true -Bundle-Version: 3.10.0.qualifier +Bundle-Version: 3.10.1.qualifier Bundle-Vendor: Eclipse Mylyn Export-Package: org.eclipse.mylyn.tests;x-internal:=true Bundle-ClassPath: . diff --git a/org.eclipse.mylyn.tests.standalone/pom.xml b/org.eclipse.mylyn.tests.standalone/pom.xml index ad485b28..61e00277 100644 --- a/org.eclipse.mylyn.tests.standalone/pom.xml +++ b/org.eclipse.mylyn.tests.standalone/pom.xml @@ -5,10 +5,10 @@ org.eclipse.mylyn-aggregator org.eclipse.mylyn - 3.10.0-SNAPSHOT + 3.10.1-SNAPSHOT org.eclipse.mylyn.tests.standalone - 3.10.0-SNAPSHOT + 3.10.1-SNAPSHOT jar src @@ -35,110 +35,110 @@ org.eclipse.mylyn.commons org.eclipse.mylyn.commons.core - 3.10.0-SNAPSHOT + 3.10.1-SNAPSHOT org.eclipse.mylyn.commons org.eclipse.mylyn.commons.net - 3.10.0-SNAPSHOT + 3.10.1-SNAPSHOT org.eclipse.mylyn.commons org.eclipse.mylyn.commons.notifications.core - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT org.eclipse.mylyn.commons org.eclipse.mylyn.commons.notifications.feed - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT org.eclipse.mylyn.commons org.eclipse.mylyn.commons.notifications.tests - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT org.eclipse.mylyn.commons org.eclipse.mylyn.commons.repositories.core - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT org.eclipse.mylyn.commons org.eclipse.mylyn.commons.repositories.http.core - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT org.eclipse.mylyn.commons org.eclipse.mylyn.commons.sdk.util - 3.10.0-SNAPSHOT + 3.10.1-SNAPSHOT org.eclipse.mylyn.commons org.eclipse.mylyn.commons.tests - 3.10.0-SNAPSHOT + 3.10.1-SNAPSHOT org.eclipse.mylyn.commons org.eclipse.mylyn.commons.xmlrpc - 3.10.0-SNAPSHOT + 3.10.1-SNAPSHOT org.eclipse.mylyn.builds org.eclipse.mylyn.builds.core - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT org.eclipse.mylyn.builds org.eclipse.mylyn.hudson.core - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT org.eclipse.mylyn.builds org.eclipse.mylyn.hudson.tests - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT org.eclipse.mylyn.tasks org.eclipse.mylyn.bugzilla.core - 3.10.0-SNAPSHOT + 3.10.1-SNAPSHOT org.eclipse.mylyn.tasks org.eclipse.mylyn.bugzilla.tests - 3.10.0-SNAPSHOT + 3.10.1-SNAPSHOT org.eclipse.mylyn.tasks org.eclipse.mylyn.trac.core - 3.10.0-SNAPSHOT + 3.10.1-SNAPSHOT org.eclipse.mylyn.tasks org.eclipse.mylyn.trac.tests - 3.10.0-SNAPSHOT + 3.10.1-SNAPSHOT org.eclipse.mylyn.tasks org.eclipse.mylyn.tasks.core - 3.10.0-SNAPSHOT + 3.10.1-SNAPSHOT org.eclipse.mylyn.tasks org.eclipse.mylyn.tasks.tests - 3.10.0-SNAPSHOT + 3.10.1-SNAPSHOT org.eclipse.mylyn.tasks org.eclipse.mylyn.tests.util - 3.10.0-SNAPSHOT + 3.10.1-SNAPSHOT org.eclipse.mylyn.docs org.eclipse.mylyn.wikitext.tests - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT diff --git a/org.eclipse.mylyn.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tests/META-INF/MANIFEST.MF index be135e1e..9171a0bb 100644 --- a/org.eclipse.mylyn.tests/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Mylyn Tests Bundle-SymbolicName: org.eclipse.mylyn.tests;singleton:=true -Bundle-Version: 3.10.0.qualifier +Bundle-Version: 3.10.1.qualifier Bundle-Vendor: Eclipse Mylyn Export-Package: org.eclipse.mylyn.tests;x-internal:=true, org.eclipse.mylyn.tests.integration;x-internal:=true, diff --git a/org.eclipse.mylyn.tests/pom.xml b/org.eclipse.mylyn.tests/pom.xml index de067b77..d891a920 100644 --- a/org.eclipse.mylyn.tests/pom.xml +++ b/org.eclipse.mylyn.tests/pom.xml @@ -5,10 +5,10 @@ org.eclipse.mylyn-aggregator org.eclipse.mylyn - 3.10.0-SNAPSHOT + 3.10.1-SNAPSHOT org.eclipse.mylyn.tests - 3.10.0-SNAPSHOT + 3.10.1-SNAPSHOT eclipse-test-plugin org.eclipse.mylyn.tests.AllTests diff --git a/pom.xml b/pom.xml index 15402b5b..544cc19d 100644 --- a/pom.xml +++ b/pom.xml @@ -5,12 +5,12 @@ org.eclipse.mylyn org.eclipse.mylyn-parent - 3.10.0-SNAPSHOT + 3.10.1-SNAPSHOT ../org.eclipse.mylyn/org.eclipse.mylyn-parent org.eclipse.mylyn-aggregator Mylyn Releng - 3.10.0-SNAPSHOT + 3.10.1-SNAPSHOT pom org.eclipse.mylyn.discovery-directory,org.eclipse.myly-parent,org.eclipse.mylyn-site,org.eclipse.mylyn-target -- cgit v1.2.3