Author: dkulp
Date: Fri Apr 8 16:29:59 2011
New Revision: 1090331
URL: http://svn.apache.org/viewvc?rev=1090331&view=rev
Log:
Merged revisions 1090324 via svnmerge from
https://svn.apache.org/repos/asf/cxf/trunk
........
r1090324 | dkulp | 2011-04-08 12:22:57 -0400 (Fri, 08 Apr 2011) | 2 lines
Use the newly staged 2.3.3-SNAP of buildutils so when the release
happens and nexus deletes 2.3.2-SNAP, builds won't fail
........
Modified:
cxf/branches/2.3.x-fixes/ (props changed)
cxf/branches/2.3.x-fixes/pom.xml
Propchange: cxf/branches/2.3.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified: cxf/branches/2.3.x-fixes/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/pom.xml?rev=1090331&r1=1090330&r2=1090331&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/pom.xml Fri Apr 8 16:29:59 2011
@@ -42,7 +42,7 @@
<properties>
<cxf.compiler.fork>false</cxf.compiler.fork>
- <cxf.build-utils.version>2.3.1</cxf.build-utils.version>
+ <cxf.build-utils.version>2.3.3-SNAPSHOT</cxf.build-utils.version>
<cxf.xjc-utils.version>2.3.2</cxf.xjc-utils.version>
<cxf.jdk.version>1.6</cxf.jdk.version>
</properties>