diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2011-05-02 18:24:45 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2011-05-02 18:24:45 +0200 |
commit | b2b58feba7400269df8b31ef8495b695af3a9793 (patch) | |
tree | d121c9fe4417ca81338ed59be95af91f75090b23 /org.eclipse.jgit.console | |
parent | b209671d04611ad9821cc538c46651452dea0ace (diff) | |
download | jgit-b2b58feba7400269df8b31ef8495b695af3a9793.tar.gz jgit-b2b58feba7400269df8b31ef8495b695af3a9793.zip |
JGit 0.12.1v0.12.1stable-0.12
Change-Id: Ia6e58b466fa3ef7ddd61b40f2ad44141fe8786c4
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 5b1c6c57a6..c6ad01ba66 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.0.qualifier +Bundle-Version: 0.12.1 Bundle-Vendor: %provider_name Bundle-RequiredExecutionEnvironment: JavaSE-1.6 -Export-Package: org.eclipse.jgit.console;version="0.12.0" -Import-Package: org.eclipse.jgit.errors;version="[0.12.0,0.13.0)", - org.eclipse.jgit.nls;version="[0.12.0,0.13.0)", - org.eclipse.jgit.transport;version="[0.12.0,0.13.0)", - org.eclipse.jgit.util;version="[0.12.0,0.13.0)" +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)" 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 83303c8969..12bb1717e1 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.0-SNAPSHOT</version> + <version>0.12.1</version> </parent> <artifactId>org.eclipse.jgit.console</artifactId> |