Author: ffang
Date: Wed Dec 15 08:08:35 2010
New Revision: 1049449

URL: http://svn.apache.org/viewvc?rev=1049449&view=rev
Log:
[SMX4-706]specify version for cxf-codegen-plugin in pluginManagement to avoid 
downloading latest snapshot 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=1049449&r1=1049448&r2=1049449&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/pom.xml (original)
+++ servicemix/smx4/features/trunk/pom.xml Wed Dec 15 08:08:35 2010
@@ -1337,6 +1337,11 @@
 
                <pluginManagement>
                        <plugins>
+                                <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>


Reply via email to