summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.console
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2011-05-03 00:19:54 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2011-05-03 00:19:54 +0200
commitf9d7b0d21eb60a409efa6f99ac219d366fe5fa5b (patch)
treeeff2a543e8d0003d6118e5a5fe5c68c52cddbf91 /org.eclipse.jgit.console
parentd085a8954f1f5999d2adf42ce6e89fd01714863b (diff)
downloadjgit-f9d7b0d21eb60a409efa6f99ac219d366fe5fa5b.tar.gz
jgit-f9d7b0d21eb60a409efa6f99ac219d366fe5fa5b.zip
Qualify post-0.12 builds
Change-Id: I70fe2671321efb5c3d271121ce00299533d1b388 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 c6ad01ba66..84b632201a 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: 0.12.1
+Bundle-Version: 1.0.0.qualifier
Bundle-Vendor: %provider_name
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
-Export-Package: org.eclipse.jgit.console;version="0.12.1"
-Import-Package: org.eclipse.jgit.errors;version="[0.12.1,0.13.0)",
- org.eclipse.jgit.nls;version="[0.12.1,0.13.0)",
- org.eclipse.jgit.transport;version="[0.12.1,0.13.0)",
- org.eclipse.jgit.util;version="[0.12.1,0.13.0)"
+Export-Package: org.eclipse.jgit.console;version="1.0.0"
+Import-Package: org.eclipse.jgit.errors;version="[1.0.0,1.1.0)",
+ org.eclipse.jgit.nls;version="[1.0.0,1.1.0)",
+ org.eclipse.jgit.transport;version="[1.0.0,1.1.0)",
+ org.eclipse.jgit.util;version="[1.0.0,1.1.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 12bb1717e1..5209c34fcf 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.12.1</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.jgit.console</artifactId>