Author: gertv
Date: Wed Dec 14 22:20:00 2011
New Revision: 1214508

URL: http://svn.apache.org/viewvc?rev=1214508&view=rev
Log:
Prepare for release: Fix a few release-time build issues

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=1214508&r1=1214507&r2=1214508&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/pom.xml (original)
+++ servicemix/smx4/features/trunk/pom.xml Wed Dec 14 22:20:00 2011
@@ -113,6 +113,7 @@
 
         <!-- CXF -->
         <cxf.xjc-utils.version>2.3.2</cxf.xjc-utils.version>
+        <cxf.codegen-plugin.version>2.4.4</cxf.codegen-plugin.version>
 
         <!-- Geronimo -->
         <geronimo-annotation.version>1.1.1</geronimo-annotation.version>
@@ -691,7 +692,7 @@
                 <plugin>
                     <groupId>org.apache.cxf</groupId>
                     <artifactId>cxf-codegen-plugin</artifactId>
-                    <version>${cxf.version}</version>
+                    <version>${cxf.codegen-plugin.version}</version>
                     <dependencies>
                         <dependency>
                             <groupId>xerces</groupId>
@@ -703,6 +704,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-release-plugin</artifactId>
+                    <version>2.2.1</version>
                     <configuration>
                         <preparationGoals>clean install</preparationGoals>
                         <goals>deploy</goals>


Reply via email to