Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2017-08-01 21:36:43 +0000
committerMatthias Sohn2017-08-01 21:41:59 +0000
commit067c7c65db48b7ea1619b883b8e8020e306b7e45 (patch)
tree3bdc4113c6381e3973e5628beaed05892c9f96c3
parent26e2a9fe3ae3b39db2651d6f8a890b2fd46dff20 (diff)
downloadegit-github-067c7c65db48b7ea1619b883b8e8020e306b7e45.tar.gz
egit-github-067c7c65db48b7ea1619b883b8e8020e306b7e45.tar.xz
egit-github-067c7c65db48b7ea1619b883b8e8020e306b7e45.zip
Update mylyn github feature to require egit from same release
See discussion in https://git.eclipse.org/r/#/c/101458 Change-Id: Idb4eded628ab709bec2da06a2f735cb536576dd3 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r--org.eclipse.mylyn.github-feature/feature.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.github-feature/feature.xml b/org.eclipse.mylyn.github-feature/feature.xml
index b9ba8877..dee5ffa3 100644
--- a/org.eclipse.mylyn.github-feature/feature.xml
+++ b/org.eclipse.mylyn.github-feature/feature.xml
@@ -19,7 +19,7 @@
</license>
<requires>
- <import feature="org.eclipse.egit" version="3.2.0" match="greaterOrEqual"/>
+ <import feature="org.eclipse.egit" version="4.9.0" match="equivalent"/>
<import feature="org.eclipse.mylyn_feature" version="3.9.0" match="greaterOrEqual"/>
<import plugin="com.google.gson" version="1.6" match="greaterOrEqual"/>
</requires>

Back to the top