Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2019-03-07 00:21:31 +0000
committerThomas Wolf2019-03-07 23:38:15 +0000
commitac7688017ffeb5b0e2fe34a8ec9483b80a7bfeb9 (patch)
tree597d5003e99d80e168aff9447da87cb96847e718 /org.eclipse.mylyn.github.target
parentf3c6bc68aa4cb380f78ddee815049e48b18d22c2 (diff)
downloadegit-github-ac7688017ffeb5b0e2fe34a8ec9483b80a7bfeb9.tar.gz
egit-github-ac7688017ffeb5b0e2fe34a8ec9483b80a7bfeb9.tar.xz
egit-github-ac7688017ffeb5b0e2fe34a8ec9483b80a7bfeb9.zip
Prepare 5.4.0-SNAPSHOT builds
Change-Id: I649c6212baafef7d24f96ca0e764fe990999aabc Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.mylyn.github.target')
-rw-r--r--org.eclipse.mylyn.github.target/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.github.target/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.github.target/MANIFEST.MF b/org.eclipse.mylyn.github.target/MANIFEST.MF
index 9a1c26dc..a824d90e 100644
--- a/org.eclipse.mylyn.github.target/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.target/MANIFEST.MF
@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: EGit Mylyn GitHub Target Platform Bundle
Bundle-SymbolicName: org.eclipse.mylyn.github.target
-Bundle-Version: 5.3.0.qualifier
+Bundle-Version: 5.4.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
diff --git a/org.eclipse.mylyn.github.target/pom.xml b/org.eclipse.mylyn.github.target/pom.xml
index d45e5afd..c1e6278d 100644
--- a/org.eclipse.mylyn.github.target/pom.xml
+++ b/org.eclipse.mylyn.github.target/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>github-parent</artifactId>
<groupId>org.eclipse.mylyn.github</groupId>
- <version>5.3.0-SNAPSHOT</version>
+ <version>5.4.0-SNAPSHOT</version>
</parent>
<properties>

Back to the top