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.mylyn.github.ui
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.mylyn.github.ui')
-rw-r--r--org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.github.ui/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
index bb6d6a1d..2c939345 100644
--- a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.mylyn.github.ui;singleton:=true
Bundle-Activator: org.eclipse.mylyn.internal.github.ui.GitHubUi
-Bundle-Version: 2.1.0.201209190230-r
+Bundle-Version: 2.1.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/org.eclipse.mylyn.github.ui/pom.xml b/org.eclipse.mylyn.github.ui/pom.xml
index 29b343d2..1948ec6f 100644
--- a/org.eclipse.mylyn.github.ui/pom.xml
+++ b/org.eclipse.mylyn.github.ui/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>github-parent</artifactId>
<groupId>org.eclipse.mylyn.github</groupId>
- <version>2.1.0.201209190230-r</version>
+ <version>2.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.mylyn.github.ui</artifactId>

Back to the top