Skip to content

Commit 9e047b0

Browse files
committed
Update SNAPSHOT to 1.1.0.RELEASE
1 parent ff02912 commit 9e047b0

File tree

54 files changed

+114
-114
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+114
-114
lines changed

.flattened-pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</parent>
2727
<groupId>org.springframework.cloud</groupId>
2828
<artifactId>spring-cloud-kubernetes</artifactId>
29-
<version>1.1.0.BUILD-SNAPSHOT</version>
29+
<version>1.1.0.RELEASE</version>
3030
<packaging>pom</packaging>
3131
<name>Spring Cloud Kubernetes</name>
3232
<description>Spring Cloud parent pom, managing plugins and dependencies for Spring

docs/.flattened-pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<groupId>org.springframework.cloud</groupId>
77
<artifactId>spring-cloud-kubernetes</artifactId>
8-
<version>1.1.0.BUILD-SNAPSHOT</version>
8+
<version>1.1.0.RELEASE</version>
99
</parent>
1010
<groupId>org.springframework.cloud</groupId>
1111
<artifactId>spring-cloud-kubernetes-docs</artifactId>
12-
<version>1.1.0.BUILD-SNAPSHOT</version>
12+
<version>1.1.0.RELEASE</version>
1313
<packaging>pom</packaging>
1414
<name>Spring Cloud Kubernetes Docs</name>
1515
<description>Spring Cloud Kubernetes Docs</description>
@@ -87,25 +87,25 @@
8787
<dependency>
8888
<groupId>org.springframework.cloud</groupId>
8989
<artifactId>spring-cloud-starter-kubernetes</artifactId>
90-
<version>1.1.0.BUILD-SNAPSHOT</version>
90+
<version>1.1.0.RELEASE</version>
9191
<scope>compile</scope>
9292
</dependency>
9393
<dependency>
9494
<groupId>org.springframework.cloud</groupId>
9595
<artifactId>spring-cloud-starter-kubernetes-all</artifactId>
96-
<version>1.1.0.BUILD-SNAPSHOT</version>
96+
<version>1.1.0.RELEASE</version>
9797
<scope>compile</scope>
9898
</dependency>
9999
<dependency>
100100
<groupId>org.springframework.cloud</groupId>
101101
<artifactId>spring-cloud-starter-kubernetes-config</artifactId>
102-
<version>1.1.0.BUILD-SNAPSHOT</version>
102+
<version>1.1.0.RELEASE</version>
103103
<scope>compile</scope>
104104
</dependency>
105105
<dependency>
106106
<groupId>org.springframework.cloud</groupId>
107107
<artifactId>spring-cloud-starter-kubernetes-ribbon</artifactId>
108-
<version>1.1.0.BUILD-SNAPSHOT</version>
108+
<version>1.1.0.RELEASE</version>
109109
<scope>compile</scope>
110110
</dependency>
111111
</dependencies>

docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.springframework.cloud</groupId>
1010
<artifactId>spring-cloud-kubernetes</artifactId>
11-
<version>1.1.0.BUILD-SNAPSHOT</version>
11+
<version>1.1.0.RELEASE</version>
1212
</parent>
1313
<packaging>pom</packaging>
1414
<name>Spring Cloud Kubernetes Docs</name>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<groupId>org.springframework.cloud</groupId>
3232
<artifactId>spring-cloud-kubernetes</artifactId>
33-
<version>1.1.0.BUILD-SNAPSHOT</version>
33+
<version>1.1.0.RELEASE</version>
3434
<packaging>pom</packaging>
3535
<name>Spring Cloud Kubernetes</name>
3636

@@ -63,9 +63,9 @@
6363

