Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2021-03-10 15:25:44 +0000
committerMatthias Sohn2021-03-10 15:25:44 +0000
commit7d99a7b447aef603fd24af7f37f93b5d78bd86ea (patch)
treec42484298396d03cd3097514847f15019bc77d60 /org.eclipse.egit.gitflow-feature
parentd7e299a7618b7d80d1c66a716526dd0f289ea14d (diff)
downloadegit-7d99a7b447aef603fd24af7f37f93b5d78bd86ea.tar.gz
egit-7d99a7b447aef603fd24af7f37f93b5d78bd86ea.tar.xz
egit-7d99a7b447aef603fd24af7f37f93b5d78bd86ea.zip
Prepare 5.12.0-SNAPSHOT builds
Change-Id: I28f4c4accbfe8458d182eb52c6910b5472531d4a 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 5c8d3360bb..c79e8550c1 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="5.11.1.qualifier"
+ version="5.12.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="5.11.1" match="equivalent"/>
- <import plugin="org.eclipse.egit.core" version="5.11.1" match="equivalent"/>
- <import plugin="org.eclipse.egit.ui" version="5.11.1" match="equivalent"/>
+ <import feature="org.eclipse.jgit" version="5.12.0" match="equivalent"/>
+ <import plugin="org.eclipse.egit.core" version="5.12.0" match="equivalent"/>
+ <import plugin="org.eclipse.egit.ui" version="5.12.0" match="equivalent"/>
</requires>
<plugin
diff --git a/org.eclipse.egit.gitflow-feature/pom.xml b/org.eclipse.egit.gitflow-feature/pom.xml
index ad139bc919..598634add9 100644
--- a/org.eclipse.egit.gitflow-feature/pom.xml
+++ b/org.eclipse.egit.gitflow-feature/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.egit</groupId>
<artifactId>egit-parent</artifactId>
- <version>5.11.1-SNAPSHOT</version>
+ <version>5.12.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.egit.feature</groupId>

Back to the top