Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2017-10-08 09:44:50 +0000
committerMatthias Sohn2017-10-08 09:44:50 +0000
commit103c682e03e143e3d970a9dbe37e6630ac46231f (patch)
tree0ebd2c89e6212ff1891baadb4671f467afa5b541 /org.eclipse.egit.mylyn-feature
parent99c2dfb8040faa3cde8a91e4b4b8640112316bd8 (diff)
downloadegit-103c682e03e143e3d970a9dbe37e6630ac46231f.tar.gz
egit-103c682e03e143e3d970a9dbe37e6630ac46231f.tar.xz
egit-103c682e03e143e3d970a9dbe37e6630ac46231f.zip
Prepare 4.10.0-SNAPSHOT builds
Change-Id: If961f7c5dd5e11ff59ed50dda8a93be2d5b1f2a0 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 a1fb866ca4..edbcf0fb78 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.9.0.qualifier"
+ version="4.10.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.9.0" match="greaterOrEqual"/>
+ <import feature="org.eclipse.egit" version="4.10.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 b4f7609056..4f8ccbcb1c 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.9.0-SNAPSHOT</version>
+ <version>4.10.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.egit.feature</groupId>

Back to the top