Skip to main content
aboutsummaryrefslogtreecommitdiffstats
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.gitflow-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.gitflow-feature/feature.xml')
-rw-r--r--org.eclipse.egit.gitflow-feature/feature.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.egit.gitflow-feature/feature.xml b/org.eclipse.egit.gitflow-feature/feature.xml
index 4a8aa1c6ba..762921d435 100644
--- a/org.eclipse.egit.gitflow-feature/feature.xml
+++ b/org.eclipse.egit.gitflow-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.egit.gitflow.feature"
label="%featureName"
- version="4.10.0.qualifier"
+ version="4.11.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.egit.gitflow"
license-feature="org.eclipse.license"
@@ -26,9 +26,9 @@
</url>
<requires>
- <import feature="org.eclipse.jgit" version="4.10.0" match="equivalent"/>
- <import plugin="org.eclipse.egit.core" version="4.10.0" match="equivalent"/>
- <import plugin="org.eclipse.egit.ui" version="4.10.0" match="equivalent"/>
+ <import feature="org.eclipse.jgit" version="4.11.0" match="equivalent"/>
+ <import plugin="org.eclipse.egit.core" version="4.11.0" match="equivalent"/>
+ <import plugin="org.eclipse.egit.ui" version="4.11.0" match="equivalent"/>
</requires>
<plugin

Back to the top