Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Keppler2019-03-18 18:04:20 +0000
committerMichael Keppler2019-03-18 18:04:20 +0000
commitcf95d881e0d155d8af57cfa6a1981436941013fc (patch)
tree33f8f2c0db072ecea996f7c408e67437503456b9
parent693026c68cfda9ba46b24798d162cc450940498d (diff)
downloadegit-github-cf95d881e0d155d8af57cfa6a1981436941013fc.tar.gz
egit-github-cf95d881e0d155d8af57cfa6a1981436941013fc.tar.xz
egit-github-cf95d881e0d155d8af57cfa6a1981436941013fc.zip
Use target 5.4 in egit-github
Current Maven on ci-staging builds fail due to still referencing 5.3 target. Change-Id: I63e1fb5a7e92535a22adeb6f8a1de7437d60c550 Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index cda77f2e..dbb86f90 100644
--- a/pom.xml
+++ b/pom.xml
@@ -344,7 +344,7 @@
<artifact>
<groupId>org.eclipse.mylyn.github</groupId>
<artifactId>org.eclipse.mylyn.github.target</artifactId>
- <version>5.3.0-SNAPSHOT</version>
+ <version>5.4.0-SNAPSHOT</version>
<classifier>github</classifier>
</artifact>
</target>

Back to the top