Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2016-09-19 15:35:53 +0000
committerMatthias Sohn2016-09-19 15:35:53 +0000
commit2e900ddeec2ec318fe4b261510de35849c1fc6ba (patch)
tree32d40ce4d999e7f61fc0b1e534070e40de337323 /org.eclipse.egit.gitflow-feature
parent505d0b315f9bcc390c5c0025369f94766059e22f (diff)
downloadegit-2e900ddeec2ec318fe4b261510de35849c1fc6ba.tar.gz
egit-2e900ddeec2ec318fe4b261510de35849c1fc6ba.tar.xz
egit-2e900ddeec2ec318fe4b261510de35849c1fc6ba.zip
Prepare 4.6.0-SNAPSHOT builds
Change-Id: Ie22fec3a9a515759a61e87a45820c216b77f0991 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.gitflow-feature')
-rw-r--r--org.eclipse.egit.gitflow-feature/feature.xml8
-rw-r--r--org.eclipse.egit.gitflow-feature/pom.xml2
2 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.egit.gitflow-feature/feature.xml b/org.eclipse.egit.gitflow-feature/feature.xml
index 8111bd802c..cb781931b4 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.5.0.qualifier"
+ version="4.6.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.5.0" match="equivalent"/>
- <import plugin="org.eclipse.egit.core" version="4.5.0" match="equivalent"/>
- <import plugin="org.eclipse.egit.ui" version="4.5.0" match="equivalent"/>
+ <import feature="org.eclipse.jgit" version="4.6.0" match="equivalent"/>
+ <import plugin="org.eclipse.egit.core" version="4.6.0" match="equivalent"/>
+ <import plugin="org.eclipse.egit.ui" version="4.6.0" match="equivalent"/>
</requires>
<plugin
diff --git a/org.eclipse.egit.gitflow-feature/pom.xml b/org.eclipse.egit.gitflow-feature/pom.xml
index 398e8fa955..240f065f06 100644
--- a/org.eclipse.egit.gitflow-feature/pom.xml
+++ b/org.eclipse.egit.gitflow-feature/pom.xml
@@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.egit</groupId>
<artifactId>egit-parent</artifactId>
- <version>4.5.0-SNAPSHOT</version>
+ <version>4.6.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.egit.feature</groupId>

Back to the top