Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wolf2019-04-04 16:35:26 +0000
committerThomas Wolf2019-04-04 16:35:26 +0000
commitdf89d305591dff97f77adfbc9f47e0b48b5417c6 (patch)
tree366ea5b96f095c8c2d05bd90481a67c15b78beea /pom.xml
parente6e69037ce8e834b80c7dcfe24b98e5317df8c48 (diff)
downloadegit-github-df89d305591dff97f77adfbc9f47e0b48b5417c6.tar.gz
egit-github-df89d305591dff97f77adfbc9f47e0b48b5417c6.tar.xz
egit-github-df89d305591dff97f77adfbc9f47e0b48b5417c6.zip
Correct version increase for egit-githubstable-5.3
The target platform setup was not increased with the version increase. As a result stable nightly builds on the new infrastructure don't work. Bug: 545981 Change-Id: I530f9b83748bc5f20f3e62b969849f247bcecd7e Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index bec98c2d..da2dc004 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,6 +55,7 @@
</licenses>
<properties>
+ <egit-github-version>5.3.1-SNAPSHOT</egit-github-version>
<tycho-version>1.3.0</tycho-version>
<tycho-extras-version>${tycho-version}</tycho-extras-version>
<spotbugs-maven-plugin-version>3.1.9</spotbugs-maven-plugin-version>
@@ -344,7 +345,7 @@
<artifact>
<groupId>org.eclipse.mylyn.github</groupId>
<artifactId>org.eclipse.mylyn.github.target</artifactId>
- <version>5.3.0-SNAPSHOT</version>
+ <version>${egit-github-version}</version>
<classifier>github</classifier>
</artifact>
</target>

Back to the top