6464
<properties>
6565
<!-- Dependency Versions -->
66-
<spring-cloud-commons.version>2.2.0.BUILD-SNAPSHOT</spring-cloud-commons.version>
67-
<spring-cloud-netflix.version>2.2.0.BUILD-SNAPSHOT</spring-cloud-netflix.version>
68-
<spring-cloud-config.version>2.2.0.BUILD-SNAPSHOT</spring-cloud-config.version>
66+
<spring-cloud-commons.version>2.2.0.RELEASE</spring-cloud-commons.version>
67+
<spring-cloud-netflix.version>2.2.0.RELEASE</spring-cloud-netflix.version>
68+
<spring-cloud-config.version>2.2.0.RELEASE</spring-cloud-config.version>
6969

7070
<!-- Maven Plugin Versions -->
7171
<maven-compiler-plugin.version>3.5</maven-compiler-plugin.version>

spring-cloud-kubernetes-config/.flattened-pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<groupId>org.springframework.cloud</groupId>
77
<artifactId>spring-cloud-kubernetes</artifactId>
8-
<version>1.1.0.BUILD-SNAPSHOT</version>
8+
<version>1.1.0.RELEASE</version>
99
</parent>
1010
<groupId>org.springframework.cloud</groupId>
1111
<artifactId>spring-cloud-kubernetes-config</artifactId>
12-
<version>1.1.0.BUILD-SNAPSHOT</version>
12+
<version>1.1.0.RELEASE</version>
1313
<name>Spring Cloud Kubernetes :: Config</name>
1414
<description>Spring Cloud parent pom, managing plugins and dependencies for Spring
1515
Cloud projects</description>
@@ -103,7 +103,7 @@
103103
<dependency>
104104
<groupId>org.springframework.cloud</groupId>
105105
<artifactId>spring-cloud-kubernetes-core</artifactId>
106-
<version>1.1.0.BUILD-SNAPSHOT</version>
106+
<version>1.1.0.RELEASE</version>
107107
<scope>compile</scope>
108108
</dependency>
109109
<dependency>
@@ -136,7 +136,7 @@
136136
<dependency>
137137
<groupId>org.springframework.cloud</groupId>
138138
<artifactId>spring-cloud-context</artifactId>
139-
<version>2.2.0.BUILD-SNAPSHOT</version>
139+
<version>2.2.0.RELEASE</version>
140140
<scope>compile</scope>
141141
</dependency>
142142
<dependency>

spring-cloud-kubernetes-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>spring-cloud-kubernetes</artifactId>
77
<groupId>org.springframework.cloud</groupId>
8-
<version>1.1.0.BUILD-SNAPSHOT</version>
8+
<version>1.1.0.RELEASE</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

spring-cloud-kubernetes-core/.flattened-pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
<parent>
2222
<groupId>org.springframework.cloud</groupId>
2323
<artifactId>spring-cloud-kubernetes</artifactId>
24-
<version>1.1.0.BUILD-SNAPSHOT</version>
24+
<version>1.1.0.RELEASE</version>
2525
</parent>
2626
<groupId>org.springframework.cloud</groupId>
2727
<artifactId>spring-cloud-kubernetes-core</artifactId>
28-
<version>1.1.0.BUILD-SNAPSHOT</version>
28+
<version>1.1.0.RELEASE</version>
2929
<name>Spring Cloud Kubernetes :: Core</name>
3030
<description>Spring Cloud parent pom, managing plugins and dependencies for Spring
3131
Cloud projects</description>
@@ -139,7 +139,7 @@
139139
<dependency>
140140
<groupId>org.springframework.cloud</groupId>
141141
<artifactId>spring-cloud-context</artifactId>
142-
<version>2.2.0.BUILD-SNAPSHOT</version>
142+
<version>2.2.0.RELEASE</version>
143143
<scope>compile</scope>
144144
</dependency>
145145
<dependency>

spring-cloud-kubernetes-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.springframework.cloud</groupId>
2424
<artifactId>spring-cloud-kubernetes</artifactId>
25-
<version>1.1.0.BUILD-SNAPSHOT</version>
25+
<version>1.1.0.RELEASE</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

