Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvladt2011-04-06 21:07:51 +0000
committervladt2011-04-06 21:07:51 +0000
commiteba8832b210dd3a390fa522642f5b41d4c66db8d (patch)
tree38f8ed5fa43872f49c6f471702c466720dce2632 /org.eclipse.m2e.parent
parent0062d8fe03b4f30e69e1e1a9c08f0e81e411c252 (diff)
downloadm2e-core-eba8832b210dd3a390fa522642f5b41d4c66db8d.tar.gz
m2e-core-eba8832b210dd3a390fa522642f5b41d4c66db8d.tar.xz
m2e-core-eba8832b210dd3a390fa522642f5b41d4c66db8d.zip
Updated to the latest forge-parent version
Diffstat (limited to 'org.eclipse.m2e.parent')
-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