Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2014-11-12 17:52:05 +0000
committerMatthias Sohn2014-11-12 17:52:15 +0000
commit94ab825560bec672b952e5bd8909af2781f92563 (patch)
treea21003ba6c67e3377a1fe537c3171c801f956838 /org.eclipse.egit.mylyn-feature
parent9091c286923dc0c114b97626c615eeddd4928ae1 (diff)
downloadegit-94ab825560bec672b952e5bd8909af2781f92563.tar.gz
egit-94ab825560bec672b952e5bd8909af2781f92563.tar.xz
egit-94ab825560bec672b952e5bd8909af2781f92563.zip
Prepare post 3.6.0-m1 builds
Change-Id: I061d71bed22afcc35560c9fd10a194e3284264af Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.mylyn-feature')
-rw-r--r--org.eclipse.egit.mylyn-feature/feature.xml2
-rw-r--r--org.eclipse.egit.mylyn-feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit.mylyn-feature/feature.xml b/org.eclipse.egit.mylyn-feature/feature.xml
index e697895aae..839c286a0a 100644
--- a/org.eclipse.egit.mylyn-feature/feature.xml
+++ b/org.eclipse.egit.mylyn-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.egit.mylyn"
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.egit.mylyn-feature/pom.xml b/org.eclipse.egit.mylyn-feature/pom.xml
index 745639c81e..d7ade9e5be 100644
--- a/org.eclipse.egit.mylyn-feature/pom.xml
+++ b/org.eclipse.egit.mylyn-feature/pom.xml
@@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.egit</groupId>
<artifactId>egit-parent</artifactId>
- <version>3.6.0.201411121045-m1</version>
+ <version>3.6.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.egit.feature</groupId>

Back to the top