Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn O. Pearce2010-06-02 22:09:17 +0000
committerShawn O. Pearce2010-06-02 22:09:17 +0000
commit72cb6663bd7b0ad800db30d266e67108fc6bd3cd (patch)
tree147bb010c52f63cef4e66ec3bf414f0aee03908c /org.eclipse.egit-feature/feature.xml
parent22f062a97525fb226df53a89f084455590ecbc68 (diff)
downloadegit-72cb6663bd7b0ad800db30d266e67108fc6bd3cd.tar.gz
egit-72cb6663bd7b0ad800db30d266e67108fc6bd3cd.tar.xz
egit-72cb6663bd7b0ad800db30d266e67108fc6bd3cd.zip
EGit 0.8.1v0.8.1
Change-Id: I3901b45d428dbf09427cb6c4abb1ad848474905e Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'org.eclipse.egit-feature/feature.xml')
-rw-r--r--org.eclipse.egit-feature/feature.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit-feature/feature.xml b/org.eclipse.egit-feature/feature.xml
index 81e4d55ca3..bd7ad67b31 100644
--- a/org.eclipse.egit-feature/feature.xml
+++ b/org.eclipse.egit-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.egit"
label="%featureName"
- version="0.8.0.qualifier"
+ version="0.8.1"
provider-name="%providerName"
plugin="org.eclipse.egit">
@@ -38,7 +38,7 @@
<import plugin="org.eclipse.jsch.ui" version="1.1.100" match="compatible"/>
<import plugin="org.eclipse.jsch.core" version="1.1.100" match="compatible"/>
<import plugin="com.jcraft.jsch" version="0.1.37" match="compatible"/>
- <import feature="org.eclipse.jgit" version="0.8.0" match="equivalent"/>
+ <import feature="org.eclipse.jgit" version="0.8.1" match="equivalent"/>
</requires>
<plugin

Back to the top