You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2007/12/18 09:05:43 UTC

svn commit: r605126 - /servicemix/smx3/trunk/platforms/geronimo/deployer-service/pom.xml

Author: gnodet
Date: Tue Dec 18 00:05:42 2007
New Revision: 605126

URL: http://svn.apache.org/viewvc?rev=605126&view=rev
Log:
Use explicit version of groovy-maven-plugin to fix the build

Modified:
    servicemix/smx3/trunk/platforms/geronimo/deployer-service/pom.xml

Modified: servicemix/smx3/trunk/platforms/geronimo/deployer-service/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/platforms/geronimo/deployer-service/pom.xml?rev=605126&r1=605125&r2=605126&view=diff
==============================================================================
--- servicemix/smx3/trunk/platforms/geronimo/deployer-service/pom.xml (original)
+++ servicemix/smx3/trunk/platforms/geronimo/deployer-service/pom.xml Tue Dec 18 00:05:42 2007
@@ -95,6 +95,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>groovy-maven-plugin</artifactId>
+                <version>1.0-alpha-2</version>
                 <executions>
                     <execution>
                         <phase>generate-resources</phase>