Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Keppler2019-04-26 14:37:51 +0000
committerMichael Keppler2019-04-28 05:50:54 +0000
commit14de490552d01303eae08bb97b97f4c2441b7e12 (patch)
tree9d6def9891b7c08df72f35651c9f7d35410fd6a8 /org.eclipse.egit.gitflow-feature
parent4310f31095996c9bea845f22c476e00eac1fa802 (diff)
downloadegit-14de490552d01303eae08bb97b97f4c2441b7e12.tar.gz
egit-14de490552d01303eae08bb97b97f4c2441b7e12.tar.xz
egit-14de490552d01303eae08bb97b97f4c2441b7e12.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: If328caf5a0961beedbc79a65928d066851a36773 Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
Diffstat (limited to 'org.eclipse.egit.gitflow-feature')
-rw-r--r--org.eclipse.egit.gitflow-feature/feature.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.egit.gitflow-feature/feature.xml b/org.eclipse.egit.gitflow-feature/feature.xml
index fb504988b4..b1a24b96cd 100644
--- a/org.eclipse.egit.gitflow-feature/feature.xml
+++ b/org.eclipse.egit.gitflow-feature/feature.xml
@@ -6,7 +6,7 @@
provider-name="%providerName"
plugin="org.eclipse.egit.gitflow"
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