Author: ningjiang
Date: Thu Dec 9 08:28:06 2010
New Revision: 1043860
URL: http://svn.apache.org/viewvc?rev=1043860&view=rev
Log:
Using the build-tool 2.3.1 instead of 2.3.1-SNAPSHOT
Modified:
cxf/branches/2.3.x-fixes/pom.xml
Modified: cxf/branches/2.3.x-fixes/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/pom.xml?rev=1043860&r1=1043859&r2=1043860&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/pom.xml Thu Dec 9 08:28:06 2010
@@ -42,7 +42,7 @@
<properties>
<cxf.compiler.fork>false</cxf.compiler.fork>
- <cxf.build-utils.version>2.3.1-SNAPSHOT</cxf.build-utils.version>
+ <cxf.build-utils.version>2.3.1</cxf.build-utils.version>
<cxf.xjc-utils.version>2.3.0</cxf.xjc-utils.version>
<cxf.jdk.version>1.6</cxf.jdk.version>
</properties>