Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2014-03-05 01:26:39 +0000
committerMatthias Sohn2014-03-05 01:26:39 +0000
commit58007e7b525e2072a20ef0e4596bf54e6a52fa48 (patch)
tree67ea9599804bda1ac73aeefe741241aa3bf21335 /org.eclipse.egit.mylyn-feature
parentf1143454ee83610444429e226b7efabb473e9576 (diff)
downloadegit-58007e7b525e2072a20ef0e4596bf54e6a52fa48.tar.gz
egit-58007e7b525e2072a20ef0e4596bf54e6a52fa48.tar.xz
egit-58007e7b525e2072a20ef0e4596bf54e6a52fa48.zip
Prepare 3.4.0-SNAPSHOT builds
Change-Id: Id98bd630fdb9e5bef951aed84f99b80f7a4b4033 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 9e0ccc9ab0..78d83a1328 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.3.1.qualifier"
+ version="3.4.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.egit">
@@ -24,7 +24,7 @@
</url>
<requires>
- <import feature="org.eclipse.egit" version="3.3.1" match="greaterOrEqual"/>
+ <import feature="org.eclipse.egit" version="3.4.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 fe53cd65fb..a200977136 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.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.egit.feature</groupId>

Back to the top