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/07/08 22:27:24 UTC

svn commit: r1144492 - /servicemix/archetypes/trunk/servicemix-archetype-catalog/pom.xml

Author: jbonofre
Date: Fri Jul  8 20:27:24 2011
New Revision: 1144492

URL: http://svn.apache.org/viewvc?rev=1144492&view=rev
Log:
[SM-2107] Define the maven plugin version.

Modified:
    servicemix/archetypes/trunk/servicemix-archetype-catalog/pom.xml

Modified: servicemix/archetypes/trunk/servicemix-archetype-catalog/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-archetype-catalog/pom.xml?rev=1144492&r1=1144491&r2=1144492&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-archetype-catalog/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-archetype-catalog/pom.xml Fri Jul  8 20:27:24 2011
@@ -76,6 +76,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>xslt-maven-plugin</artifactId>
+		<version>1.0</version>
                 <executions>
                     <execution>
                         <id>filter-by-version</id>
@@ -109,6 +110,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>build-helper-maven-plugin</artifactId>
+		<version>1.5</version>
                 <executions>
                     <execution>
                         <id>attach-artifacts</id>