diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2010-09-15 11:31:05 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2010-09-15 11:31:05 +0200 |
commit | 7ae5e82d66af01b158f218147a7a025cc2a48ac9 (patch) | |
tree | f6f625d169ca64202cd64964ab8f07546135286a /org.eclipse.jgit.ui | |
parent | 445a3a281d3fa9f8a264b32a463e84cfe5918a33 (diff) | |
download | jgit-7ae5e82d66af01b158f218147a7a025cc2a48ac9.tar.gz jgit-7ae5e82d66af01b158f218147a7a025cc2a48ac9.zip |
Qualify post-0.9.1 builds
Change-Id: I07a3391de03379f32ecfd055d45750e3860b2be4
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.ui')
-rw-r--r-- | org.eclipse.jgit.ui/META-INF/MANIFEST.MF | 16 | ||||
-rw-r--r-- | org.eclipse.jgit.ui/pom.xml | 2 |
2 files changed, 9 insertions, 9 deletions
diff --git a/org.eclipse.jgit.ui/META-INF/MANIFEST.MF b/org.eclipse.jgit.ui/META-INF/MANIFEST.MF index 719bca4cd1..efb8e31884 100644 --- a/org.eclipse.jgit.ui/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.ui/META-INF/MANIFEST.MF @@ -3,14 +3,14 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Bundle-SymbolicName: org.eclipse.jgit.ui -Bundle-Version: 0.9.1 +Bundle-Version: 0.9.2.qualifier Bundle-Vendor: %provider_name Bundle-RequiredExecutionEnvironment: J2SE-1.5 -Export-Package: org.eclipse.jgit.awtui;version="0.9.1" -Import-Package: org.eclipse.jgit.lib;version="[0.9.1,0.10.0)", - org.eclipse.jgit.nls;version="[0.9.1,0.10.0)", - org.eclipse.jgit.revplot;version="[0.9.1,0.10.0)", - org.eclipse.jgit.revwalk;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.awtui;version="0.9.2" +Import-Package: org.eclipse.jgit.lib;version="[0.9.2,0.10.0)", + org.eclipse.jgit.nls;version="[0.9.2,0.10.0)", + org.eclipse.jgit.revplot;version="[0.9.2,0.10.0)", + org.eclipse.jgit.revwalk;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.ui/pom.xml b/org.eclipse.jgit.ui/pom.xml index 4b8194dc52..674aefea75 100644 --- a/org.eclipse.jgit.ui/pom.xml +++ b/org.eclipse.jgit.ui/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.ui</artifactId> |