spring-cloud-kubernetes-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<relativePath/>
2828
</parent>
2929
<artifactId>spring-cloud-kubernetes-dependencies</artifactId>
30-
<version>1.1.0.BUILD-SNAPSHOT</version>
30+
<version>1.1.0.RELEASE</version>
3131
<packaging>pom</packaging>
3232
<name>Spring Cloud Kubernetes :: Dependencies</name>
3333
<description>Spring Cloud Kubernetes Dependencies</description>

spring-cloud-kubernetes-discovery/.flattened-pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
<parent>
2222
<groupId>org.springframework.cloud</groupId>
2323
<artifactId>spring-cloud-kubernetes</artifactId>
24-
<version>1.1.0.BUILD-SNAPSHOT</version>
24+
<version>1.1.0.RELEASE</version>
2525
</parent>
2626
<groupId>org.springframework.cloud</groupId>
2727
<artifactId>spring-cloud-kubernetes-discovery</artifactId>
28-
<version>1.1.0.BUILD-SNAPSHOT</version>
28+
<version>1.1.0.RELEASE</version>
2929
<name>Spring Cloud Kubernetes :: Discovery</name>
3030
<description>Spring Cloud parent pom, managing plugins and dependencies for Spring
3131
Cloud projects</description>
@@ -103,7 +103,7 @@
103103
<dependency>
104104
<groupId>org.springframework.cloud</groupId>
105105
<artifactId>spring-cloud-kubernetes-core</artifactId>
106-
<version>1.1.0.BUILD-SNAPSHOT</version>
106+
<version>1.1.0.RELEASE</version>
107107
<scope>compile</scope>
108108
</dependency>
109109
<dependency>
@@ -130,13 +130,13 @@
130130
<dependency>
131131
<groupId>org.springframework.cloud</groupId>
132132
<artifactId>spring-cloud-commons</artifactId>
133-
<version>2.2.0.BUILD-SNAPSHOT</version>
133+
<version>2.2.0.RELEASE</version>
134134
<scope>compile</scope>
135135
</dependency>
136136
<dependency>
137137
<groupId>org.springframework.cloud</groupId>
138138
<artifactId>spring-cloud-context</artifactId>
139-
<version>2.2.0.BUILD-SNAPSHOT</version>
139+
<version>2.2.0.RELEASE</version>
140140
<scope>compile</scope>
141141
</dependency>
142142
<dependency>

spring-cloud-kubernetes-discovery/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.springframework.cloud</groupId>
2424
<artifactId>spring-cloud-kubernetes</artifactId>
25-
<version>1.1.0.BUILD-SNAPSHOT</version>
25+
<version>1.1.0.RELEASE</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

spring-cloud-kubernetes-examples/.flattened-pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
<parent>
2222
<groupId>org.springframework.cloud</groupId>
2323
<artifactId>spring-cloud-kubernetes</artifactId>
24-
<version>1.1.0.BUILD-SNAPSHOT</version>
24+
<version>1.1.0.RELEASE</version>
2525
</parent>
2626
<groupId>org.springframework.cloud</groupId>
2727
<artifactId>spring-cloud-kubernetes-examples</artifactId>
28-
<version>1.1.0.BUILD-SNAPSHOT</version>
28+
<version>1.1.0.RELEASE</version>
2929
<packaging>pom</packaging>
3030
<name>Spring Cloud Kubernetes :: Examples</name>
3131
<description>Examples showing how to use features of Spring Cloud Kubernetes.</description>

spring-cloud-kubernetes-examples/kubernetes-circuitbreaker-ribbon-example/greeting-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.springframework.cloud</groupId>
2525
<artifactId>kubernetes-circuitbreaker-ribbon-example</artifactId>
26-
<version>1.1.0.BUILD-SNAPSHOT</version>
26+
<version>1.1.0.RELEASE</version>
2727
</parent>
2828

2929
<artifactId>greeting-service</artifactId>

