Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Keppler2019-04-26 14:38:33 +0000
committerMichael Keppler2019-04-26 14:38:38 +0000
commit15e4e128d6ba4d369ef89e0af11a146964fac63f (patch)
treee325d4f39e49fffbdbc9a482180fe6581b23a4a1 /org.eclipse.mylyn.github-feature/feature.xml
parente814c48d01c0c2ba1472d73574a1a09c9400a8cd (diff)
downloadegit-github-15e4e128d6ba4d369ef89e0af11a146964fac63f.tar.gz
egit-github-15e4e128d6ba4d369ef89e0af11a146964fac63f.tar.xz
egit-github-15e4e128d6ba4d369ef89e0af11a146964fac63f.zip
Use latest CBI license feature
There is meanwhile a license feature 2.0.1 available. By using 0.0.0 we always get the latest and don't need to track CBI changes. Change-Id: Ida0c8da2a3dac3cf27e6588b1c33b74f418e7a0e Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
Diffstat (limited to 'org.eclipse.mylyn.github-feature/feature.xml')
-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 da8b2e22..9c56f4ea 100644
--- a/org.eclipse.mylyn.github-feature/feature.xml
+++ b/org.eclipse.mylyn.github-feature/feature.xml
@@ -6,7 +6,7 @@
provider-name="%providerName"
plugin="org.eclipse.egit"
license-feature="org.eclipse.license"
- license-feature-version="2.0.0">
+ license-feature-version="0.0.0">
<description url="http://www.eclipse.org/egit">
%description

Back to the top