Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2012-06-13 14:20:39 +0000
committerMatthias Sohn2012-06-13 14:20:39 +0000
commit7ca927973c8c784811ad4359fcb21766678a4a6b (patch)
tree3fefa6d36667b31970a01e681c0888ab61c06a62 /org.eclipse.egit.github.core.tests
parent6053ead6459cef602a33ccbbcdbfd04764c27c2b (diff)
downloadegit-github-7ca927973c8c784811ad4359fcb21766678a4a6b.tar.gz
egit-github-7ca927973c8c784811ad4359fcb21766678a4a6b.tar.xz
egit-github-7ca927973c8c784811ad4359fcb21766678a4a6b.zip
EGit Github Mylyn Connector 2.0.0.201206130900-rv2.0.0.201206130900-r
Change-Id: I0988516f3942197223adf0972faea6ec000d0b4d 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..f9885a1f 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.201206130900-r
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..d8f0ab41 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.201206130900-r</version>
</parent>
<artifactId>org.eclipse.egit.github.core.tests</artifactId>

Back to the top