Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2015-06-24 12:07:25 +0000
committerMatthias Sohn2015-06-24 12:07:25 +0000
commit15bfc571ff291d7787ec00e0b035307fe8c4d9d9 (patch)
tree68fcaabe98b2c9627096d9878c31f33fead1d715 /org.eclipse.mylyn.github-feature
parent1e0809967f646e3ee6ca25a262edf013dad000b7 (diff)
downloadegit-github-15bfc571ff291d7787ec00e0b035307fe8c4d9d9.tar.gz
egit-github-15bfc571ff291d7787ec00e0b035307fe8c4d9d9.tar.xz
egit-github-15bfc571ff291d7787ec00e0b035307fe8c4d9d9.zip
Prepare 4.0.2-SNAPSHOT builds
Change-Id: I9d81c79ebe53059304ca6b3d935e8781a174795d 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 5df260db..9da88734 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="4.0.1.201506240215-r"
+ version="4.0.2.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 61f520f4..f657401c 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>4.0.1.201506240215-r</version>
+ <version>4.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.mylyn.github.feature</artifactId>

Back to the top