Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.m2m.atl.profiler.model/pom.xml')
-rw-r--r--plugins/org.eclipse.m2m.atl.profiler.model/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/org.eclipse.m2m.atl.profiler.model/pom.xml b/plugins/org.eclipse.m2m.atl.profiler.model/pom.xml
index 001bc29b..7b8939d1 100644
--- a/plugins/org.eclipse.m2m.atl.profiler.model/pom.xml
+++ b/plugins/org.eclipse.m2m.atl.profiler.model/pom.xml
@@ -2,9 +2,9 @@
<!--
Copyright (c) 2012 Obeo.
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
+ https://www.eclipse.org/legal/epl-2.0/
Contributors:
Obeo - initial creator
@@ -17,12 +17,12 @@
<parent>
<artifactId>m2m.atl-parent</artifactId>
<groupId>org.eclipse.m2m.atl</groupId>
- <version>4.1.0-SNAPSHOT</version>
+ <version>4.10.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.m2m.atl.releng.parent</relativePath>
</parent>
<groupId>org.eclipse.m2m.atl</groupId>
<artifactId>org.eclipse.m2m.atl.profiler.model</artifactId>
- <version>4.1.0-SNAPSHOT</version>
+ <version>4.10.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>

Back to the top