Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2017-05-30 13:06:13 +0000
committerMatthias Sohn2017-05-30 13:06:13 +0000
commitb03e25fcc8c0ce0bbdccb358a5a579ff407d1d4a (patch)
tree473092b1cd939861ea1c99ec5ba23fc121bc3030 /org.eclipse.mylyn.github-feature
parentafa702f00581346a4265932f85cfce29d2db14b5 (diff)
downloadegit-github-b03e25fcc8c0ce0bbdccb358a5a579ff407d1d4a.tar.gz
egit-github-b03e25fcc8c0ce0bbdccb358a5a579ff407d1d4a.tar.xz
egit-github-b03e25fcc8c0ce0bbdccb358a5a579ff407d1d4a.zip
Prepare 4.9.0-SNAPSHOT builds
Change-Id: Ic7e425c51c8f6788f0a6f2a143acf5c723e8a960 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 c4a9d100..6a358481 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.8.0.qualifier"
+ version="4.9.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 ebdd4029..43ce95d6 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.8.0-SNAPSHOT</version>
+ <version>4.9.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.mylyn.github.feature</artifactId>

Back to the top