You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2011/01/10 15:49:30 UTC

svn commit: r1057219 - /servicemix/smx4/features/trunk/pom.xml

Author: gertv
Date: Mon Jan 10 14:49:29 2011
New Revision: 1057219

URL: http://svn.apache.org/viewvc?rev=1057219&view=rev
Log:
Properly align <plugin> element for cxf-codegen-plugin

Modified:
    servicemix/smx4/features/trunk/pom.xml

Modified: servicemix/smx4/features/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/pom.xml?rev=1057219&r1=1057218&r2=1057219&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/pom.xml (original)
+++ servicemix/smx4/features/trunk/pom.xml Mon Jan 10 14:49:29 2011
@@ -1335,11 +1335,11 @@
 
         <pluginManagement>
             <plugins>
-                                <plugin>
-                                    <groupId>org.apache.cxf</groupId>
-                                    <artifactId>cxf-codegen-plugin</artifactId>
-                                    <version>${cxf.version}</version>
-                                </plugin>
+                <plugin>
+                    <groupId>org.apache.cxf</groupId>
+                    <artifactId>cxf-codegen-plugin</artifactId>
+                    <version>${cxf.version}</version>
+                </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-release-plugin</artifactId>