Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2016-06-01 21:04:50 +0000
committerMatthias Sohn2016-06-01 21:51:34 +0000
commitb969c04c6ad48b202c9fc30cecd17ffb79cdc617 (patch)
tree362cef5cf40977e08a257ae3d717587f1421422e /org.eclipse.egit-feature/feature.xml
parent690fc4102c668ebb85b78f1eac2828364f986a1b (diff)
downloadegit-b969c04c6ad48b202c9fc30cecd17ffb79cdc617.tar.gz
egit-b969c04c6ad48b202c9fc30cecd17ffb79cdc617.tar.xz
egit-b969c04c6ad48b202c9fc30cecd17ffb79cdc617.zip
Prepare 4.5.0-SNAPSHOT builds
Change-Id: I83356edf953cb2301e5a5fc45ba5c678af5ab3b3 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
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 297ccdd5d1..5796d5e21b 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="4.4.0.qualifier"
+ version="4.5.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.egit"
license-feature="org.eclipse.license"
@@ -40,7 +40,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="4.4.0" match="equivalent"/>
+ <import feature="org.eclipse.jgit" version="4.5.0" match="equivalent"/>
</requires>
<plugin

Back to the top