diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2013-02-14 00:11:20 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2013-02-14 00:59:25 +0100 |
commit | ba6ae0c7ecad840b8858c1049ebc6b72d70f0d40 (patch) | |
tree | 938aa0d94b4ddea6642617bb8abd04e3b7cff8d5 /org.eclipse.jgit.console | |
parent | da59df358bfba718a0bf1769296b66ec4f6f4dc4 (diff) | |
download | jgit-ba6ae0c7ecad840b8858c1049ebc6b72d70f0d40.tar.gz jgit-ba6ae0c7ecad840b8858c1049ebc6b72d70f0d40.zip |
Prepare 2.4.0-SNAPSHOT builds
Change-Id: I4ab2baeb5d598d40d5dadfccdfe75152a1b9b7bf
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.MF | 12 | ||||
-rw-r--r-- | org.eclipse.jgit.console/pom.xml | 2 |
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 775f0fd5e5..d30dd2d382 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.3.0.qualifier +Bundle-Version: 2.4.0.qualifier Bundle-Vendor: %provider_name Bundle-RequiredExecutionEnvironment: JavaSE-1.6 -Export-Package: org.eclipse.jgit.console;version="2.3.0" -Import-Package: org.eclipse.jgit.errors;version="[2.3.0,2.4.0)", - org.eclipse.jgit.nls;version="[2.3.0,2.4.0)", - org.eclipse.jgit.transport;version="[2.3.0,2.4.0)", - org.eclipse.jgit.util;version="[2.3.0,2.4.0)" +Export-Package: org.eclipse.jgit.console;version="2.4.0" +Import-Package: org.eclipse.jgit.errors;version="[2.4.0,2.5.0)", + org.eclipse.jgit.nls;version="[2.4.0,2.5.0)", + org.eclipse.jgit.transport;version="[2.4.0,2.5.0)", + org.eclipse.jgit.util;version="[2.4.0,2.5.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 de5854f5e3..3d8163625d 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.3.0-SNAPSHOT</version> + <version>2.4.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.console</artifactId> |