Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2015-05-19 15:02:37 +0000
committerMatthias Sohn2015-05-19 15:02:37 +0000
commit6d69295bf6ac05cad67304e0cada880e83b36e48 (patch)
tree22859e19c63edf631e98bb8e4291bb0c94e84211 /org.eclipse.mylyn.github.ui
parent054f32aa55dd6acdf818bf7f0f47d593354a7462 (diff)
downloadegit-github-6d69295bf6ac05cad67304e0cada880e83b36e48.tar.gz
egit-github-6d69295bf6ac05cad67304e0cada880e83b36e48.tar.xz
egit-github-6d69295bf6ac05cad67304e0cada880e83b36e48.zip
EGit Mylyn Github Connector v4.0.0.201505191015-rc1v4.0.0.201505191015-rc1
Change-Id: If488a72283067c69792e6f23dc74dd310830be2f 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 feb94e36..9ef7fa63 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.qualifier
+Bundle-Version: 4.0.0.201505191015-rc1
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 820b7389..e1a5194d 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-SNAPSHOT</version>
+ <version>4.0.0.201505191015-rc1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.mylyn.github.ui</artifactId>

Back to the top