spring-cloud-kubernetes-examples/kubernetes-circuitbreaker-ribbon-example/name-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.springframework.cloud</groupId>
2525
<artifactId>kubernetes-circuitbreaker-ribbon-example</artifactId>
26-
<version>1.1.0.BUILD-SNAPSHOT</version>
26+
<version>1.1.0.RELEASE</version>
2727
</parent>
2828

2929
<artifactId>name-service</artifactId>

spring-cloud-kubernetes-examples/kubernetes-circuitbreaker-ribbon-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>spring-cloud-kubernetes-examples</artifactId>
2525
<groupId>org.springframework.cloud</groupId>
26-
<version>1.1.0.BUILD-SNAPSHOT</version>
26+
<version>1.1.0.RELEASE</version>
2727
</parent>
2828

2929
<groupId>org.springframework.cloud</groupId>

spring-cloud-kubernetes-examples/kubernetes-hello-world-example/.flattened-pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<groupId>org.springframework.cloud</groupId>
77
<artifactId>spring-cloud-kubernetes-examples</artifactId>
8-
<version>1.1.0.BUILD-SNAPSHOT</version>
8+
<version>1.1.0.RELEASE</version>
99
</parent>
1010
<groupId>org.springframework.cloud</groupId>
1111
<artifactId>kubernetes-hello-world</artifactId>
12-
<version>1.1.0.BUILD-SNAPSHOT</version>
12+
<version>1.1.0.RELEASE</version>
1313
<name>Spring Cloud Kubernetes :: Examples :: Hello World</name>
1414
<description>A simple example that demonstrates how to build and test a basic spring
1515
cloud kubernetes app</description>
@@ -87,19 +87,19 @@
8787
<dependency>
8888
<groupId>org.springframework.cloud</groupId>
8989
<artifactId>spring-cloud-kubernetes-core</artifactId>
90-
<version>1.1.0.BUILD-SNAPSHOT</version>
90+
<version>1.1.0.RELEASE</version>
9191
<scope>compile</scope>
9292
</dependency>
9393
<dependency>
9494
<groupId>org.springframework.cloud</groupId>
9595
<artifactId>spring-cloud-kubernetes-discovery</artifactId>
96-
<version>1.1.0.BUILD-SNAPSHOT</version>
96+
<version>1.1.0.RELEASE</version>
9797
<scope>compile</scope>
9898
</dependency>
9999
<dependency>
100100
<groupId>org.springframework.cloud</groupId>
101101
<artifactId>spring-cloud-commons</artifactId>
102-
<version>2.2.0.BUILD-SNAPSHOT</version>
102+
<version>2.2.0.RELEASE</version>
103103
<scope>compile</scope>
104104
</dependency>
105105
<dependency>

spring-cloud-kubernetes-examples/kubernetes-hello-world-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>spring-cloud-kubernetes-examples</artifactId>
77
<groupId>org.springframework.cloud</groupId>
8-
<version>1.1.0.BUILD-SNAPSHOT</version>
8+
<version>1.1.0.RELEASE</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

spring-cloud-kubernetes-examples/kubernetes-leader-election-example/.flattened-pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<groupId>org.springframework.cloud</groupId>
77
<artifactId>spring-cloud-kubernetes-examples</artifactId>
8-
<version>1.1.0.BUILD-SNAPSHOT</version>
8+
<version>1.1.0.RELEASE</version>
99
</parent>
1010
<groupId>org.springframework.cloud</groupId>
1111
<artifactId>kubernetes-leader-election-example</artifactId>
12-
<version>1.1.0.BUILD-SNAPSHOT</version>
12+
<version>1.1.0.RELEASE</version>
1313
<name>Spring Cloud Kubernetes :: Examples :: Leader Election</name>
1414
<description>Leader election demonstration with Spring Integration and ConfigMap</description>
1515
<url>https://cloud.spring.io/spring-cloud-kubernetes-examples/kubernetes-leader-election-example</url>
@@ -98,7 +98,7 @@
9898
<dependency>
9999
<groupId>org.springframework.cloud</groupId>
100100
<artifactId>spring-cloud-kubernetes-leader</artifactId>
101-
<version>1.1.0.BUILD-SNAPSHOT</version>
101+
<version>1.1.0.RELEASE</version>
102102
<scope>compile</scope>
103103
</dependency>
104104
</dependencies>

