Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2013-10-02 21:28:07 +0000
committerMatthias Sohn2013-10-02 21:28:07 +0000
commit9840bb22201ad082438a5495d22cba43e4677863 (patch)
treee13b34d150c591e91ba60b9ae6194ee32148914a /org.eclipse.egit.github.core.tests
parent3d1c18585c08b1f2a23ca0c3bf7f89d59bb0ad48 (diff)
downloadegit-github-9840bb22201ad082438a5495d22cba43e4677863.tar.gz
egit-github-9840bb22201ad082438a5495d22cba43e4677863.tar.xz
egit-github-9840bb22201ad082438a5495d22cba43e4677863.zip
EGit Mylyn Github connector v3.1.0.201310021548-rv3.1.0.201310021548-r
Change-Id: Ib9dbc0bae1f13c41ffb9af867ea436da75c33061 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 6ffe4262..45979129 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: 3.1.0.qualifier
+Bundle-Version: 3.1.0.201310021548-r
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Import-Package: com.google.gson;version="[1.6.0,2.2.0]",
diff --git a/org.eclipse.egit.github.core.tests/pom.xml b/org.eclipse.egit.github.core.tests/pom.xml
index e6de0088..0794f155 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>3.1.0-SNAPSHOT</version>
+ <version>3.1.0.201310021548-r</version>
</parent>
<artifactId>org.eclipse.egit.github.core.tests</artifactId>

Back to the top