Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-08-29 12:16:23 +0000
committerMatthias Sohn2018-08-29 12:16:23 +0000
commit04a504d32dbb1a1b4de0f976feea780d43437a4f (patch)
tree333bdd7b8d9d9de4885ff8de188a55cbf7af6275 /org.eclipse.mylyn.github-feature
parent8f9cbe251e8d981eb3358e80be62c798c9407e95 (diff)
downloadegit-github-04a504d32dbb1a1b4de0f976feea780d43437a4f.tar.gz
egit-github-04a504d32dbb1a1b4de0f976feea780d43437a4f.tar.xz
egit-github-04a504d32dbb1a1b4de0f976feea780d43437a4f.zip
Prepare 5.1.0-SNAPSHOT builds
Change-Id: I5ca352856d4d84284eb5abca9836ed03680c1e2d 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 4f02cebc..c661fa37 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.1.0.201808281540-m3"
+ version="5.1.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 41654c61..50c14761 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.1.0.201808281540-m3</version>
+ <version>5.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.mylyn.github.feature</artifactId>

Back to the top