Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2013-01-16 22:06:52 +0000
committerSteffen Pingel2013-01-16 22:06:52 +0000
commit3486524baa0bc3b834568c0e1f7a101d426eae82 (patch)
treeca301adce76a033581e388ab5ce37e93a28bc036 /org.eclipse.mylyn.gerrit.feature
parentb26108c7b04aa412183a64b29bc0111d8697d0f1 (diff)
downloadorg.eclipse.mylyn.reviews-3486524baa0bc3b834568c0e1f7a101d426eae82.tar.gz
org.eclipse.mylyn.reviews-3486524baa0bc3b834568c0e1f7a101d426eae82.tar.xz
org.eclipse.mylyn.reviews-3486524baa0bc3b834568c0e1f7a101d426eae82.zip
384269: update feature constraints for Mylyn 3.9
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=384269
Diffstat (limited to 'org.eclipse.mylyn.gerrit.feature')
-rw-r--r--org.eclipse.mylyn.gerrit.feature/feature.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.gerrit.feature/feature.xml b/org.eclipse.mylyn.gerrit.feature/feature.xml
index 87a409df7..5fc74e6bc 100644
--- a/org.eclipse.mylyn.gerrit.feature/feature.xml
+++ b/org.eclipse.mylyn.gerrit.feature/feature.xml
@@ -29,7 +29,7 @@
</license>
<requires>
- <import feature="org.eclipse.mylyn.reviews.feature" version="1.0.0" match="compatible"/>
+ <import feature="org.eclipse.mylyn.reviews.feature" version="1.1.0" match="compatible"/>
<import feature="org.eclipse.egit" version="1.3.0" match="greaterOrEqual"/>
</requires>

Back to the top