diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2014-06-21 00:16:29 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2014-06-21 00:16:29 +0200 |
commit | 03f6e83c40b75bce31dd9bc65332f9c53310d112 (patch) | |
tree | 18904508a273be8c18c1c3706ef8cdb56a95d16e /org.eclipse.jgit.console | |
parent | 4b2b3294b8af9631ea66728baa2839fbcca630f5 (diff) | |
download | jgit-03f6e83c40b75bce31dd9bc65332f9c53310d112.tar.gz jgit-03f6e83c40b75bce31dd9bc65332f9c53310d112.zip |
JGit v3.4.1.201406201815-rv3.4.1.201406201815-r
Change-Id: I4383a90fd91a243cd5ce5d0ae4e53874b36c1f47
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 1726d4b0e4..7d1c3aec31 100644 --- a/org.eclipse.jgit.console/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.console/META-INF/MANIFEST.MF @@ -3,11 +3,11 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Bundle-SymbolicName: org.eclipse.jgit.console -Bundle-Version: 3.4.0.qualifier +Bundle-Version: 3.4.1.201406201815-r Bundle-Vendor: %provider_name Bundle-RequiredExecutionEnvironment: JavaSE-1.6 -Export-Package: org.eclipse.jgit.console;version="3.4.0" -Import-Package: org.eclipse.jgit.errors;version="[3.4.0,3.5.0)", - org.eclipse.jgit.nls;version="[3.4.0,3.5.0)", - org.eclipse.jgit.transport;version="[3.4.0,3.5.0)", - org.eclipse.jgit.util;version="[3.4.0,3.5.0)" +Export-Package: org.eclipse.jgit.console;version="3.4.1" +Import-Package: org.eclipse.jgit.errors;version="[3.4.1,3.5.0)", + org.eclipse.jgit.nls;version="[3.4.1,3.5.0)", + org.eclipse.jgit.transport;version="[3.4.1,3.5.0)", + org.eclipse.jgit.util;version="[3.4.1,3.5.0)" diff --git a/org.eclipse.jgit.console/pom.xml b/org.eclipse.jgit.console/pom.xml index a84e4891c9..af28ffdda0 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>3.4.0-SNAPSHOT</version> + <version>3.4.1.201406201815-r</version> </parent> <artifactId>org.eclipse.jgit.console</artifactId> |