Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-05-22 21:51:31 +0000
committerMatthias Sohn2018-05-22 21:51:31 +0000
commit23cfdac65a8a231bbb4e86bbb9979885bf84a5f7 (patch)
tree845ab75591119fb47bc11c65e66ae872222277a4 /org.eclipse.egit.gitflow-feature
parent7b30969a2a90c754bbf11c8dfc4ac199a6a9181d (diff)
downloadegit-23cfdac65a8a231bbb4e86bbb9979885bf84a5f7.tar.gz
egit-23cfdac65a8a231bbb4e86bbb9979885bf84a5f7.tar.xz
egit-23cfdac65a8a231bbb4e86bbb9979885bf84a5f7.zip
Change-Id: I5deced0bacd81c5590e81e3aa9bc269d8a4e3f77 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.xml2
-rw-r--r--org.eclipse.egit.gitflow-feature/pom.xml2
2 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 80e9284f5c..11fad48bba 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.0.0.qualifier"
+ version="5.0.0.201805221745-rc1"
provider-name="%providerName"
plugin="org.eclipse.egit.gitflow"
license-feature="org.eclipse.license"
diff --git a/org.eclipse.egit.gitflow-feature/pom.xml b/org.eclipse.egit.gitflow-feature/pom.xml
index 68b86677cf..a41707137f 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>5.0.0-SNAPSHOT</version>
+ <version>5.0.0.201805221745-rc1</version>
</parent>
<groupId>org.eclipse.egit.feature</groupId>

Back to the top