Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2013-06-13 13:50:12 +0000
committerMatthias Sohn2013-06-13 13:50:24 +0000
commitc410ac56446f3c831315d8263a0f23729e2d8311 (patch)
tree8714231ec707e373384202a04a57332ff028bcf0 /org.eclipse.egit.github.core.tests
parentc53c47f1689b16cfb0b412f9805859b90af86b03 (diff)
downloadegit-github-c410ac56446f3c831315d8263a0f23729e2d8311.tar.gz
egit-github-c410ac56446f3c831315d8263a0f23729e2d8311.tar.xz
egit-github-c410ac56446f3c831315d8263a0f23729e2d8311.zip
Prepare post 3.0.0.201306101825-r buildsstable-3.0
Change-Id: Ie6492132c4ea2ea1b71aae78e7166e0345a77e76 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 6ad6bb4c..649f3fe5 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.0.0.201306101825-r
+Bundle-Version: 3.0.0.qualifier
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 a75beb1c..7947e030 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.0.0.201306101825-r</version>
+ <version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.egit.github.core.tests</artifactId>

Back to the top