Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2012-05-30 22:21:34 +0000
committerMatthias Sohn2012-05-30 22:31:37 +0000
commit1b352ac44ec17d3990a1d27eaa9d7bd256d4b95b (patch)
tree2b6c7d0d1b82b5892514f9729ebb80e53f88670f /org.eclipse.egit.github.core.tests
parent42c9946385604653f329735039a135ec38ef328b (diff)
downloadegit-github-1b352ac44ec17d3990a1d27eaa9d7bd256d4b95b.tar.gz
egit-github-1b352ac44ec17d3990a1d27eaa9d7bd256d4b95b.tar.xz
egit-github-1b352ac44ec17d3990a1d27eaa9d7bd256d4b95b.zip
EGit GitHub Connector v2.0.0.201205301645-rc2
Change-Id: Ie5e24ee048218b9eff5ce1cf9c308f5e49dca57e 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 8ebc7896..b54d1e5b 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: 2.0.0.qualifier
+Bundle-Version: 2.0.0.201205301645-rc2
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Import-Package: com.google.gson;version="[1.6.0,2.0.0)",
diff --git a/org.eclipse.egit.github.core.tests/pom.xml b/org.eclipse.egit.github.core.tests/pom.xml
index b17b5867..f9b6a772 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0.201205301645-rc2</version>
</parent>
<artifactId>org.eclipse.egit.github.core.tests</artifactId>

Back to the top