Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2019-06-13 00:56:57 +0000
committerMatthias Sohn2019-06-13 00:56:57 +0000
commit245b4bb7b601f1e44c0834c34468766287919e37 (patch)
treea1ae1e413040f1938a5825c3b8ec883394920d96 /org.eclipse.egit.gitflow-feature
parent261033ae672230f69dd320b1d0f74d394c51df33 (diff)
downloadegit-245b4bb7b601f1e44c0834c34468766287919e37.tar.gz
egit-245b4bb7b601f1e44c0834c34468766287919e37.tar.xz
egit-245b4bb7b601f1e44c0834c34468766287919e37.zip
Prepare 5.4.1-SNAPSHOT builds
Change-Id: If0d2486c59ec5f3533148d71195fd5e008b55be3 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 d74bc08249..486d3b10d2 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.4.0.201906121030-r"
+ version="5.4.1.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.4.0" match="equivalent"/>
- <import plugin="org.eclipse.egit.core" version="5.4.0" match="equivalent"/>
- <import plugin="org.eclipse.egit.ui" version="5.4.0" match="equivalent"/>
+ <import feature="org.eclipse.jgit" version="5.4.1" match="equivalent"/>
+ <import plugin="org.eclipse.egit.core" version="5.4.1" match="equivalent"/>
+ <import plugin="org.eclipse.egit.ui" version="5.4.1" match="equivalent"/>
</requires>
<plugin
diff --git a/org.eclipse.egit.gitflow-feature/pom.xml b/org.eclipse.egit.gitflow-feature/pom.xml
index 773417977f..4d63f63668 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.4.0.201906121030-r</version>
+ <version>5.4.1-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.egit.feature</groupId>

Back to the top