Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2012-06-06 11:59:36 +0000
committerMatthias Sohn2012-06-06 11:59:36 +0000
commitaa1af9f2743923d258fb41cace54f4c9810e8b19 (patch)
tree2422cc9a20cbc572cbb28134159c45a0588bf36d /org.eclipse.mylyn.github.core
parentaaa2aa461448e1781d2c9cca4d2c737ffb494931 (diff)
downloadegit-github-aa1af9f2743923d258fb41cace54f4c9810e8b19.tar.gz
egit-github-aa1af9f2743923d258fb41cace54f4c9810e8b19.tar.xz
egit-github-aa1af9f2743923d258fb41cace54f4c9810e8b19.zip
Prepare next 2.0.0-SNAPSHOT builds
Change-Id: I3cacfbabb67f715a6d59b9fa39a9cb161ba5f54b Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.mylyn.github.core')
-rw-r--r--org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.github.core/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
index 584e892a..d268b996 100644
--- a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-Localization: plugin
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.mylyn.github.core;singleton:=true
-Bundle-Version: 2.0.0.201206060730-rc3
+Bundle-Version: 2.0.0.qualifier
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.mylyn.internal.github.core;version="2.0.0";x-friends:="org.eclipse.mylyn.github.ui",
diff --git a/org.eclipse.mylyn.github.core/pom.xml b/org.eclipse.mylyn.github.core/pom.xml
index f603586e..48a874d9 100644
--- a/org.eclipse.mylyn.github.core/pom.xml
+++ b/org.eclipse.mylyn.github.core/pom.xml
@@ -15,7 +15,7 @@
<parent>
<groupId>org.eclipse.mylyn.github</groupId>
<artifactId>github-parent</artifactId>
- <version>2.0.0.201206060730-rc3</version>
+ <version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Back to the top