Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2019-03-14 16:31:09 +0000
committerMatthias Sohn2019-03-14 16:46:05 +0000
commit693026c68cfda9ba46b24798d162cc450940498d (patch)
treeef6cd8dde31bba6a758a95a49bc4e796a5d4b6ac
parente7db487413056711702fa26cc0b6424496bdf978 (diff)
parente6e69037ce8e834b80c7dcfe24b98e5317df8c48 (diff)
downloadegit-github-693026c68cfda9ba46b24798d162cc450940498d.tar.gz
egit-github-693026c68cfda9ba46b24798d162cc450940498d.tar.xz
egit-github-693026c68cfda9ba46b24798d162cc450940498d.zip
Merge branch 'stable-5.3'
* stable-5.3: Prepare 5.3.1-SNAPSHOT builds EGit Mylyn Github Connector v5.3.0.201903130848-r Change-Id: Ic2373773f1e6003759a738b7ddc6f4f28f1a833c Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rwxr-xr-xtools/version.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/version.sh b/tools/version.sh
index 94288a71..4111e5a4 100755
--- a/tools/version.sh
+++ b/tools/version.sh
@@ -101,6 +101,9 @@ perl -pi~ -e '
s/(org.eclipse.egit.github.*;version="\[)[^"]*(\)")/${1}'"$GITHUB_V,$GITHUB_N"'${2}/;
s/(org.eclipse.mylyn.internal.github.*;version=")[^"[(]*(")/${1}'"$GITHUB_V"'${2}/;
s/(org.eclipse.mylyn.internal.github.*;version="\[)[^"]*(\)")/${1}'"$GITHUB_V,$GITHUB_N"'${2}/;
+ s/(org.eclipse.jgit.*;version="\[)[^"]*(\)")/${1}'"$GITHUB_V,$GITHUB_N"'${2}/;
+ s/(org.eclipse.egit.core.*;version="\[)[^"]*(\)")/${1}'"$GITHUB_V,$GITHUB_N"'${2}/;
+ s/(org.eclipse.egit.ui.*;version="\[)[^"]*(\)")/${1}'"$GITHUB_V,$GITHUB_N"'${2}/;
' $(git ls-files | egrep "META-INF/MANIFEST.MF|META-INF/SOURCE-MANIFEST.MF")
perl -pi~ -e '

Back to the top