Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2019-05-22 21:05:39 +0000
committerMatthias Sohn2019-05-22 21:05:39 +0000
commitfe1998e030e26e86c576317ad7507b59d7b95d3a (patch)
tree81446f0c38d35f78c1bdc8be161b5bfc1107d2cb /org.eclipse.mylyn.github-feature
parentb6b8d94aa922069aa73e452919166b19469413a7 (diff)
downloadegit-github-fe1998e030e26e86c576317ad7507b59d7b95d3a.tar.gz
egit-github-fe1998e030e26e86c576317ad7507b59d7b95d3a.tar.xz
egit-github-fe1998e030e26e86c576317ad7507b59d7b95d3a.zip
Prepare 5.4.0-SNAPSHOT builds
Change-Id: I6ed41f3f8cf1fc1307d07f328d5b7ef17e43e736 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 4e40e29b..9c56f4ea 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.4.0.201905221418-m3"
+ version="5.4.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 ec8efdc6..eb46c7c7 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.4.0.201905221418-m3</version>
+ <version>5.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.mylyn.github.feature</artifactId>

Back to the top