Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2014-09-07 23:19:07 +0000
committerMatthias Sohn2014-09-07 23:19:07 +0000
commit8381345936d1817c2e6a01766ea05156924326ba (patch)
tree77d8a2ce695935323072e245195cf4f59d28fd09 /org.eclipse.mylyn.github.core
parent5deca3b2e4833c8fe5dcb7db46d8cf758a2402d9 (diff)
downloadegit-github-8381345936d1817c2e6a01766ea05156924326ba.tar.gz
egit-github-8381345936d1817c2e6a01766ea05156924326ba.tar.xz
egit-github-8381345936d1817c2e6a01766ea05156924326ba.zip
EGit Mylyn Github Connector 3.5.0.201409071800-rc1v3.5.0.201409071800-rc1
Change-Id: I8371d517d9d785098cc9d2ca99dbc838e219759e 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 5a13a343..ce84439d 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.5.0.qualifier
+Bundle-Version: 3.5.0.201409071800-rc1
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.mylyn.internal.github.core;version="3.5.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 852a1667..1f306d1f 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.5.0-SNAPSHOT</version>
+ <version>3.5.0.201409071800-rc1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Back to the top