Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-05-30 22:13:40 +0000
committerMatthias Sohn2018-05-30 22:13:40 +0000
commit2d76094a560b9c3f293bdd8b46706315958e09c4 (patch)
tree2958d95a046bca77837a18b6f19c0f9a0e387ea6 /org.eclipse.mylyn.github-feature
parent9c1188dd0c2c1eedd37009f397b84fc687106e1d (diff)
downloadegit-github-2d76094a560b9c3f293bdd8b46706315958e09c4.tar.gz
egit-github-2d76094a560b9c3f293bdd8b46706315958e09c4.tar.xz
egit-github-2d76094a560b9c3f293bdd8b46706315958e09c4.zip
Prepare 5.0.0-SNAPSHOT builds
Change-Id: Ib4597ecad34255b2452ebbe8fbee1446b58e100b Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.mylyn.github-feature')
-rw-r--r--org.eclipse.mylyn.github-feature/feature.xml2
-rw-r--r--org.eclipse.mylyn.github-feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.github-feature/feature.xml b/org.eclipse.mylyn.github-feature/feature.xml
index f9c870ae..fb4be27f 100644
--- a/org.eclipse.mylyn.github-feature/feature.xml
+++ b/org.eclipse.mylyn.github-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.mylyn.github.feature"
label="%featureName"
- version="5.0.0.201805301535-rc2"
+ version="5.0.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.egit"
license-feature="org.eclipse.license"
diff --git a/org.eclipse.mylyn.github-feature/pom.xml b/org.eclipse.mylyn.github-feature/pom.xml
index 55c17f7e..c54ca9b7 100644
--- a/org.eclipse.mylyn.github-feature/pom.xml
+++ b/org.eclipse.mylyn.github-feature/pom.xml
@@ -16,7 +16,7 @@
<parent>
<artifactId>github-parent</artifactId>
<groupId>org.eclipse.mylyn.github</groupId>
- <version>5.0.0.201805301535-rc2</version>
+ <version>5.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.mylyn.github.feature</artifactId>

Back to the top