Author: doogie
Date: Fri Apr 24 18:02:55 2015
New Revision: 1675912
URL:
http://svn.apache.org/r1675912Log:
Some plugin management version bugs leaked through.
Modified:
ofbiz/branches/OFBIZ-6271/ofbiz-component-pom.xml
Modified: ofbiz/branches/OFBIZ-6271/ofbiz-component-pom.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/ofbiz-component-pom.xml?rev=1675912&r1=1675911&r2=1675912&view=diff==============================================================================
--- ofbiz/branches/OFBIZ-6271/ofbiz-component-pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/ofbiz-component-pom.xml Fri Apr 24 18:02:55 2015
@@ -100,7 +100,18 @@ under the License.
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <version>2.5.3</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <version>2.3</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
+ <version>2.7</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -108,7 +119,7 @@ under the License.
<version>3.3</version>
</plugin>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
+ <groupId>org.codehaus.mojo</groupId>
<artifactId>rmic-maven-plugin</artifactId>
<version>1.2.1</version>
</plugin>
@@ -213,7 +224,6 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
- <version>2.3</version>
<configuration>
<includes>**/*</includes>
<overWriteReleases>true</overWriteReleases>