Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2012-09-19 10:41:27 +0000
committerMatthias Sohn2012-09-19 10:41:27 +0000
commit13eab332e4a0b2671151ea34e048156ce1c46bf2 (patch)
treed0026c879730b62be3b12ac43445118c1cc0ccfa /org.eclipse.egit.github.core.tests
parent5226626b57e7eb708be7ae9c9422236429bb16b6 (diff)
downloadegit-github-13eab332e4a0b2671151ea34e048156ce1c46bf2.tar.gz
egit-github-13eab332e4a0b2671151ea34e048156ce1c46bf2.tar.xz
egit-github-13eab332e4a0b2671151ea34e048156ce1c46bf2.zip
Prepare 2.1 maintenance buildsstable-2.1
Change-Id: I16967c5179ee9fae05136a42a36f72a7b4c73184 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 c414911d..7928f0a6 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.1.0.201209190230-r
+Bundle-Version: 2.1.0.qualifier
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 8899146f..b3066736 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.1.0.201209190230-r</version>
+ <version>2.1.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.egit.github.core.tests</artifactId>

Back to the top