Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2014-11-12 16:55:24 +0000
committerMatthias Sohn2014-11-12 16:55:24 +0000
commit9c111b4cc94d27e944d1c2b343f5afcf2312022b (patch)
tree01c16d748e363759d2a2ead71570e8eeb87ef517 /org.eclipse.mylyn.github.ui
parentf9d6ebb9aa29999c83f840cc3160cf3a469fc83b (diff)
downloadegit-github-9c111b4cc94d27e944d1c2b343f5afcf2312022b.tar.gz
egit-github-9c111b4cc94d27e944d1c2b343f5afcf2312022b.tar.xz
egit-github-9c111b4cc94d27e944d1c2b343f5afcf2312022b.zip
EGit Mylyn Github Connector v3.6.0.201411121045-m1v3.6.0.201411121045-m1
Change-Id: Ic09f424caede1fba0d8ba8794b211317865590e3 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 6ceaa08b..fa5213a9 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: 3.6.0.qualifier
+Bundle-Version: 3.6.0.201411121045-m1
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 e004f8c2..30e9db20 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>3.6.0-SNAPSHOT</version>
+ <version>3.6.0.201411121045-m1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.mylyn.github.ui</artifactId>

Back to the top