Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2014-03-03 00:09:01 +0000
committerMatthias Sohn2014-03-03 00:15:08 +0000
commit34643671fcc4066752adc9736cf7f9074d8de2e8 (patch)
tree94633f6d2ea0a9bab561abae2946cfab098538bc /org.eclipse.egit.github.core.tests
parentf742617a64e85fad651efbd65c31b7e50c6a3a0a (diff)
downloadegit-github-34643671fcc4066752adc9736cf7f9074d8de2e8.tar.gz
egit-github-34643671fcc4066752adc9736cf7f9074d8de2e8.tar.xz
egit-github-34643671fcc4066752adc9736cf7f9074d8de2e8.zip
EGit Github Mylyn Connector v3.3.0.201403021825-rv3.3.0.201403021825-r
Change-Id: Ie161299dd91fcf2156a7e9bd445a90581802ef15 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 4b013a8c..3d322235 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.3.0.qualifier
+Bundle-Version: 3.3.0.201403021825-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 c49c8d2f..00372007 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.3.0-SNAPSHOT</version>
+ <version>3.3.0.201403021825-r</version>
</parent>
<artifactId>org.eclipse.egit.github.core.tests</artifactId>

Back to the top