Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2019-05-22 19:34:01 +0000
committerMatthias Sohn2019-05-22 19:34:01 +0000
commitb6b8d94aa922069aa73e452919166b19469413a7 (patch)
tree8235a8720bd03cdf04f6f6f837dc1924e589cc0b /pom.xml
parent75059db0f4485ef0ffc566e0a3595e0bcf6038f7 (diff)
downloadegit-github-b6b8d94aa922069aa73e452919166b19469413a7.tar.gz
egit-github-b6b8d94aa922069aa73e452919166b19469413a7.tar.xz
egit-github-b6b8d94aa922069aa73e452919166b19469413a7.zip
EGit Mylyn Github Connector v5.4.0.201905221418-m3v5.4.0.201905221418-m3
Change-Id: I37ca60c952dd1dab652035bb74a8abb02b1725d6 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..805852e0 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.201905221418-m3</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.201905221418-m3</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