Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2014-05-21 18:40:57 +0000
committerMatthias Sohn2014-05-21 18:40:57 +0000
commit5f220c0d5f011d923655abfc98bf507217944dc2 (patch)
tree569d1d93b948fda4540ba807aeea8f3f7504c2a3 /org.eclipse.mylyn.github.core
parentec67e4cce4d867d26817e2aa613077a81b016d77 (diff)
downloadegit-github-5f220c0d5f011d923655abfc98bf507217944dc2.tar.gz
egit-github-5f220c0d5f011d923655abfc98bf507217944dc2.tar.xz
egit-github-5f220c0d5f011d923655abfc98bf507217944dc2.zip
EGit Mylyn Github Connector v3.4.0.201405211411-rc1v3.4.0.201405211411-rc1
Change-Id: I0c829d339f2b86bb4daf740596bebab0a7383fcc 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 8241265d..cc723082 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.4.0.qualifier
+Bundle-Version: 3.4.0.201405211411-rc1
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.mylyn.internal.github.core;version="3.4.0";x-friends:="org.eclipse.mylyn.github.ui",
@@ -13,10 +13,10 @@ Export-Package: org.eclipse.mylyn.internal.github.core;version="3.4.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.2.0,4.0.0)",
+Import-Package: org.eclipse.egit.core;version="[3.4.0,3.5.0)",
org.eclipse.egit.github.core;version="[3.4.0,3.5.0)",
org.eclipse.egit.github.core.client;version="[3.4.0,3.5.0)",
org.eclipse.egit.github.core.service;version="[3.4.0,3.5.0)",
org.eclipse.egit.github.core.util;version="[3.4.0,3.5.0)",
- org.eclipse.jgit.lib;version="[3.2.0,4.0.0)",
- org.eclipse.jgit.transport;version="[3.2.0,4.0.0)"
+ org.eclipse.jgit.lib;version="[3.4.0,3.5.0)",
+ org.eclipse.jgit.transport;version="[3.4.0,3.5.0)"
diff --git a/org.eclipse.mylyn.github.core/pom.xml b/org.eclipse.mylyn.github.core/pom.xml
index 7580651c..dc729602 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.4.0-SNAPSHOT</version>
+ <version>3.4.0.201405211411-rc1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Back to the top