Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2013-10-02 21:28:07 +0000
committerMatthias Sohn2013-10-02 21:28:07 +0000
commit9840bb22201ad082438a5495d22cba43e4677863 (patch)
treee13b34d150c591e91ba60b9ae6194ee32148914a /org.eclipse.mylyn.github.core
parent3d1c18585c08b1f2a23ca0c3bf7f89d59bb0ad48 (diff)
downloadegit-github-9840bb22201ad082438a5495d22cba43e4677863.tar.gz
egit-github-9840bb22201ad082438a5495d22cba43e4677863.tar.xz
egit-github-9840bb22201ad082438a5495d22cba43e4677863.zip
EGit Mylyn Github connector v3.1.0.201310021548-rv3.1.0.201310021548-r
Change-Id: Ib9dbc0bae1f13c41ffb9af867ea436da75c33061 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.MF8
-rw-r--r--org.eclipse.mylyn.github.core/pom.xml2
2 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
index 87ac6a82..a67d92c5 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.1.0.qualifier
+Bundle-Version: 3.1.0.201310021548-r
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.mylyn.internal.github.core;version="3.1.0";x-friends:="org.eclipse.mylyn.github.ui",
@@ -13,10 +13,10 @@ Export-Package: org.eclipse.mylyn.internal.github.core;version="3.1.0";x-friends
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
org.eclipse.mylyn.tasks.core;bundle-version="[3.4.0,4.0.0)",
org.eclipse.mylyn.commons.net;bundle-version="[3.4.0,4.0.0)"
-Import-Package: org.eclipse.egit.core;version="[3.1.0,4.0.0)",
+Import-Package: org.eclipse.egit.core;version="[3.1.0,3.2.0)",
org.eclipse.egit.github.core;version="[3.1.0,3.2.0)",
org.eclipse.egit.github.core.client;version="[3.1.0,3.2.0)",
org.eclipse.egit.github.core.service;version="[3.1.0,3.2.0)",
org.eclipse.egit.github.core.util;version="[3.1.0,3.2.0)",
- org.eclipse.jgit.lib;version="[3.1.0,4.0.0)",
- org.eclipse.jgit.transport;version="[3.1.0,4.0.0)"
+ org.eclipse.jgit.lib;version="[3.1.0,3.2.0)",
+ org.eclipse.jgit.transport;version="[3.1.0,3.2.0)"
diff --git a/org.eclipse.mylyn.github.core/pom.xml b/org.eclipse.mylyn.github.core/pom.xml
index 6d3ad47c..0f855ffb 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.1.0-SNAPSHOT</version>
+ <version>3.1.0.201310021548-r</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Back to the top