Author: dkulp
Date: Mon Oct 15 19:56:22 2012
New Revision: 1398484
URL: http://svn.apache.org/viewvc?rev=1398484&view=rev
Log:
Add a spring3.1 profile to start testing with it.
Modified:
cxf/trunk/parent/pom.xml
Modified: cxf/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=1398484&r1=1398483&r2=1398484&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Mon Oct 15 19:56:22 2012
@@ -1798,6 +1798,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>