spring-cloud-kubernetes-examples/kubernetes-leader-election-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.cloud</groupId>
88
<artifactId>spring-cloud-kubernetes-examples</artifactId>
9-
<version>1.1.0.BUILD-SNAPSHOT</version>
9+
<version>1.1.0.RELEASE</version>
1010
</parent>
1111

1212
<artifactId>kubernetes-leader-election-example</artifactId>

spring-cloud-kubernetes-examples/kubernetes-reload-example/.flattened-pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
<parent>
2222
<groupId>org.springframework.cloud</groupId>
2323
<artifactId>spring-cloud-kubernetes-examples</artifactId>
24-
<version>1.1.0.BUILD-SNAPSHOT</version>
24+
<version>1.1.0.RELEASE</version>
2525
</parent>
2626
<groupId>org.springframework.cloud</groupId>
2727
<artifactId>spring-cloud-kubernetes-example-reload</artifactId>
28-
<version>1.1.0.BUILD-SNAPSHOT</version>
28+
<version>1.1.0.RELEASE</version>
2929
<name>Spring Cloud Kubernetes :: Examples :: Reload ConfigMap</name>
3030
<description>Example demonstrating how to use the configuration reload feature.</description>
3131
<url>https://cloud.spring.io/spring-cloud-kubernetes-examples/spring-cloud-kubernetes-example-reload</url>
@@ -126,7 +126,7 @@
126126
<dependency>
127127
<groupId>org.springframework.cloud</groupId>
128128
<artifactId>spring-cloud-starter-kubernetes-config</artifactId>
129-
<version>1.1.0.BUILD-SNAPSHOT</version>
129+
<version>1.1.0.RELEASE</version>
130130
<scope>compile</scope>
131131
</dependency>
132132
<dependency>

spring-cloud-kubernetes-examples/kubernetes-reload-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>spring-cloud-kubernetes-examples</artifactId>
2424
<groupId>org.springframework.cloud</groupId>
25-
<version>1.1.0.BUILD-SNAPSHOT</version>
25+
<version>1.1.0.RELEASE</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

spring-cloud-kubernetes-examples/kubernetes-zipkin-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>spring-cloud-kubernetes-examples</artifactId>
2424
<groupId>org.springframework.cloud</groupId>
25-
<version>1.1.0.BUILD-SNAPSHOT</version>
25+
<version>1.1.0.RELEASE</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

spring-cloud-kubernetes-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>spring-cloud-kubernetes</artifactId>
2525
<groupId>org.springframework.cloud</groupId>
26-
<version>1.1.0.BUILD-SNAPSHOT</version>
26+
<version>1.1.0.RELEASE</version>
2727
</parent>
2828

2929
<artifactId>spring-cloud-kubernetes-examples</artifactId>

spring-cloud-kubernetes-integration-tests/.flattened-pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<groupId>org.springframework.cloud</groupId>
77
<artifactId>spring-cloud-kubernetes</artifactId>
8-
<version>1.1.0.BUILD-SNAPSHOT</version>
8+
<version>1.1.0.RELEASE</version>
99
</parent>
1010
<groupId>org.springframework.cloud</groupId>
1111
<artifactId>spring-cloud-kubernetes-integration-tests</artifactId>
12-
<version>1.1.0.BUILD-SNAPSHOT</version>
12+
<version>1.1.0.RELEASE</version>
1313
<packaging>pom</packaging>
1414
<name>Spring Cloud Kubernetes :: Integration Tests</name>
1515
<description>Integration tests where SCK applications are run inside a Kubernetes

0 commit comments

Comments
 (0)