Author: dkulp
Date: Tue Oct 23 20:19:09 2012
New Revision: 1401435
URL: http://svn.apache.org/viewvc?rev=1401435&view=rev
Log:
Merged revisions 1398484 via git cherry-pick from
https://svn.apache.org/repos/asf/cxf/trunk
........
r1398484 | dkulp | 2012-10-15 15:56:22 -0400 (Mon, 15 Oct 2012) | 2 lines
Add a spring3.1 profile to start testing with it.
........
Modified:
cxf/branches/2.6.x-fixes/parent/pom.xml
Modified: cxf/branches/2.6.x-fixes/parent/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/parent/pom.xml?rev=1401435&r1=1401434&r2=1401435&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/parent/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/parent/pom.xml Tue Oct 23 20:19:09 2012
@@ -1769,6 +1769,12 @@
</properties>
</profile>
<profile>
+ <id>spring3.1</id>
+ <properties>
+ <cxf.spring.version>3.1.2.RELEASE</cxf.spring.version>
+ </properties>
+ </profile>
+ <profile>
<!-- Profile to clean even if you do not have the cxf plugins in
your local mavven repo -->
<id>clean</id>