Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2015-09-14 20:27:31 +0000
committerMatthias Sohn2015-09-14 20:30:43 +0000
commit7615e3e700d059f8900bf59f0dee552a24455ae4 (patch)
treec73075536d5cd44916aa8e406995decfd1cf3a3a /org.eclipse.mylyn.github.ui
parent15bfc571ff291d7787ec00e0b035307fe8c4d9d9 (diff)
downloadegit-github-7615e3e700d059f8900bf59f0dee552a24455ae4.tar.gz
egit-github-7615e3e700d059f8900bf59f0dee552a24455ae4.tar.xz
egit-github-7615e3e700d059f8900bf59f0dee552a24455ae4.zip
EGit Mylyn Github Connector v4.0.2.201509141540-r
Update Orbit to R20150519210750 since the S-build we used earlier was deleted. Change-Id: Iaa0da35535220c13e7eefabdd1c2ccb3fd68e8e6 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 85769b7e..56ec66a0 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.2.qualifier
+Bundle-Version: 4.0.2.201509141540-r
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 93437ce4..390e104f 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.2-SNAPSHOT</version>
+ <version>4.0.2.201509141540-r</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.mylyn.github.ui</artifactId>

Back to the top