Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2016-06-07 14:25:39 +0000
committerMatthias Sohn2016-06-07 14:25:39 +0000
commitcfda2c766b72b9f1e6fccafe6070e662337b0f26 (patch)
tree0d063514522b41a68eed44cb42fadebe7b760b0e /org.eclipse.egit.github.core.tests
parent6ff925686f95e8f734c365807f8a441d98adb1f8 (diff)
downloadegit-github-cfda2c766b72b9f1e6fccafe6070e662337b0f26.tar.gz
egit-github-cfda2c766b72b9f1e6fccafe6070e662337b0f26.tar.xz
egit-github-cfda2c766b72b9f1e6fccafe6070e662337b0f26.zip
EGit Mylyn Github Connector v4.4.0.201606070830-rv4.4.0.201606070830-r
Change-Id: Ic4df81e51f22e9d1b0ff22d577e128148fc6920f 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 d7382f54..597618d0 100644
--- a/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.egit.github.core.tests
-Bundle-Version: 4.4.0.qualifier
+Bundle-Version: 4.4.0.201606070830-r
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
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 2eed01c5..46ca6f68 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.4.0-SNAPSHOT</version>
+ <version>4.4.0.201606070830-r</version>
</parent>
<artifactId>org.eclipse.egit.github.core.tests</artifactId>

Back to the top