Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2016-12-27 00:47:43 +0000
committerMatthias Sohn2016-12-27 01:09:33 +0000
commit7cd545246358d694099abf947473428185e813ec (patch)
tree52d34c43941bdba62dacedb37c6527658d6591a5 /org.eclipse.egit.gitflow-feature
parent6754c45465827ea10b5ef73cd88162d5828a8e42 (diff)
downloadegit-7cd545246358d694099abf947473428185e813ec.tar.gz
egit-7cd545246358d694099abf947473428185e813ec.tar.xz
egit-7cd545246358d694099abf947473428185e813ec.zip
Prepare 4.7.0-SNAPSHOT builds
Change-Id: I08ba5da00f6b4021dc07355e1f01fb1b6d279c0e 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 5e413291cc..2eab27d8fb 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.6.1.qualifier"
+ version="4.7.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.6.1" match="equivalent"/>
- <import plugin="org.eclipse.egit.core" version="4.6.1" match="equivalent"/>
- <import plugin="org.eclipse.egit.ui" version="4.6.1" match="equivalent"/>
+ <import feature="org.eclipse.jgit" version="4.7.0" match="equivalent"/>
+ <import plugin="org.eclipse.egit.core" version="4.7.0" match="equivalent"/>
+ <import plugin="org.eclipse.egit.ui" version="4.7.0" match="equivalent"/>
</requires>
<plugin
diff --git a/org.eclipse.egit.gitflow-feature/pom.xml b/org.eclipse.egit.gitflow-feature/pom.xml
index 86ffcfb4d3..d3791e5721 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.6.1-SNAPSHOT</version>
+ <version>4.7.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.egit.feature</groupId>

Back to the top