summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.console
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2012-06-14 00:45:13 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2012-06-14 00:45:13 +0200
commit90003519092c4be2f7806b171cd1c2d37a05f588 (patch)
treec35273c260e062dfd7836a4ac9e722ebcf25eb60 /org.eclipse.jgit.console
parent221554e35ffc8ac261a333091df2c9b33db34cd7 (diff)
downloadjgit-90003519092c4be2f7806b171cd1c2d37a05f588.tar.gz
jgit-90003519092c4be2f7806b171cd1c2d37a05f588.zip
Prepare 2.1.0 builds
Change-Id: I4aad3efdd435d8d5eb53c84a8d38132acce97c25 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.console')
-rw-r--r--org.eclipse.jgit.console/META-INF/MANIFEST.MF12
-rw-r--r--org.eclipse.jgit.console/pom.xml2
2 files changed, 7 insertions, 7 deletions
diff --git a/org.eclipse.jgit.console/META-INF/MANIFEST.MF b/org.eclipse.jgit.console/META-INF/MANIFEST.MF
index c443c9d92a..66f54d173c 100644
--- a/org.eclipse.jgit.console/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.console/META-INF/MANIFEST.MF
@@ -3,12 +3,12 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin_name
Bundle-SymbolicName: org.eclipse.jgit.console
-Bundle-Version: 2.0.0.qualifier
+Bundle-Version: 2.1.0.qualifier
Bundle-Vendor: %provider_name
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
-Export-Package: org.eclipse.jgit.console;version="2.0.0"
-Import-Package: org.eclipse.jgit.errors;version="[2.0.0,2.1.0)",
- org.eclipse.jgit.nls;version="[2.0.0,2.1.0)",
- org.eclipse.jgit.transport;version="[2.0.0,2.1.0)",
- org.eclipse.jgit.util;version="[2.0.0,2.1.0)"
+Export-Package: org.eclipse.jgit.console;version="2.1.0"
+Import-Package: org.eclipse.jgit.errors;version="[2.1.0,2.2.0)",
+ org.eclipse.jgit.nls;version="[2.1.0,2.2.0)",
+ org.eclipse.jgit.transport;version="[2.1.0,2.2.0)",
+ org.eclipse.jgit.util;version="[2.1.0,2.2.0)"
Require-Bundle: com.jcraft.jsch;bundle-version="[0.1.37,0.2.0)"
diff --git a/org.eclipse.jgit.console/pom.xml b/org.eclipse.jgit.console/pom.xml
index 79cbb79c21..a4ed30c8e5 100644
--- a/org.eclipse.jgit.console/pom.xml
+++ b/org.eclipse.jgit.console/pom.xml
@@ -52,7 +52,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit-parent</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.1.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.jgit.console</artifactId>