Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2017-12-31 03:05:54 +0000
committerMatthias Sohn2017-12-31 03:05:54 +0000
commit34fb1d08dca2d5251bc1002f37f765a1b9488104 (patch)
treeb54281269ede5ac9f49c10c897654fe6f70f0e69 /org.eclipse.egit-feature/feature.xml
parent7ed8b6421cb40ec927b0ad245eda8a22768c9dc3 (diff)
downloadegit-34fb1d08dca2d5251bc1002f37f765a1b9488104.tar.gz
egit-34fb1d08dca2d5251bc1002f37f765a1b9488104.tar.xz
egit-34fb1d08dca2d5251bc1002f37f765a1b9488104.zip
Prepare 4.11.0-SNAPSHOT builds
Change-Id: I5524e6e302d089361d2bb2dbd8e59e8d445abd51 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 8b1582a7b8..96800ccde3 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.10.0.qualifier"
+ version="4.11.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.10.0" match="equivalent"/>
+ <import feature="org.eclipse.jgit" version="4.11.0" match="equivalent"/>
</requires>
<plugin

Back to the top