diff --git a/README.adoc b/README.adoc index da3a25a8..ebd34c3c 100644 --- a/README.adoc +++ b/README.adoc @@ -36,9 +36,9 @@ See the https://consul.io/intro/index.html[intro] for more information. 1. Run `docker-compose up` 2. Verify consul is running by visiting http://localhost:8500 3. Run `mvn package` this will bring in the required spring cloud maven repositories and build -4. Run `java -jar spring-cloud-consul-sample/target/spring-cloud-consul-sample-1.0.2.BUILD-SNAPSHOT.jar` +4. Run `java -jar spring-cloud-consul-sample/target/spring-cloud-consul-sample-1.0.2.RELEASE.jar` 5. visit http://localhost:8080, verify that `{"serviceId":":8080","host":"","port":8080}` results -6. run `java -jar spring-cloud-consul-sample/target/spring-cloud-consul-sample-1.0.2.BUILD-SNAPSHOT.jar --server.port=8081` +6. run `java -jar spring-cloud-consul-sample/target/spring-cloud-consul-sample-1.0.2.RELEASE.jar --server.port=8081` 7. visit http://localhost:8080 again, verify that `{"serviceId":":8081","host":"","port":8081}` eventually shows up in the results in a round robbin fashion (may take a minute or so). == Building diff --git a/docs/pom.xml b/docs/pom.xml index 4a469360..361aeaad 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud spring-cloud-consul - 1.0.2.BUILD-SNAPSHOT + 1.0.2.RELEASE spring-cloud-consul-docs pom diff --git a/docs/src/main/asciidoc/README.adoc b/docs/src/main/asciidoc/README.adoc index ee65b671..85f0381a 100644 --- a/docs/src/main/asciidoc/README.adoc +++ b/docs/src/main/asciidoc/README.adoc @@ -27,9 +27,9 @@ See the https://consul.io/intro/index.html[intro] for more information. 1. Run `docker-compose up` 2. Verify consul is running by visiting http://localhost:8500 3. Run `mvn package` this will bring in the required spring cloud maven repositories and build -4. Run `java -jar spring-cloud-consul-sample/target/spring-cloud-consul-sample-1.0.2.BUILD-SNAPSHOT.jar` +4. Run `java -jar spring-cloud-consul-sample/target/spring-cloud-consul-sample-1.0.2.RELEASE.jar` 5. visit http://localhost:8080, verify that `{"serviceId":":8080","host":"","port":8080}` results -6. run `java -jar spring-cloud-consul-sample/target/spring-cloud-consul-sample-1.0.2.BUILD-SNAPSHOT.jar --server.port=8081` +6. run `java -jar spring-cloud-consul-sample/target/spring-cloud-consul-sample-1.0.2.RELEASE.jar --server.port=8081` 7. visit http://localhost:8080 again, verify that `{"serviceId":":8081","host":"","port":8081}` eventually shows up in the results in a round robbin fashion (may take a minute or so). == Building diff --git a/pom.xml b/pom.xml index 910e92ad..6d8b4530 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud spring-cloud-consul - 1.0.2.BUILD-SNAPSHOT + 1.0.2.RELEASE pom Spring Cloud Consul Spring Cloud Consul @@ -14,7 +14,7 @@ org.springframework.cloud spring-cloud-build - 1.1.2.BUILD-SNAPSHOT + 1.1.1.RELEASE diff --git a/spring-cloud-consul-config/pom.xml b/spring-cloud-consul-config/pom.xml index 9e8b35a0..f0244b1e 100644 --- a/spring-cloud-consul-config/pom.xml +++ b/spring-cloud-consul-config/pom.xml @@ -12,7 +12,7 @@ org.springframework.cloud spring-cloud-consul - 1.0.2.BUILD-SNAPSHOT + 1.0.2.RELEASE .. diff --git a/spring-cloud-consul-core/pom.xml b/spring-cloud-consul-core/pom.xml index 46a3a6a2..708c31c6 100644 --- a/spring-cloud-consul-core/pom.xml +++ b/spring-cloud-consul-core/pom.xml @@ -12,7 +12,7 @@ org.springframework.cloud spring-cloud-consul - 1.0.2.BUILD-SNAPSHOT + 1.0.2.RELEASE .. diff --git a/spring-cloud-consul-dependencies/pom.xml b/spring-cloud-consul-dependencies/pom.xml index 3a52f6d4..bd0b458c 100644 --- a/spring-cloud-consul-dependencies/pom.xml +++ b/spring-cloud-consul-dependencies/pom.xml @@ -5,18 +5,18 @@ spring-cloud-dependencies-parent org.springframework.cloud - 1.1.2.BUILD-SNAPSHOT + 1.1.1.RELEASE spring-cloud-consul-dependencies - 1.0.2.BUILD-SNAPSHOT + 1.0.2.RELEASE pom spring-cloud-consul-dependencies Spring Cloud Consul Dependencies - 1.1.1.BUILD-SNAPSHOT - 1.1.2.BUILD-SNAPSHOT - 1.1.2.BUILD-SNAPSHOT + 1.1.0.RELEASE + 1.1.1.RELEASE + 1.1.3.RELEASE 1.1.10 2.3.1 4.5 diff --git a/spring-cloud-consul-discovery/pom.xml b/spring-cloud-consul-discovery/pom.xml index 45e9e27b..351aa70c 100644 --- a/spring-cloud-consul-discovery/pom.xml +++ b/spring-cloud-consul-discovery/pom.xml @@ -12,7 +12,7 @@ org.springframework.cloud spring-cloud-consul - 1.0.2.BUILD-SNAPSHOT + 1.0.2.RELEASE .. diff --git a/spring-cloud-consul-sample/pom.xml b/spring-cloud-consul-sample/pom.xml index 2c3f072d..b3ec21ef 100644 --- a/spring-cloud-consul-sample/pom.xml +++ b/spring-cloud-consul-sample/pom.xml @@ -12,7 +12,7 @@ org.springframework.cloud spring-cloud-consul - 1.0.2.BUILD-SNAPSHOT + 1.0.2.RELEASE .. diff --git a/spring-cloud-starter-consul-all/pom.xml b/spring-cloud-starter-consul-all/pom.xml index bb02d536..75f92393 100644 --- a/spring-cloud-starter-consul-all/pom.xml +++ b/spring-cloud-starter-consul-all/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud spring-cloud-consul - 1.0.2.BUILD-SNAPSHOT + 1.0.2.RELEASE .. spring-cloud-starter-consul-all diff --git a/spring-cloud-starter-consul-config/pom.xml b/spring-cloud-starter-consul-config/pom.xml index a901e86e..8ed2f2f9 100644 --- a/spring-cloud-starter-consul-config/pom.xml +++ b/spring-cloud-starter-consul-config/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud spring-cloud-consul - 1.0.2.BUILD-SNAPSHOT + 1.0.2.RELEASE .. spring-cloud-starter-consul-config diff --git a/spring-cloud-starter-consul-discovery/pom.xml b/spring-cloud-starter-consul-discovery/pom.xml index 1a0cfca9..2b28193e 100644 --- a/spring-cloud-starter-consul-discovery/pom.xml +++ b/spring-cloud-starter-consul-discovery/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud spring-cloud-consul - 1.0.2.BUILD-SNAPSHOT + 1.0.2.RELEASE .. spring-cloud-starter-consul-discovery diff --git a/spring-cloud-starter-consul/pom.xml b/spring-cloud-starter-consul/pom.xml index 0bad93eb..3b38d7df 100644 --- a/spring-cloud-starter-consul/pom.xml +++ b/spring-cloud-starter-consul/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud spring-cloud-consul - 1.0.2.BUILD-SNAPSHOT + 1.0.2.RELEASE .. spring-cloud-starter-consul