Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2015-05-19 22:16:07 +0000
committerMatthias Sohn2015-05-19 22:16:07 +0000
commite0c90f002d5756406ee8f0311899f7b87b4144ed (patch)
treeaebe31b568de73ad07c924fe8593748918100470 /org.eclipse.mylyn.github.ui
parent6d69295bf6ac05cad67304e0cada880e83b36e48 (diff)
downloadegit-github-e0c90f002d5756406ee8f0311899f7b87b4144ed.tar.gz
egit-github-e0c90f002d5756406ee8f0311899f7b87b4144ed.tar.xz
egit-github-e0c90f002d5756406ee8f0311899f7b87b4144ed.zip
Prepare post 4.0.0-rc1 builds
Change-Id: I2eb2c2ef5271239aef60119fccd266d1506e41f6 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 9ef7fa63..feb94e36 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: 4.0.0.201505191015-rc1
+Bundle-Version: 4.0.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
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 e1a5194d..820b7389 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>4.0.0.201505191015-rc1</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.mylyn.github.ui</artifactId>

Back to the top