Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2019-06-13 00:59:49 +0000
committerMatthias Sohn2019-06-13 01:00:04 +0000
commit538ad318ab1a88613817f1a2c8816e4639b78c25 (patch)
treeb6f5b67147dd1947df99281bab31e5a598c6efd6 /pom.xml
parent695911341da9ce647ac29e825e56f55c62440053 (diff)
parent88084a4a032ad08eaaa4f03a7e4fd22a1913cc7e (diff)
downloadegit-github-538ad318ab1a88613817f1a2c8816e4639b78c25.tar.gz
egit-github-538ad318ab1a88613817f1a2c8816e4639b78c25.tar.xz
egit-github-538ad318ab1a88613817f1a2c8816e4639b78c25.zip
Merge branch 'stable-5.4'
* stable-5.4: Prepare 5.4.1-SNAPSHOT builds EGit Mylyn Github Connector v5.4.0.201906121030-r Prepare 5.4.0-SNAPSHOT builds EGit Mylyn Github Connector v5.4.0.201905221418-m3 Prepare 5.4.0-SNAPSHOT builds EGit Mylyn Github Connector v5.4.0.201905081430-m2 Change-Id: I81de8e7f1c662eff06233513ece5f5b9c69f3777 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..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-SNAPSHOT</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-SNAPSHOT</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