Skip to main content
summaryrefslogtreecommitdiffstats
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.core
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.core')
-rw-r--r--org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.github.core/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
index 8d3ef6b1..31a45daa 100644
--- a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-Localization: plugin
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.mylyn.github.core;singleton:=true
-Bundle-Version: 3.6.0.qualifier
+Bundle-Version: 3.6.0.201411121045-m1
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.mylyn.internal.github.core;version="3.6.0";x-friends:="org.eclipse.mylyn.github.ui",
diff --git a/org.eclipse.mylyn.github.core/pom.xml b/org.eclipse.mylyn.github.core/pom.xml
index 0fd3b799..c3c2721a 100644
--- a/org.eclipse.mylyn.github.core/pom.xml
+++ b/org.eclipse.mylyn.github.core/pom.xml
@@ -15,7 +15,7 @@
<parent>
<groupId>org.eclipse.mylyn.github</groupId>
<artifactId>github-parent</artifactId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.6.0.201411121045-m1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Back to the top