Author: dkulp
Date: Mon Nov 26 18:04:02 2012
New Revision: 1413753
URL: http://svn.apache.org/viewvc?rev=1413753&view=rev
Log:
Update version numbers so it can be used with trunk
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=1413753&r1=1413752&r2=1413753&view=diff
==============================================================================
--- cxf/trunk/benchmark/performance/base/pom.xml (original)
+++ cxf/trunk/benchmark/performance/base/pom.xml Mon Nov 26 18:04:02 2012
@@ -26,7 +26,7 @@
<description>Apache CXF Benchmark Base</description>
<url>http://cxf.apache.org</url>
<properties>
- <cxf.version>2.5.0-SNAPSHOT</cxf.version>
+ <cxf.version>2.7.1-SNAPSHOT</cxf.version>
</properties>
<build>
@@ -37,8 +37,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
</plugins>
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=1413753&r1=1413752&r2=1413753&view=diff
==============================================================================
--- cxf/trunk/benchmark/performance/soap_http_doc_lit/pom.xml (original)
+++ cxf/trunk/benchmark/performance/soap_http_doc_lit/pom.xml Mon Nov 26
18:04:02 2012
@@ -27,7 +27,7 @@
<url>http://cxf.apache.org</url>
<properties>
- <cxf.version>2.5.0-SNAPSHOT</cxf.version>
+ <cxf.version>2.7.1-SNAPSHOT</cxf.version>
</properties>
<dependencies>
<dependency>
@@ -95,8 +95,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
</plugins>