Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2014-05-21 18:40:57 +0000
committerMatthias Sohn2014-05-21 18:40:57 +0000
commit5f220c0d5f011d923655abfc98bf507217944dc2 (patch)
tree569d1d93b948fda4540ba807aeea8f3f7504c2a3 /org.eclipse.egit.github.core.tests
parentec67e4cce4d867d26817e2aa613077a81b016d77 (diff)
downloadegit-github-5f220c0d5f011d923655abfc98bf507217944dc2.tar.gz
egit-github-5f220c0d5f011d923655abfc98bf507217944dc2.tar.xz
egit-github-5f220c0d5f011d923655abfc98bf507217944dc2.zip
EGit Mylyn Github Connector v3.4.0.201405211411-rc1v3.4.0.201405211411-rc1
Change-Id: I0c829d339f2b86bb4daf740596bebab0a7383fcc 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 614a36d4..16de9498 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.4.0.qualifier
+Bundle-Version: 3.4.0.201405211411-rc1
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 d934ff61..45be2852 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.4.0-SNAPSHOT</version>
+ <version>3.4.0.201405211411-rc1</version>
</parent>
<artifactId>org.eclipse.egit.github.core.tests</artifactId>

Back to the top