Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.oomph.setup.git-feature/pom.xml')
-rw-r--r--features/org.eclipse.oomph.setup.git-feature/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/features/org.eclipse.oomph.setup.git-feature/pom.xml b/features/org.eclipse.oomph.setup.git-feature/pom.xml
index 15a7cb48c..c90f0ca2a 100644
--- a/features/org.eclipse.oomph.setup.git-feature/pom.xml
+++ b/features/org.eclipse.oomph.setup.git-feature/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,6 +20,6 @@
</parent>
<groupId>org.eclipse.oomph.features</groupId>
<artifactId>org.eclipse.oomph.setup.git</artifactId>
- <version>1.9.0-SNAPSHOT</version>
+ <version>1.10.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>

Back to the top