Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2014-11-12 17:52:24 +0000
committerMatthias Sohn2014-11-12 17:52:32 +0000
commit0168d1391678d99df90776455c7b0ebc1ecc656f (patch)
tree558ba81821a473b787e3218aab494f9264b3e3a6 /org.eclipse.mylyn.github-feature
parent9c111b4cc94d27e944d1c2b343f5afcf2312022b (diff)
downloadegit-github-0168d1391678d99df90776455c7b0ebc1ecc656f.tar.gz
egit-github-0168d1391678d99df90776455c7b0ebc1ecc656f.tar.xz
egit-github-0168d1391678d99df90776455c7b0ebc1ecc656f.zip
Prepare post 3.6.0-m1 builds
Change-Id: I99646ccf0b7c7a157150b3bb9bcaf14a8c3ce96d 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 b8a6f822..c21f8ca4 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="3.6.0.201411121045-m1"
+ version="3.6.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.egit">
diff --git a/org.eclipse.mylyn.github-feature/pom.xml b/org.eclipse.mylyn.github-feature/pom.xml
index 18039ccc..8c2fdc38 100644
--- a/org.eclipse.mylyn.github-feature/pom.xml
+++ b/org.eclipse.mylyn.github-feature/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>github-parent</artifactId>
<groupId>org.eclipse.mylyn.github</groupId>
- <version>3.6.0.201411121045-m1</version>
+ <version>3.6.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.mylyn.github.feature</artifactId>

Back to the top