Update SNAPSHOT to 1.0.2.RELEASE

This commit is contained in:
Spencer Gibb
2016-06-30 15:56:33 -06:00
parent c2ff08b665
commit ea20ef3986
13 changed files with 20 additions and 20 deletions

View File

@@ -36,9 +36,9 @@ See the https://consul.io/intro/index.html[intro] for more information.
1. Run `docker-compose up` 1. Run `docker-compose up`
2. Verify consul is running by visiting http://localhost:8500 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 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":"<yourhost>:8080","host":"<yourhost>","port":8080}` results 5. visit http://localhost:8080, verify that `{"serviceId":"<yourhost>:8080","host":"<yourhost>","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":"<yourhost>:8081","host":"<yourhost>","port":8081}` eventually shows up in the results in a round robbin fashion (may take a minute or so). 7. visit http://localhost:8080 again, verify that `{"serviceId":"<yourhost>:8081","host":"<yourhost>","port":8081}` eventually shows up in the results in a round robbin fashion (may take a minute or so).
== Building == Building

View File

@@ -6,7 +6,7 @@
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-consul</artifactId> <artifactId>spring-cloud-consul</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version> <version>1.0.2.RELEASE</version>
</parent> </parent>
<artifactId>spring-cloud-consul-docs</artifactId> <artifactId>spring-cloud-consul-docs</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>

View File

@@ -27,9 +27,9 @@ See the https://consul.io/intro/index.html[intro] for more information.
1. Run `docker-compose up` 1. Run `docker-compose up`
2. Verify consul is running by visiting http://localhost:8500 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 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":"<yourhost>:8080","host":"<yourhost>","port":8080}` results 5. visit http://localhost:8080, verify that `{"serviceId":"<yourhost>:8080","host":"<yourhost>","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":"<yourhost>:8081","host":"<yourhost>","port":8081}` eventually shows up in the results in a round robbin fashion (may take a minute or so). 7. visit http://localhost:8080 again, verify that `{"serviceId":"<yourhost>:8081","host":"<yourhost>","port":8081}` eventually shows up in the results in a round robbin fashion (may take a minute or so).
== Building == Building

View File

@@ -6,7 +6,7 @@
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-consul</artifactId> <artifactId>spring-cloud-consul</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version> <version>1.0.2.RELEASE</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Spring Cloud Consul</name> <name>Spring Cloud Consul</name>
<description>Spring Cloud Consul</description> <description>Spring Cloud Consul</description>
@@ -14,7 +14,7 @@
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId> <artifactId>spring-cloud-build</artifactId>
<version>1.1.2.BUILD-SNAPSHOT</version> <version>1.1.1.RELEASE</version>
<relativePath/> <relativePath/>
<!-- lookup parent from repository --> <!-- lookup parent from repository -->
</parent> </parent>

View File

@@ -12,7 +12,7 @@
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-consul</artifactId> <artifactId>spring-cloud-consul</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version> <version>1.0.2.RELEASE</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -12,7 +12,7 @@
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-consul</artifactId> <artifactId>spring-cloud-consul</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version> <version>1.0.2.RELEASE</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -5,18 +5,18 @@
<parent> <parent>
<artifactId>spring-cloud-dependencies-parent</artifactId> <artifactId>spring-cloud-dependencies-parent</artifactId>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<version>1.1.2.BUILD-SNAPSHOT</version> <version>1.1.1.RELEASE</version>
<relativePath/> <relativePath/>
</parent> </parent>
<artifactId>spring-cloud-consul-dependencies</artifactId> <artifactId>spring-cloud-consul-dependencies</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version> <version>1.0.2.RELEASE</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>spring-cloud-consul-dependencies</name> <name>spring-cloud-consul-dependencies</name>
<description>Spring Cloud Consul Dependencies</description> <description>Spring Cloud Consul Dependencies</description>
<properties> <properties>
<spring-cloud-bus.version>1.1.1.BUILD-SNAPSHOT</spring-cloud-bus.version> <spring-cloud-bus.version>1.1.0.RELEASE</spring-cloud-bus.version>
<spring-cloud-commons.version>1.1.2.BUILD-SNAPSHOT</spring-cloud-commons.version> <spring-cloud-commons.version>1.1.1.RELEASE</spring-cloud-commons.version>
<spring-cloud-netflix.version>1.1.2.BUILD-SNAPSHOT</spring-cloud-netflix.version> <spring-cloud-netflix.version>1.1.3.RELEASE</spring-cloud-netflix.version>
<consul-api.version>1.1.10</consul-api.version> <consul-api.version>1.1.10</consul-api.version>
<gson.version>2.3.1</gson.version> <gson.version>2.3.1</gson.version>
<httpclient.version>4.5</httpclient.version> <httpclient.version>4.5</httpclient.version>

View File

@@ -12,7 +12,7 @@
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-consul</artifactId> <artifactId>spring-cloud-consul</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version> <version>1.0.2.RELEASE</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -12,7 +12,7 @@
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-consul</artifactId> <artifactId>spring-cloud-consul</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version> <version>1.0.2.RELEASE</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-consul</artifactId> <artifactId>spring-cloud-consul</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version> <version>1.0.2.RELEASE</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
<artifactId>spring-cloud-starter-consul-all</artifactId> <artifactId>spring-cloud-starter-consul-all</artifactId>

View File

@@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-consul</artifactId> <artifactId>spring-cloud-consul</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version> <version>1.0.2.RELEASE</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
<artifactId>spring-cloud-starter-consul-config</artifactId> <artifactId>spring-cloud-starter-consul-config</artifactId>

View File

@@ -6,7 +6,7 @@
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-consul</artifactId> <artifactId>spring-cloud-consul</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version> <version>1.0.2.RELEASE</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
<artifactId>spring-cloud-starter-consul-discovery</artifactId> <artifactId>spring-cloud-starter-consul-discovery</artifactId>

View File

@@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-consul</artifactId> <artifactId>spring-cloud-consul</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version> <version>1.0.2.RELEASE</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
<artifactId>spring-cloud-starter-consul</artifactId> <artifactId>spring-cloud-starter-consul</artifactId>