Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2013-06-04 08:12:33 +0000
committerMatthias Sohn2013-06-04 08:13:34 +0000
commitfb66cd963a9cf8b6db939b6d852929e3d739a6d2 (patch)
tree50ed33098abb1c0fb48bbfc64e3861805f099927 /org.eclipse.egit.github.core.tests
parent139ad760fa465c8088515204752ffefe21723aa0 (diff)
downloadegit-github-fb66cd963a9cf8b6db939b6d852929e3d739a6d2.tar.gz
egit-github-fb66cd963a9cf8b6db939b6d852929e3d739a6d2.tar.xz
egit-github-fb66cd963a9cf8b6db939b6d852929e3d739a6d2.zip
EGit Mylyn Github Connector v3.0.0.201306040240-rc3v3.0.0.201306040240-rc3
Change-Id: I5eec0bf566592fa9388ad2bc88a4568c429d113f 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 649f3fe5..df3d0f49 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.0.0.qualifier
+Bundle-Version: 3.0.0.201306040240-rc3
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 7947e030..8c037edc 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.0.0-SNAPSHOT</version>
+ <version>3.0.0.201306040240-rc3</version>
</parent>
<artifactId>org.eclipse.egit.github.core.tests</artifactId>

Back to the top