Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.egit.gitflow-feature/feature.xml')
-rw-r--r--org.eclipse.egit.gitflow-feature/feature.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit.gitflow-feature/feature.xml b/org.eclipse.egit.gitflow-feature/feature.xml
index c94f57e5ea..f26a254d31 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.1.1.201511131810-r"
+ version="4.1.2.qualifier"
provider-name="%providerName"
plugin="org.eclipse.egit.gitflow">
@@ -24,7 +24,7 @@
</url>
<requires>
- <import feature="org.eclipse.jgit" version="4.1.1" match="equivalent"/>
+ <import feature="org.eclipse.jgit" version="4.1.2" match="equivalent"/>
<import plugin="org.eclipse.egit.core" version="4.1.0" match="equivalent"/>
<import plugin="org.eclipse.egit.ui" version="4.1.0" match="equivalent"/>
</requires>

Back to the top