summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.console
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2010-06-14 15:34:28 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2010-06-14 15:42:09 +0200
commit6970edf35af6fdf4420e3d900ec34cf3f4da2fec (patch)
tree8652877500424e4cc9a2bb4a6de53cceb2053c89 /org.eclipse.jgit.console
parent5255d66143777f5e690dcc3215457550a4c0df90 (diff)
downloadjgit-6970edf35af6fdf4420e3d900ec34cf3f4da2fec.tar.gz
jgit-6970edf35af6fdf4420e3d900ec34cf3f4da2fec.zip
JGit 0.8.4v0.8.4
Created wrong tags for 0.8.3 hence creating another version. Change-Id: I4e00bbcffe1cf872e2d7e3f3d88d068701fb5330 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.MF10
-rw-r--r--org.eclipse.jgit.console/pom.xml2
2 files changed, 6 insertions, 6 deletions
diff --git a/org.eclipse.jgit.console/META-INF/MANIFEST.MF b/org.eclipse.jgit.console/META-INF/MANIFEST.MF
index 77c8887fb6..e7c108fc92 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: 0.8.3
+Bundle-Version: 0.8.4
Bundle-Vendor: %provider_name
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
-Export-Package: org.eclipse.jgit.console;version="0.8.3"
-Import-Package: org.eclipse.jgit.nls;version="[0.8.3,0.9.0)",
- org.eclipse.jgit.transport;version="[0.8.3,0.9.0)",
- org.eclipse.jgit.util;version="[0.8.3,0.9.0)"
+Export-Package: org.eclipse.jgit.console;version="0.8.4"
+Import-Package: org.eclipse.jgit.nls;version="[0.8.4,0.9.0)",
+ org.eclipse.jgit.transport;version="[0.8.4,0.9.0)",
+ org.eclipse.jgit.util;version="[0.8.4,0.9.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 2b29d0d636..c753caa05d 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.8.3</version>
+ <version>0.8.4</version>
</parent>
<artifactId>org.eclipse.jgit.console</artifactId>