Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2011-09-15 22:02:34 +0000
committerMatthias Sohn2011-09-15 22:02:34 +0000
commitb86ea9bca0feba3bce722fdfbc3bcc69962fd543 (patch)
tree1dc2bba82ac31135a129a151d83d6cd892ca161b /org.eclipse.mylyn.github.core
parent7a5d00c22fc1922ec32e040ea8fcd1c86d805b69 (diff)
downloadegit-github-b86ea9bca0feba3bce722fdfbc3bcc69962fd543.tar.gz
egit-github-b86ea9bca0feba3bce722fdfbc3bcc69962fd543.tar.xz
egit-github-b86ea9bca0feba3bce722fdfbc3bcc69962fd543.zip
Prepare 1.2.0 builds
Change-Id: I8f30e8593c0317fa5675618d6a3a5d594ab1a722 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.MF16
-rw-r--r--org.eclipse.mylyn.github.core/pom.xml2
2 files changed, 9 insertions, 9 deletions
diff --git a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
index 4fffdd2b..df282604 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: 1.1.0.qualifier
+Bundle-Version: 1.2.0.qualifier
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.mylyn.internal.github.core;version="1.1.0";x-friends:="org.eclipse.mylyn.github.ui",
@@ -13,10 +13,10 @@ Export-Package: org.eclipse.mylyn.internal.github.core;version="1.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="[1.1.0,1.2.0)",
- org.eclipse.egit.github.core;version="[1.1.0,1.2.0)",
- org.eclipse.egit.github.core.client;version="[1.1.0,1.2.0)",
- org.eclipse.egit.github.core.service;version="[1.1.0,1.2.0)",
- org.eclipse.egit.github.core.util;version="[1.1.0,1.2.0)",
- org.eclipse.jgit.lib;version="[1.1.0,1.2.0)",
- org.eclipse.jgit.transport;version="[1.1.0,1.2.0)"
+Import-Package: org.eclipse.egit.core;version="[1.2.0,1.3.0)",
+ org.eclipse.egit.github.core;version="[1.2.0,1.3.0)",
+ org.eclipse.egit.github.core.client;version="[1.2.0,1.3.0)",
+ org.eclipse.egit.github.core.service;version="[1.2.0,1.3.0)",
+ org.eclipse.egit.github.core.util;version="[1.2.0,1.3.0)",
+ org.eclipse.jgit.lib;version="[1.2.0,1.3.0)",
+ org.eclipse.jgit.transport;version="[1.2.0,1.3.0)"
diff --git a/org.eclipse.mylyn.github.core/pom.xml b/org.eclipse.mylyn.github.core/pom.xml
index 0fc76195..c29c8b9d 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>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Back to the top