Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2011-12-12 16:15:04 +0000
committerMatthias Sohn2011-12-12 16:19:36 +0000
commit8672f0d5ddbea6f0f4c1fd9f516daa8c75cc6175 (patch)
tree02202ab25774d317d8875d728d56afb40f14dbff /org.eclipse.egit.mylyn-feature/feature.xml
parentcb206eb6ce41aebdf22d33afd35761ce5c07885a (diff)
downloadegit-8672f0d5ddbea6f0f4c1fd9f516daa8c75cc6175.tar.gz
egit-8672f0d5ddbea6f0f4c1fd9f516daa8c75cc6175.tar.xz
egit-8672f0d5ddbea6f0f4c1fd9f516daa8c75cc6175.zip
Prepare 1.3.0 builds
Change-Id: Icef899687d64a75432e307c36677b843f34d38a6 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.mylyn-feature/feature.xml')
-rw-r--r--org.eclipse.egit.mylyn-feature/feature.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit.mylyn-feature/feature.xml b/org.eclipse.egit.mylyn-feature/feature.xml
index 356a5345a7..6b47568065 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="1.2.0.qualifier"
+ version="1.3.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.egit">
@@ -24,7 +24,7 @@
</url>
<requires>
- <import feature="org.eclipse.egit" version="1.2.0" match="greaterOrEqual"/>
+ <import feature="org.eclipse.egit" version="1.3.0" match="greaterOrEqual"/>
<import feature="org.eclipse.mylyn.team_feature" version="3.5.0" match="greaterOrEqual"/>
</requires>

Back to the top