Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-05-23 15:25:49 +0000
committerMatthias Sohn2018-05-23 15:25:49 +0000
commitd95e98900121dbcbc8e54fee087047854b3dbf5a (patch)
tree97eb4d264581269bd5b5393dbf5c4831d4aeea58 /org.eclipse.egit-feature/feature.xml
parenta6adc805ff7d431b6479e1760cd4fab03252eda6 (diff)
downloadegit-d95e98900121dbcbc8e54fee087047854b3dbf5a.tar.gz
egit-d95e98900121dbcbc8e54fee087047854b3dbf5a.tar.xz
egit-d95e98900121dbcbc8e54fee087047854b3dbf5a.zip
Prepare 5.1.0-SNAPSHOT builds
Change-Id: I5b4427a73f05ed2144d886acb37640fc714757bc 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 5276a55fd9..29f4635a15 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="5.0.0.qualifier"
+ version="5.1.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="5.0.0" match="equivalent"/>
+ <import feature="org.eclipse.jgit" version="5.1.0" match="equivalent"/>
</requires>
<plugin

Back to the top