Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.m2e.parent/pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/org.eclipse.m2e.parent/pom.xml b/org.eclipse.m2e.parent/pom.xml
index 3d7fc0bd..d9e3f30f 100644
--- a/org.eclipse.m2e.parent/pom.xml
+++ b/org.eclipse.m2e.parent/pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>org.sonatype.forge</groupId>
<artifactId>forge-parent</artifactId>
- <version>8</version>
+ <version>10</version>
</parent>
<groupId>org.eclipse.m2e</groupId>
@@ -244,7 +244,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
- <version>2.0</version>
<configuration>
<tagBase>https://svn.sonatype.org/m2eclipse/tags</tagBase>
</configuration>

Back to the top