Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.oomph.setup.pde/pom.xml')
-rw-r--r--plugins/org.eclipse.oomph.setup.pde/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.oomph.setup.pde/pom.xml b/plugins/org.eclipse.oomph.setup.pde/pom.xml
index 658251ccc..91bd71622 100644
--- a/plugins/org.eclipse.oomph.setup.pde/pom.xml
+++ b/plugins/org.eclipse.oomph.setup.pde/pom.xml
@@ -2,9 +2,9 @@
<!--
Copyright (c) 2014-2017 Eike Stepper (Loehne, Germany) 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
Contributors:
Eike Stepper - initial API and implementation
@@ -20,7 +20,7 @@
</parent>
<groupId>org.eclipse.oomph</groupId>
<artifactId>org.eclipse.oomph.setup.pde</artifactId>
- <version>1.9.0-SNAPSHOT</version>
+ <version>1.10.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>

Back to the top