Author: bimargulies
Date: Wed Nov 3 17:11:57 2010
New Revision: 1030541
URL: http://svn.apache.org/viewvc?rev=1030541&view=rev
Log:
Fix versions.
Modified:
cxf/trunk/benchmark/performance/base/pom.xml
cxf/trunk/benchmark/performance/soap_http_doc_lit/pom.xml
Modified: cxf/trunk/benchmark/performance/base/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/benchmark/performance/base/pom.xml?rev=1030541&r1=1030540&r2=1030541&view=diff
==============================================================================
--- cxf/trunk/benchmark/performance/base/pom.xml (original)
+++ cxf/trunk/benchmark/performance/base/pom.xml Wed Nov 3 17:11:57 2010
@@ -25,10 +25,11 @@
<name>Apache CXF Benchmark Base</name>
<url>http://cxf.apache.org</url>
<properties>
- <cxf.version>2.2.1-SNAPSHOT</cxf.version>
+ <cxf.version>2.4.0-SNAPSHOT</cxf.version>
</properties>
<build>
+ <defaultGoal>install</defaultGoal>
<pluginManagement>
<plugins>
<plugin>
Modified: cxf/trunk/benchmark/performance/soap_http_doc_lit/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/benchmark/performance/soap_http_doc_lit/pom.xml?rev=1030541&r1=1030540&r2=1030541&view=diff
==============================================================================
--- cxf/trunk/benchmark/performance/soap_http_doc_lit/pom.xml (original)
+++ cxf/trunk/benchmark/performance/soap_http_doc_lit/pom.xml Wed Nov 3
17:11:57 2010
@@ -26,7 +26,7 @@
<url>http://cxf.apache.org</url>
<properties>
- <cxf.version>2.2.1-SNAPSHOT</cxf.version>
+ <cxf.version>2.4.0-SNAPSHOT</cxf.version>
</properties>
<dependencies>
<dependency>
@@ -62,6 +62,7 @@
</dependencies>
<build>
+ <defaultGoal>install</defaultGoal>
<plugins>
<plugin>
<groupId>org.apache.cxf</groupId>