Updating spring boot version to 1.3.6.RELEASE
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/ed929806 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/ed929806 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/ed929806 Branch: refs/heads/master-jaxrs-2.1 Commit: ed9298066428c0dfc4590a556876d696a4ba13c0 Parents: c61131c Author: Sergey Beryozkin <[email protected]> Authored: Fri Jul 8 17:05:41 2016 +0100 Committer: Sergey Beryozkin <[email protected]> Committed: Fri Jul 8 17:05:41 2016 +0100 ---------------------------------------------------------------------- .../src/main/release/samples/jax_rs/spring_boot/pom.xml | 2 +- .../release/samples/jax_rs/spring_boot_scan/application/README | 5 ++--- .../release/samples/jax_rs/spring_boot_scan/application/pom.xml | 4 ++-- parent/pom.xml | 2 +- 4 files changed, 6 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/ed929806/distribution/src/main/release/samples/jax_rs/spring_boot/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/jax_rs/spring_boot/pom.xml b/distribution/src/main/release/samples/jax_rs/spring_boot/pom.xml index e873cdd..098a0e0 100644 --- a/distribution/src/main/release/samples/jax_rs/spring_boot/pom.xml +++ b/distribution/src/main/release/samples/jax_rs/spring_boot/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>1.3.5.RELEASE</version> + <version>1.3.6.RELEASE</version> </parent> <artifactId>spring-boot-sample-rs-cxf</artifactId> <groupId>org.apache.cxf.samples</groupId> http://git-wip-us.apache.org/repos/asf/cxf/blob/ed929806/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/README ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/README b/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/README index 8f27dac..2f350ba 100644 --- a/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/README +++ b/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/README @@ -35,9 +35,8 @@ description of services. Before running a command line client check the application has been registered, open a browser -and try "http://localhost:8761/eureka/apps". Once you see a registration record, do - -To run the client from a command line open a new terminal window and run: +and try "http://localhost:8761/eureka/apps". Once you see a registration record, +open a new terminal window and run the client: ---- $ mvn -Pclient http://git-wip-us.apache.org/repos/asf/cxf/blob/ed929806/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/pom.xml b/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/pom.xml index 8d5cc46..44c7f7d 100644 --- a/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/pom.xml +++ b/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>1.3.5.RELEASE</version> + <version>1.3.6.RELEASE</version> </parent> <artifactId>spring-boot-sample-rs-cxf-scan</artifactId> <groupId>org.apache.cxf.samples</groupId> @@ -14,7 +14,7 @@ <properties> <cxf.version>3.2.0-SNAPSHOT</cxf.version> - <spring.boot.version>1.3.5.RELEASE</spring.boot.version> + <spring.boot.version>1.3.6.RELEASE</spring.boot.version> <spring.cloud.eureka.version>1.1.3.RELEASE</spring.cloud.eureka.version> </properties> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/ed929806/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 32b39b1..d224073 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -148,7 +148,7 @@ <cxf.slf4j.version>1.7.21</cxf.slf4j.version> <cxf.specs.jaxws.api.version>1.2</cxf.specs.jaxws.api.version> <cxf.spring.version>4.2.6.RELEASE</cxf.spring.version> - <cxf.spring.boot.version>1.3.5.RELEASE</cxf.spring.boot.version> + <cxf.spring.boot.version>1.3.6.RELEASE</cxf.spring.boot.version> <cxf.spring.security.version>4.1.0.RELEASE</cxf.spring.security.version> <cxf.spring.osgi.version>1.2.1</cxf.spring.osgi.version> <cxf.spring.ldap.version>1.3.1.RELEASE</cxf.spring.ldap.version>
