Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2016-12-24 14:59:30 +0000
committerMatthias Sohn2016-12-24 14:59:30 +0000
commitca67255cd0b1cdd22c251130e8dcead0d4a63de1 (patch)
tree57462e5d6c7dc4727854119927c14e5878ab16ef /org.eclipse.egit.mylyn-feature
parentf0453ea2ae5df13decda837fa6e2d6fc65138ec1 (diff)
downloadegit-ca67255cd0b1cdd22c251130e8dcead0d4a63de1.tar.gz
egit-ca67255cd0b1cdd22c251130e8dcead0d4a63de1.tar.xz
egit-ca67255cd0b1cdd22c251130e8dcead0d4a63de1.zip
Prepare 4.6.1-SNAPSHOT builds
Change-Id: I32a6d58bf4e5ec14ee074cc884e0b185be553dbd 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 fe89869bdb..647d588b97 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.6.0.201612231935-r"
+ version="4.6.1.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.6.0" match="greaterOrEqual"/>
+ <import feature="org.eclipse.egit" version="4.6.1" 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 9ae4477853..334d9c116c 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.6.0.201612231935-r</version>
+ <version>4.6.1-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.egit.feature</groupId>

Back to the top