Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-03-08 13:53:57 +0000
committerMatthias Sohn2018-03-08 13:53:57 +0000
commitd917696955d3994e90b204089b2e5ee6a32e209d (patch)
treea0beaa8719012d81f0bdd290f034c2c76560cc76 /org.eclipse.egit.github.core.tests
parentb5e69f1c0a616f69da2740e8e36744ac349c5a28 (diff)
downloadegit-github-d917696955d3994e90b204089b2e5ee6a32e209d.tar.gz
egit-github-d917696955d3994e90b204089b2e5ee6a32e209d.tar.xz
egit-github-d917696955d3994e90b204089b2e5ee6a32e209d.zip
EGit Mylyn Github Connector v4.11.0.201803080745-rv4.11.0.201803080745-r
Change-Id: I24ee25ce1d38060f7b79f624364a73b77823bdc1 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 e3fbf674..616a8f96 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: 4.11.0.qualifier
+Bundle-Version: 4.11.0.201803080745-r
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 ac8425db..3c77ed26 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>4.11.0-SNAPSHOT</version>
+ <version>4.11.0.201803080745-r</version>
</parent>
<artifactId>org.eclipse.egit.github.core.tests</artifactId>

Back to the top