summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.console
diff options
context:
space:
mode:
authorChris Aniszczyk <caniszczyk@gmail.com>2010-09-15 15:56:53 -0400
committerCode Review <codereview-daemon@eclipse.org>2010-09-15 15:56:53 -0400
commitcc5b3f3473a11ea82d20310901ae82f348c878cd (patch)
treef1bdc5923bf83c4b4d69306c6c07a961387e794e /org.eclipse.jgit.console
parenta424b7aefebffcd66ed8b0684c0139432c275b29 (diff)
parent7ae5e82d66af01b158f218147a7a025cc2a48ac9 (diff)
downloadjgit-cc5b3f3473a11ea82d20310901ae82f348c878cd.tar.gz
jgit-cc5b3f3473a11ea82d20310901ae82f348c878cd.zip
Merge "Qualify post-0.9.1 builds" into stable-0.9
Diffstat (limited to 'org.eclipse.jgit.console')
-rw-r--r--org.eclipse.jgit.console/META-INF/MANIFEST.MF10
-rw-r--r--org.eclipse.jgit.console/pom.xml2
2 files changed, 6 insertions, 6 deletions
diff --git a/org.eclipse.jgit.console/META-INF/MANIFEST.MF b/org.eclipse.jgit.console/META-INF/MANIFEST.MF
index 9fb8f8675f..61ff23c62e 100644
--- a/org.eclipse.jgit.console/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.console/META-INF/MANIFEST.MF
@@ -3,11 +3,11 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin_name
Bundle-SymbolicName: org.eclipse.jgit.console
-Bundle-Version: 0.9.1
+Bundle-Version: 0.9.2.qualifier
Bundle-Vendor: %provider_name
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
-Export-Package: org.eclipse.jgit.console;version="0.9.1"
-Import-Package: org.eclipse.jgit.nls;version="[0.9.1,0.10.0)",
- org.eclipse.jgit.transport;version="[0.9.1,0.10.0)",
- org.eclipse.jgit.util;version="[0.9.1,0.10.0)"
+Export-Package: org.eclipse.jgit.console;version="0.9.2"
+Import-Package: org.eclipse.jgit.nls;version="[0.9.2,0.10.0)",
+ org.eclipse.jgit.transport;version="[0.9.2,0.10.0)",
+ org.eclipse.jgit.util;version="[0.9.2,0.10.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 f1166f6c27..b508ca95d6 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>0.9.1</version>
+ <version>0.9.2-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.jgit.console</artifactId>