Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2019-06-13 01:05:13 +0000
committerThomas Wolf2019-06-13 17:27:40 +0000
commit0f7592f24a097ab53c9628d0d4b37b55d0bf1f1e (patch)
treec0ac07a1cd20de6f6f1e9380d8c5364ce156122b /pom.xml
parent538ad318ab1a88613817f1a2c8816e4639b78c25 (diff)
downloadegit-github-0f7592f24a097ab53c9628d0d4b37b55d0bf1f1e.tar.gz
egit-github-0f7592f24a097ab53c9628d0d4b37b55d0bf1f1e.tar.xz
egit-github-0f7592f24a097ab53c9628d0d4b37b55d0bf1f1e.zip
Prepare 5.5.0-SNAPSHOT builds
Change-Id: I62930194af501162a41a63cf2c3d4822cdc35a1c Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
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 b92de1d9..576701c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
<groupId>org.eclipse.mylyn.github</groupId>
<artifactId>github-parent</artifactId>
- <version>5.4.1-SNAPSHOT</version>
+ <version>5.5.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Eclipse EGit Mylyn GitHub Connector Parent</name>
@@ -55,7 +55,7 @@
</licenses>
<properties>
- <egit-github-version>5.4.1-SNAPSHOT</egit-github-version>
+ <egit-github-version>5.5.0-SNAPSHOT</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