Updates to Spring boot demos
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/452300ef Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/452300ef Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/452300ef Branch: refs/heads/3.1.x-fixes Commit: 452300ef14037ada7de1534003f771dfc7ba5c40 Parents: 2e7338a Author: Sergey Beryozkin <[email protected]> Authored: Thu Dec 10 12:17:30 2015 +0000 Committer: Sergey Beryozkin <[email protected]> Committed: Thu Dec 10 12:17:30 2015 +0000 ---------------------------------------------------------------------- .../src/main/release/samples/jax_rs/jaxrs_spring_boot/pom.xml | 2 +- distribution/src/main/release/samples/jaxws_spring_boot/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/452300ef/distribution/src/main/release/samples/jax_rs/jaxrs_spring_boot/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/jax_rs/jaxrs_spring_boot/pom.xml b/distribution/src/main/release/samples/jax_rs/jaxrs_spring_boot/pom.xml index 7e3af7d..b97cd8d 100644 --- a/distribution/src/main/release/samples/jax_rs/jaxrs_spring_boot/pom.xml +++ b/distribution/src/main/release/samples/jax_rs/jaxrs_spring_boot/pom.xml @@ -12,7 +12,7 @@ <description>Spring Boot CXF Restful Web Services Sample</description> <url>http://projects.spring.io/spring-boot/</url> <properties> - <cxf.version>3.2.0-SNAPSHOT</cxf.version> + <cxf.version>3.1.5-SNAPSHOT</cxf.version> <jackson.version>2.3.0</jackson.version> <jetty.version>8.1.5.v20120716</jetty.version> </properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/452300ef/distribution/src/main/release/samples/jaxws_spring_boot/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/jaxws_spring_boot/pom.xml b/distribution/src/main/release/samples/jaxws_spring_boot/pom.xml index cdf3181..256fc3d 100644 --- a/distribution/src/main/release/samples/jaxws_spring_boot/pom.xml +++ b/distribution/src/main/release/samples/jaxws_spring_boot/pom.xml @@ -12,7 +12,7 @@ <groupId>org.apache.cxf.spring.boot</groupId> <version>1.0.0</version> <properties> - <cxf.version>3.2.0-SNAPSHOT</cxf.version> + <cxf.version>3.1.5-SNAPSHOT</cxf.version> </properties> <dependencies> <dependency>
