You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2007/05/04 20:25:21 UTC

svn commit: r535341 - /activemq/camel/trunk/pom.xml

Author: chirino
Date: Fri May  4 11:25:15 2007
New Revision: 535341

URL: http://svn.apache.org/viewvc?view=rev&rev=535341
Log:
fixed pom so that maven-one works.

Modified:
    activemq/camel/trunk/pom.xml

Modified: activemq/camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/pom.xml?view=diff&rev=535341&r1=535340&r2=535341
==============================================================================
--- activemq/camel/trunk/pom.xml (original)
+++ activemq/camel/trunk/pom.xml Fri May  4 11:25:15 2007
@@ -488,6 +488,9 @@
           </configuration>
         </plugin>
 
+      </plugins>
+    </pluginManagement>
+    <plugins>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-one-plugin</artifactId>
@@ -505,8 +508,7 @@
             </execution>
           </executions>
         </plugin>
-      </plugins>
-    </pluginManagement>
+    </plugins>
   </build>
 
   <reporting>