From 8af25e57049a0c4a18698fa3b2cf31228b80261c Mon Sep 17 00:00:00 2001 From: Sam Davis Date: Thu, 29 Jun 2017 10:39:37 -0700 Subject: 515140: [release] release Mylyn 3.23 Change-Id: I51fbad175575adec7dd933a30547b0284e5f65d2 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=515140 --- org.eclipse.mylyn.releng/bin/update-versions.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/org.eclipse.mylyn.releng/bin/update-versions.sh b/org.eclipse.mylyn.releng/bin/update-versions.sh index b1da43c9..c425bdf5 100755 --- a/org.eclipse.mylyn.releng/bin/update-versions.sh +++ b/org.eclipse.mylyn.releng/bin/update-versions.sh @@ -33,7 +33,10 @@ version=3.24 #grep Bundle-Version */META-INF/MANIFEST.MF | grep -v 0.9.0 | grep -v 3.7.0 | grep -v 1.5.0 -git submodule foreach eval "git commit -a -m \"$bug: update \$(basename \$(pwd)) versions to $version +for f in `find . -maxdepth 1 -name "org.eclipse.mylyn*" -not -name "*docs"` +do +cd $f +eval "git commit -a -m \"$bug: update \$(basename \$(pwd)) versions to $version Change-Id: I0000000000000000000000000000000000000000 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=$bug\"" @@ -41,4 +44,6 @@ Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=$bug\"" git commit -a -m "$bug: update `basename $(pwd)` versions to $version Change-Id: I0000000000000000000000000000000000000000 -Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=$bug" \ No newline at end of file +Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=$bug" +cd .. +done \ No newline at end of file -- cgit v1.2.3