You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ws...@apache.org on 2010/04/29 18:38:21 UTC

svn commit: r939374 - /continuum/sandbox/examples/release-config-test/pom.xml

Author: wsmoak
Date: Thu Apr 29 16:38:21 2010
New Revision: 939374

URL: http://svn.apache.org/viewvc?rev=939374&view=rev
Log:
Now move the configuration to pluginManagement

Modified:
    continuum/sandbox/examples/release-config-test/pom.xml

Modified: continuum/sandbox/examples/release-config-test/pom.xml
URL: http://svn.apache.org/viewvc/continuum/sandbox/examples/release-config-test/pom.xml?rev=939374&r1=939373&r2=939374&view=diff
==============================================================================
--- continuum/sandbox/examples/release-config-test/pom.xml (original)
+++ continuum/sandbox/examples/release-config-test/pom.xml Thu Apr 29 16:38:21 2010
@@ -20,6 +20,7 @@
     </dependency>
   </dependencies>
   <build>
+  <pluginManagement>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
@@ -30,6 +31,7 @@
         </configuration>
       </plugin>
     </plugins>
+  </pluginManagement>
   </build>
   <modules>
     <module>module</module>