Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2019-05-08 20:07:48 +0000
committerMatthias Sohn2019-05-08 20:07:48 +0000
commit61470929a58704da5027bf6c8bb34047ce985d5c (patch)
treeb331a555c94fac0c6db4910ae1648f09d2fc4b84 /pom.xml
parent15e4e128d6ba4d369ef89e0af11a146964fac63f (diff)
downloadegit-github-61470929a58704da5027bf6c8bb34047ce985d5c.tar.gz
egit-github-61470929a58704da5027bf6c8bb34047ce985d5c.tar.xz
egit-github-61470929a58704da5027bf6c8bb34047ce985d5c.zip
EGit Mylyn Github Connector v5.4.0.201905081430-m2
Change-Id: I419c0340ca0dac38097735e67ef01f6d1bbcb903 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 1a1267a2..4a39051f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
<groupId>org.eclipse.mylyn.github</groupId>
<artifactId>github-parent</artifactId>
- <version>5.4.0-SNAPSHOT</version>
+ <version>5.4.0.201905081430-m2</version>
<packaging>pom</packaging>
<name>Eclipse EGit Mylyn GitHub Connector Parent</name>
@@ -55,7 +55,7 @@
</licenses>
<properties>
- <egit-github-version>5.4.0-SNAPSHOT</egit-github-version>
+ <egit-github-version>5.4.0.201905081430-m2</egit-github-version>
<tycho-version>1.4.0</tycho-version>
<tycho-extras-version>${tycho-version}</tycho-extras-version>
<spotbugs-maven-plugin-version>3.1.11</spotbugs-maven-plugin-version>

Back to the top