summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ui
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.ui
parent5255d66143777f5e690dcc3215457550a4c0df90 (diff)
downloadjgit-0.8.4.tar.gz
jgit-0.8.4.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.ui')
-rw-r--r--org.eclipse.jgit.ui/META-INF/MANIFEST.MF16
-rw-r--r--org.eclipse.jgit.ui/pom.xml2
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 c3a9d569b2..6c0763533f 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.8.3
+Bundle-Version: 0.8.4
Bundle-Vendor: %provider_name
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Export-Package: org.eclipse.jgit.awtui;version="0.8.3"
-Import-Package: org.eclipse.jgit.lib;version="[0.8.3,0.9.0)",
- org.eclipse.jgit.nls;version="[0.8.3,0.9.0)",
- org.eclipse.jgit.revplot;version="[0.8.3,0.9.0)",
- org.eclipse.jgit.revwalk;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.awtui;version="0.8.4"
+Import-Package: org.eclipse.jgit.lib;version="[0.8.4,0.9.0)",
+ org.eclipse.jgit.nls;version="[0.8.4,0.9.0)",
+ org.eclipse.jgit.revplot;version="[0.8.4,0.9.0)",
+ org.eclipse.jgit.revwalk;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.ui/pom.xml b/org.eclipse.jgit.ui/pom.xml
index a060718f6a..95bf951cba 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.8.3</version>
+ <version>0.8.4</version>
</parent>
<artifactId>org.eclipse.jgit.ui</artifactId>