Author: gertv
Date: Wed Dec 1 11:02:19 2010
New Revision: 1040945
URL: http://svn.apache.org/viewvc?rev=1040945&view=rev
Log:
Upgrade to latest servicemix-pom and ensure clean build with Maven 3
Modified:
servicemix/maven-plugins/maven-plugins-pom/trunk/pom.xml
Modified: servicemix/maven-plugins/maven-plugins-pom/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/maven-plugins/maven-plugins-pom/trunk/pom.xml?rev=1040945&r1=1040944&r2=1040945&view=diff
==============================================================================
--- servicemix/maven-plugins/maven-plugins-pom/trunk/pom.xml (original)
+++ servicemix/maven-plugins/maven-plugins-pom/trunk/pom.xml Wed Dec 1
11:02:19 2010
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-pom</artifactId>
- <version>4</version>
+ <version>5</version>
</parent>
<groupId>org.apache.servicemix.tooling</groupId>
@@ -46,14 +46,17 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
+ <version>2.6</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
+ <version>2.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.7</version>
</plugin>
</plugins>
</reporting>