You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2011/03/29 16:03:45 UTC

svn commit: r1086586 - /servicemix/smx3/trunk/pom.xml

Author: jbonofre
Date: Tue Mar 29 14:03:44 2011
New Revision: 1086586

URL: http://svn.apache.org/viewvc?rev=1086586&view=rev
Log:
Force maven assembly plugin version to avoid build failure during release:prepare.

Modified:
    servicemix/smx3/trunk/pom.xml

Modified: servicemix/smx3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/pom.xml?rev=1086586&r1=1086585&r2=1086586&view=diff
==============================================================================
--- servicemix/smx3/trunk/pom.xml (original)
+++ servicemix/smx3/trunk/pom.xml Tue Mar 29 14:03:44 2011
@@ -1794,6 +1794,11 @@
                 </plugin>
                 <plugin>
                   <groupId>org.apache.maven.plugins</groupId>
+                  <artifactId>maven-assembly-plugin</artifactId>
+                  <version>${mavenAssemblyPluginVersion}</version>
+                </plugin>
+                <plugin>
+                  <groupId>org.apache.maven.plugins</groupId>
                   <artifactId>maven-checkstyle-plugin</artifactId>
                   <version>2.2</version>
                 </plugin>