Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-05-22 23:19:06 +0000
committerMatthias Sohn2018-05-22 23:19:06 +0000
commitf2e2e3fdcf451c907119ba47d19563af8f00a5e5 (patch)
tree3fe3492412bc621218a5a56b09ed66a1b1f8999f /org.eclipse.egit.github.core.tests
parentd2453b8a2727c03aff12875cd51b7104ec271036 (diff)
downloadegit-github-f2e2e3fdcf451c907119ba47d19563af8f00a5e5.tar.gz
egit-github-f2e2e3fdcf451c907119ba47d19563af8f00a5e5.tar.xz
egit-github-f2e2e3fdcf451c907119ba47d19563af8f00a5e5.zip
EGit Mylyn Github Connector v5.0.0.201805221745-rc1v5.0.0.201805221745-rc1
Change-Id: I014ba51283c399d61f26a69b44aeb9938dbf3f40 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 b13dd0cf..72b5ef73 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.0.0.qualifier
+Bundle-Version: 5.0.0.201805221745-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 1b37e915..055f0e8f 100644
--- a/org.eclipse.egit.github.core.tests/pom.xml
+++ b/org.eclipse.egit.github.core.tests/pom.xml
@@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.mylyn.github</groupId>
<artifactId>github-parent</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.0.201805221745-rc1</version>
</parent>
<artifactId>org.eclipse.egit.github.core.tests</artifactId>

Back to the top