Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn O. Pearce2010-06-14 15:28:47 +0000
committerShawn O. Pearce2010-06-14 15:28:47 +0000
commitb049b41ae8fe5bf6537697fa0175117742ceff41 (patch)
treee6150af9414fb7c77a3efc7b57d23600a56d1c49 /org.eclipse.egit-feature/feature.xml
parent335f2091275ee85e88447880cdb5148ca915ee16 (diff)
downloadegit-b049b41ae8fe5bf6537697fa0175117742ceff41.tar.gz
egit-b049b41ae8fe5bf6537697fa0175117742ceff41.tar.xz
egit-b049b41ae8fe5bf6537697fa0175117742ceff41.zip
Start 0.9 development
Change-Id: Ic3885ffb4ee460415fe5eb956616a3ac7a1f3fcb 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 17c3db421f..2f7778b1d2 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.2.qualifier"
+ version="0.9.0.qualifier"
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.2" match="equivalent"/>
+ <import feature="org.eclipse.jgit" version="0.9.0" match="equivalent"/>
</requires>
<plugin

Back to the top