Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-09-05 18:17:32 +0000
committerMatthias Sohn2018-09-05 18:17:32 +0000
commit3b9674a0cfc96604bcbb70910cf6c1fb006ec436 (patch)
treefb7d13802d513ab5dcc51ebe119c1575dd33bb5f /org.eclipse.egit.github.core.tests
parentaa67e7db1d7c91b809ce7df135e56109ee171428 (diff)
downloadegit-github-3b9674a0cfc96604bcbb70910cf6c1fb006ec436.tar.gz
egit-github-3b9674a0cfc96604bcbb70910cf6c1fb006ec436.tar.xz
egit-github-3b9674a0cfc96604bcbb70910cf6c1fb006ec436.zip
EGit Mylyn Github Connector v5.1.0.201809051400-rc1v5.1.0.201809051400-rc1
Change-Id: I4d3c12f4dd17ee069722a7535d3fbe8accc4a154 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.github.core.tests')
-rw-r--r--org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.egit.github.core.tests/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF b/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF
index f5adf0f1..063dec55 100644
--- a/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Automatic-Module-Name: org.eclipse.egit.github.core.tests
Bundle-SymbolicName: org.eclipse.egit.github.core.tests
-Bundle-Version: 5.1.0.qualifier
+Bundle-Version: 5.1.0.201809051400-rc1
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: com.google.gson;version="[1.6.0,3.0.0]",
diff --git a/org.eclipse.egit.github.core.tests/pom.xml b/org.eclipse.egit.github.core.tests/pom.xml
index 1d8cc166..c5193162 100644
--- a/org.eclipse.egit.github.core.tests/pom.xml
+++ b/org.eclipse.egit.github.core.tests/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.mylyn.github</groupId>
<artifactId>github-parent</artifactId>
- <version>5.1.0-SNAPSHOT</version>
+ <version>5.1.0.201809051400-rc1</version>
</parent>
<artifactId>org.eclipse.egit.github.core.tests</artifactId>

Back to the top