Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.releng/bin/update-versions.sh')
-rwxr-xr-xorg.eclipse.mylyn.releng/bin/update-versions.sh10
1 files changed, 5 insertions, 5 deletions
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

Back to the top