diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2010-03-20 19:06:58 -0700 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2010-03-20 19:06:58 -0700 |
commit | 14e469c44e3863299278abfb09b50d171cdc8aba (patch) | |
tree | 244e675d71bb3f5e2eae86fe7cfd30409f188a16 /org.eclipse.jgit.console | |
parent | 624572b65d942cfeda504a36f927618b264aa31a (diff) | |
download | jgit-14e469c44e3863299278abfb09b50d171cdc8aba.tar.gz jgit-14e469c44e3863299278abfb09b50d171cdc8aba.zip |
Qualify builds as 0.8.0
Since the API is changing relative to 0.7.0, we'll call our next
release 0.8.1. But until that gets released, builds from master
will be 0.8.0.qualifier.
Change-Id: I921e984f51ce498610c09e0db21be72a533fee88
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'org.eclipse.jgit.console')
-rw-r--r-- | org.eclipse.jgit.console/META-INF/MANIFEST.MF | 8 | ||||
-rw-r--r-- | org.eclipse.jgit.console/pom.xml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.jgit.console/META-INF/MANIFEST.MF b/org.eclipse.jgit.console/META-INF/MANIFEST.MF index 1b9d677fef..29e54cc4d1 100644 --- a/org.eclipse.jgit.console/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.console/META-INF/MANIFEST.MF @@ -3,10 +3,10 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Bundle-SymbolicName: org.eclipse.jgit.console -Bundle-Version: 0.6.0.qualifier +Bundle-Version: 0.8.0.qualifier Bundle-Vendor: %provider_name Bundle-RequiredExecutionEnvironment: JavaSE-1.6 -Export-Package: org.eclipse.jgit.console;version="0.6.0" +Export-Package: org.eclipse.jgit.console;version="0.8.0" Import-Package: com.jcraft.jsch;version="[0.1.41,0.2.0)", - org.eclipse.jgit.transport;version="[0.6.0,0.7.0)", - org.eclipse.jgit.util;version="[0.6.0,0.7.0)" + org.eclipse.jgit.transport;version="[0.8.0,0.9.0)", + org.eclipse.jgit.util;version="[0.8.0,0.9.0)" diff --git a/org.eclipse.jgit.console/pom.xml b/org.eclipse.jgit.console/pom.xml index f91793aaf1..b33c5724d7 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.6.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.console</artifactId> |