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.egit.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.egit.github.core')
-rw-r--r--org.eclipse.egit.github.core/META-INF/MANIFEST.MF10
-rw-r--r--org.eclipse.egit.github.core/pom.xml2
2 files changed, 6 insertions, 6 deletions
diff --git a/org.eclipse.egit.github.core/META-INF/MANIFEST.MF b/org.eclipse.egit.github.core/META-INF/MANIFEST.MF
index d1d80da1..28ac6df8 100644
--- a/org.eclipse.egit.github.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.egit.github.core/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-Localization: plugin
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.egit.github.core
-Bundle-Version: 1.1.0.qualifier
+Bundle-Version: 1.2.0.qualifier
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Import-Package: com.google.gson;version="[1.6.0,2.0.0)",
@@ -27,7 +27,7 @@ Import-Package: com.google.gson;version="[1.6.0,2.0.0)",
org.apache.http.message;version="[4.1.0,5.0.0)",
org.apache.http.protocol;version="[4.1.0,5.0.0)",
org.apache.http.util;version="[4.1.0,5.0.0)"
-Export-Package: org.eclipse.egit.github.core;version="1.1.0",
- org.eclipse.egit.github.core.client;version="1.1.0",
- org.eclipse.egit.github.core.service;version="1.1.0",
- org.eclipse.egit.github.core.util;version="1.1.0"
+Export-Package: org.eclipse.egit.github.core;version="1.2.0",
+ org.eclipse.egit.github.core.client;version="1.2.0",
+ org.eclipse.egit.github.core.service;version="1.2.0",
+ org.eclipse.egit.github.core.util;version="1.2.0"
diff --git a/org.eclipse.egit.github.core/pom.xml b/org.eclipse.egit.github.core/pom.xml
index 7e8c857a..e5b5e25f 100644
--- a/org.eclipse.egit.github.core/pom.xml
+++ b/org.eclipse.egit.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