Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2017-05-30 12:47:56 +0000
committerMatthias Sohn2017-05-30 12:47:56 +0000
commitc367c292aed203e83db66b1ccddf443cb58c4b1e (patch)
treeaa77a207ae49aa6216302ed741da7cc97e1942cb /org.eclipse.egit.mylyn-feature
parent12c9eae766ad1ef99a0337d559b0b0db2619ca96 (diff)
downloadegit-c367c292aed203e83db66b1ccddf443cb58c4b1e.tar.gz
egit-c367c292aed203e83db66b1ccddf443cb58c4b1e.tar.xz
egit-c367c292aed203e83db66b1ccddf443cb58c4b1e.zip
Prepare 4.9.0-SNAPSHOT builds
Change-Id: I9d727e1cd79572167ecb05372b1583bb71cdb7db 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.xml4
-rw-r--r--org.eclipse.egit.mylyn-feature/pom.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.egit.mylyn-feature/feature.xml b/org.eclipse.egit.mylyn-feature/feature.xml
index 8f3559d53f..a1fb866ca4 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="4.8.0.qualifier"
+ version="4.9.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.egit"
license-feature="org.eclipse.license"
@@ -26,7 +26,7 @@
</url>
<requires>
- <import feature="org.eclipse.egit" version="4.8.0" match="greaterOrEqual"/>
+ <import feature="org.eclipse.egit" version="4.9.0" match="greaterOrEqual"/>
<import feature="org.eclipse.mylyn.team_feature" version="3.5.0" match="greaterOrEqual"/>
</requires>
diff --git a/org.eclipse.egit.mylyn-feature/pom.xml b/org.eclipse.egit.mylyn-feature/pom.xml
index 46af8618b1..b4f7609056 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>4.8.0-SNAPSHOT</version>
+ <version>4.9.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.egit.feature</groupId>

Back to the top