Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.emf.converter-feature/feature.xml')
-rw-r--r--features/org.eclipse.emf.converter-feature/feature.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/features/org.eclipse.emf.converter-feature/feature.xml b/features/org.eclipse.emf.converter-feature/feature.xml
index 6fa01e38f..b9ec3f7ab 100644
--- a/features/org.eclipse.emf.converter-feature/feature.xml
+++ b/features/org.eclipse.emf.converter-feature/feature.xml
@@ -2,21 +2,21 @@
<feature
id="org.eclipse.emf.converter"
label="%featureName"
- version="2.13.0.qualifier"
+ version="2.14.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.emf.license"
- license-feature-version="2.9.0.qualifier">
+ license-feature-version="2.10.0">
<description>
%description
</description>
- <copyright url="http://www.eclipse.org/legal/epl-v10.html">
+ <copyright url="http://www.eclipse.org/legal/epl-v20.html">
Copyright (c) 2002-2018 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
-are made available under the terms of the Eclipse Public License v1.0
+are made available under the terms of the Eclipse Public License v2.0
which accompanies this distribution, and is available at
-http://www.eclipse.org/legal/epl-v10.html
+http://www.eclipse.org/legal/epl-v20.html
</copyright>
<license url="%licenseURL">

Back to the top