Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2019-06-13 00:59:09 +0000
committerMatthias Sohn2019-06-13 00:59:09 +0000
commit88084a4a032ad08eaaa4f03a7e4fd22a1913cc7e (patch)
treeb6f5b67147dd1947df99281bab31e5a598c6efd6 /pom.xml
parent93a9d5b2ff85c79e6eb627eff826f8d3a00d5e93 (diff)
downloadegit-github-88084a4a032ad08eaaa4f03a7e4fd22a1913cc7e.tar.gz
egit-github-88084a4a032ad08eaaa4f03a7e4fd22a1913cc7e.tar.xz
egit-github-88084a4a032ad08eaaa4f03a7e4fd22a1913cc7e.zip
Prepare 5.4.1-SNAPSHOT buildsstable-5.4
Change-Id: I4a07821be768c221ad7a72f7c04b7e5cc059c0b6 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 a71c6b2f..b92de1d9 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.201906121030-r</version>
+ <version>5.4.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Eclipse EGit Mylyn GitHub Connector Parent</name>
@@ -55,7 +55,7 @@
</licenses>
<properties>
- <egit-github-version>5.4.0.201906121030-r</egit-github-version>
+ <egit-github-version>5.4.1-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