Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenn Hussey2018-11-22 01:28:25 +0000
committerKenn Hussey2018-11-22 01:28:25 +0000
commit61c0bee8877db7d98bb9f314a86f2ab95cdbcff3 (patch)
tree6d0094bb762e3529feaf1842a805aef640b5f07c
parent2a87e6bb0ff26e2fd7f61438f297dc01c3c84d48 (diff)
downloadorg.eclipse.uml2-61c0bee8877db7d98bb9f314a86f2ab95cdbcff3.tar.gz
org.eclipse.uml2-61c0bee8877db7d98bb9f314a86f2ab95cdbcff3.tar.xz
org.eclipse.uml2-61c0bee8877db7d98bb9f314a86f2ab95cdbcff3.zip
[535301] Updating org.eclipse.uml2.releng.tycho to EPL v2.0.
-rw-r--r--releng/org.eclipse.uml2.releng.tycho/META-INF/MANIFEST.MF2
-rw-r--r--releng/org.eclipse.uml2.releng.tycho/pom.xml8
2 files changed, 5 insertions, 5 deletions
diff --git a/releng/org.eclipse.uml2.releng.tycho/META-INF/MANIFEST.MF b/releng/org.eclipse.uml2.releng.tycho/META-INF/MANIFEST.MF
index 29d3ff48b..926ef6802 100644
--- a/releng/org.eclipse.uml2.releng.tycho/META-INF/MANIFEST.MF
+++ b/releng/org.eclipse.uml2.releng.tycho/META-INF/MANIFEST.MF
@@ -2,4 +2,4 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: UML2 Releng Tycho
Bundle-SymbolicName: org.eclipse.uml2.releng.tycho
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.1.0.qualifier
diff --git a/releng/org.eclipse.uml2.releng.tycho/pom.xml b/releng/org.eclipse.uml2.releng.tycho/pom.xml
index 39dd9a825..2f4edad95 100644
--- a/releng/org.eclipse.uml2.releng.tycho/pom.xml
+++ b/releng/org.eclipse.uml2.releng.tycho/pom.xml
@@ -3,9 +3,9 @@
Copyright (c) 2017, 2018 Willink Transformations 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
-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
@@ -22,12 +22,12 @@
<licenses>
<license>
- <name>Eclipse Public License v1.0</name>
+ <name>Eclipse Public License v2.0</name>
<comments>
All rights reserved.
This program and the accompanying materials are made
- available under the terms of the Eclipse Public License v1.0
+ 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.htm
</comments>

Back to the top