Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2016-04-08 14:59:59 +0000
committerMatthias Sohn2016-04-08 14:59:59 +0000
commit7c5714aa23827760f24f8e6ff5bb10b1839849a2 (patch)
treeae95fdf9921387c9ce3ca75ea9cc9c24fcedb3ee /org.eclipse.egit.mylyn-feature
parent50981d84a417f0a3b2d5c48ac80e07354381b660 (diff)
downloadegit-7c5714aa23827760f24f8e6ff5bb10b1839849a2.tar.gz
egit-7c5714aa23827760f24f8e6ff5bb10b1839849a2.tar.xz
egit-7c5714aa23827760f24f8e6ff5bb10b1839849a2.zip
Prepare 4.3.1-SNAPSHOT builds
Change-Id: Ide5a9401f66b246cab18e66d3a2046f7c22cabb6 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 be4978993d..0ec758cb0d 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.3.0.201604071810-r"
+ version="4.3.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.3.0" match="greaterOrEqual"/>
+ <import feature="org.eclipse.egit" version="4.3.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 164e2dd818..27cb0a7a53 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.3.0.201604071810-r</version>
+ <version>4.3.1-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.egit.feature</groupId>

Back to the top