Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2014-09-04 15:08:49 +0000
committerMatthias Sohn2014-09-04 15:08:49 +0000
commit7f65a31c5ecd731881624210b8f6ea519900f4ce (patch)
tree21b9f4955633e63f503506a058870e6ec3324fa2 /org.eclipse.egit.mylyn-feature
parent71349a6cb7bf40684bb9493ce0d5dc49af315953 (diff)
downloadegit-7f65a31c5ecd731881624210b8f6ea519900f4ce.tar.gz
egit-7f65a31c5ecd731881624210b8f6ea519900f4ce.tar.xz
egit-7f65a31c5ecd731881624210b8f6ea519900f4ce.zip
Prepare 3.6.0-SNAPSHOT builds
Change-Id: Iacf8d0b9fbc75727cd6073957a954b9e8b38b771 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 13d3d4d06c..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.5.0.qualifier"
+ version="3.6.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.egit">
@@ -24,7 +24,7 @@
</url>
<requires>
- <import feature="org.eclipse.egit" version="3.5.0" match="greaterOrEqual"/>
+ <import feature="org.eclipse.egit" version="3.6.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 c6a08e8060..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.5.0-SNAPSHOT</version>
+ <version>3.6.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.egit.feature</groupId>

Back to the top