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.mylyn.github.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.mylyn.github.tests')
-rw-r--r--org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.github.tests/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
index 3ce7458e..f03c8584 100644
--- a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Eclipse EGit Mylyn GitHub Tests
Bundle-SymbolicName: org.eclipse.mylyn.github.tests
-Bundle-Version: 3.0.0.201306101825-r
+Bundle-Version: 3.0.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.jface.text;bundle-version="[3.5.0,4.0.0)",
org.eclipse.mylyn.tasks.ui;bundle-version="[3.2.0,4.0.0)",
diff --git a/org.eclipse.mylyn.github.tests/pom.xml b/org.eclipse.mylyn.github.tests/pom.xml
index 02ac4e39..15909b87 100644
--- a/org.eclipse.mylyn.github.tests/pom.xml
+++ b/org.eclipse.mylyn.github.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.mylyn.github.tests</artifactId>

Back to the top