Skip to content
This repository was archived by the owner on Jan 19, 2022. It is now read-only.

Commit 1cc7f50

Browse files
committed
Update SNAPSHOT to 2.2.1.RELEASE
1 parent e36b4fd commit 1cc7f50

File tree

18 files changed

+298
-19
lines changed

18 files changed

+298
-19
lines changed

docs/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-aws</artifactId>
25-
<version>2.2.1.BUILD-SNAPSHOT</version>
25+
<version>2.2.1.RELEASE</version>
2626
</parent>
2727
<artifactId>spring-cloud-aws-docs</artifactId>
2828
<packaging>pom</packaging>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
<parent>
2323
<groupId>org.springframework.cloud</groupId>
2424
<artifactId>spring-cloud-build</artifactId>
25-
<version>2.2.1.BUILD-SNAPSHOT</version>
25+
<version>2.2.1.RELEASE</version>
2626
<relativePath/><!-- lookup parent from repository -->
2727
</parent>
2828

2929
<artifactId>spring-cloud-aws</artifactId>
30-
<version>2.2.1.BUILD-SNAPSHOT</version>
30+
<version>2.2.1.RELEASE</version>
3131
<packaging>pom</packaging>
3232
<name>Spring Cloud AWS</name>
3333
<description>Spring Cloud AWS</description>

spring-cloud-aws-actuator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.springframework.cloud</groupId>
2323
<artifactId>spring-cloud-aws</artifactId>
24-
<version>2.2.1.BUILD-SNAPSHOT</version>
24+
<version>2.2.1.RELEASE</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

spring-cloud-aws-autoconfigure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.springframework.cloud</groupId>
2323
<artifactId>spring-cloud-aws</artifactId>
24-
<version>2.2.1.BUILD-SNAPSHOT</version>
24+
<version>2.2.1.RELEASE</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

spring-cloud-aws-context/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-aws</artifactId>
25-
<version>2.2.1.BUILD-SNAPSHOT</version>
25+
<version>2.2.1.RELEASE</version>
2626
</parent>
2727

2828
<artifactId>spring-cloud-aws-context</artifactId>

spring-cloud-aws-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-aws</artifactId>
25-
<version>2.2.1.BUILD-SNAPSHOT</version>
25+
<version>2.2.1.RELEASE</version>
2626
</parent>
2727

2828
<artifactId>spring-cloud-aws-core</artifactId>
Lines changed: 279 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,279 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
~ Copyright 2013-2019 the original author or authors.
4+
~
5+
~ Licensed under the Apache License, Version 2.0 (the "License");
6+
~ you may not use this file except in compliance with the License.
7+
~ You may obtain a copy of the License at
8+
~
9+
~ https://www.apache.org/licenses/LICENSE-2.0
10+
~
11+
~ Unless required by applicable law or agreed to in writing, software
12+
~ distributed under the License is distributed on an "AS IS" BASIS,
13+
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
~ See the License for the specific language governing permissions and
15+
~ limitations under the License.
16+
-->
17+
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
18+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
19+
<modelVersion>4.0.0</modelVersion>
20+
<parent>
21+
<groupId>org.springframework.cloud</groupId>
22+
<artifactId>spring-cloud-dependencies-parent</artifactId>
23+
<version>2.2.1.RELEASE</version>
24+
<relativePath></relativePath>
25+
</parent>
26+
<groupId>org.springframework.cloud</groupId>
27+
<artifactId>spring-cloud-aws-dependencies</artifactId>
28+
<version>2.2.1.RELEASE</version>
29+
<packaging>pom</packaging>
30+
<name>Spring Cloud AWS Dependencies</name>
31+
<description>Spring Cloud AWS Dependencies</description>
32+
<url>https://projects.spring.io/spring-cloud/spring-cloud-aws-dependencies/</url>
33+
<organization>
34+
<name>Pivotal Software, Inc.</name>
35+
<url>https://www.spring.io</url>
36+
</organization>
37+
<licenses>
38+
<license>
39+
<name>Apache License, Version 2.0</name>
40+
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
41+
<comments>Copyright 2014-2015 the original author or authors.
42+
43+
Licensed under the Apache License, Version 2.0 (the "License");
44+
you may not use this file except in compliance with the License.
45+
You may obtain a copy of the License at
46+
47+
https://www.apache.org/licenses/LICENSE-2.0
48+
49+
Unless required by applicable law or agreed to in writing, software
50+
distributed under the License is distributed on an "AS IS" BASIS,
51+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
52+
implied.
53+
54+
See the License for the specific language governing permissions and
55+
limitations under the License.</comments>
56+
</license>
57+
</licenses>
58+
<developers>
59+
<developer>
60+
<id>dsyer</id>
61+
<name>Dave Syer</name>
62+
<email>dsyer at pivotal.io</email>
63+
<organization>Pivotal Software, Inc.</organization>
64+
<organizationUrl>https://www.spring.io</organizationUrl>
65+
<roles>
66+
<role>Project lead</role>
67+
</roles>
68+
</developer>
69+
<developer>
70+
<id>sgibb</id>
71+
<name>Spencer Gibb</name>
72+
<email>sgibb at pivotal.io</email>
73+
<organization>Pivotal Software, Inc.</organization>
74+
<organizationUrl>https://www.spring.io</organizationUrl>
75+
<roles>
76+
<role>Project lead</role>
77+
</roles>
78+
</developer>
79+
</developers>
80+
<scm>
81+
<connection>scm:git:git://github.com/spring-cloud/spring-cloud-build.git/spring-cloud-aws-dependencies</connection>
82+
<developerConnection>scm:git:ssh://[email protected]/spring-cloud/spring-cloud-build.git/spring-cloud-aws-dependencies</developerConnection>
83+
<url>https://github.com/spring-cloud/spring-cloud-build/spring-cloud-aws-dependencies</url>
84+
</scm>
85+
<distributionManagement>
86+
<repository>
87+
<id>repo.spring.io</id>
88+
<name>Spring Release Repository</name>
89+
<url>https://repo.spring.io/libs-release-local</url>
90+
</repository>
91+
<snapshotRepository>
92+
<id>repo.spring.io</id>
93+
<name>Spring Snapshot Repository</name>
94+
<url>https://repo.spring.io/libs-snapshot-local</url>
95+
</snapshotRepository>
96+
<site>
97+
<id>spring-docs</id>
98+
<url>scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-cloud/docs/spring-cloud-dependencies-parent/2.2.1.RELEASE/spring-cloud-aws-dependencies</url>
99+
</site>
100+
<downloadUrl>https://github.com/spring-cloud</downloadUrl>
101+
</distributionManagement>
102+
<properties>
103+
<aws-java-sdk.version>1.11.415</aws-java-sdk.version>
104+
<elasticache.version>1.1.1</elasticache.version>
105+
<jmemcached.version>1.0.0</jmemcached.version>
106+
<spring-cloud-context.version>1.3.2.RELEASE</spring-cloud-context.version>
107+
</properties>
108+
<dependencyManagement>
109+
<dependencies>
110+
<dependency>
111+
<groupId>com.amazonaws</groupId>
112+
<artifactId>aws-java-sdk-bom</artifactId>
113+
<version>${aws-java-sdk.version}</version>
114+
<type>pom</type>
115+
<scope>import</scope>
116+
<exclusions>
117+
<exclusion>
118+
<artifactId>wiremock</artifactId>
119+
<groupId>com.github.tomakehurst</groupId>
120+
</exclusion>
121+
</exclusions>
122+
</dependency>
123+
<dependency>
124+
<groupId>com.amazonaws</groupId>
125+
<artifactId>aws-java-sdk-core</artifactId>
126+
<version>${aws-java-sdk.version}</version>
127+
<exclusions>
128+
<exclusion>
129+
<artifactId>stax-api</artifactId>
130+
<groupId>stax</groupId>
131+
</exclusion>
132+
<exclusion>
133+
<artifactId>activation</artifactId>
134+
<groupId>activation</groupId>
135+
</exclusion>
136+
<exclusion>
137+
<artifactId>commons-logging</artifactId>
138+
<groupId>commons-logging</groupId>
139+
</exclusion>
140+
</exclusions>
141+
</dependency>
142+
<dependency>
143+
<groupId>com.thimbleware.jmemcached</groupId>
144+
<artifactId>jmemcached-core</artifactId>
145+
<version>${jmemcached.version}</version>
146+
</dependency>
147+
<dependency>
148+
<groupId>com.amazonaws</groupId>
149+
<artifactId>elasticache-java-cluster-client</artifactId>
150+
<version>${elasticache.version}</version>
151+
</dependency>
152+
<dependency>
153+
<groupId>org.springframework.cloud</groupId>
154+
<artifactId>spring-cloud-starter-aws</artifactId>
155+
<version>${project.version}</version>
156+
</dependency>
157+
<dependency>
158+
<groupId>org.springframework.cloud</groupId>
159+
<artifactId>spring-cloud-starter-aws-jdbc</artifactId>
160+
<version>${project.version}</version>
161+
</dependency>
162+
<dependency>
163+
<groupId>org.springframework.cloud</groupId>
164+
<artifactId>spring-cloud-starter-aws-messaging</artifactId>
165+
<version>${project.version}</version>
166+
</dependency>
167+
<dependency>
168+
<groupId>org.springframework.cloud</groupId>
169+
<artifactId>spring-cloud-starter-aws-parameter-store-config</artifactId>
170+
<version>${project.version}</version>
171+
</dependency>
172+
<dependency>
173+
<groupId>org.springframework.cloud</groupId>
174+
<artifactId>spring-cloud-starter-aws-secrets-manager-config</artifactId>
175+
<version>${project.version}</version>
176+
</dependency>
177+
<dependency>
178+
<groupId>org.springframework.cloud</groupId>
179+
<artifactId>spring-cloud-aws-context</artifactId>
180+
<version>${project.version}</version>
181+
</dependency>
182+
<dependency>
183+
<groupId>org.springframework.cloud</groupId>
184+
<artifactId>spring-cloud-aws-messaging</artifactId>
185+
<version>${project.version}</version>
186+
</dependency>
187+
<dependency>
188+
<groupId>org.springframework.cloud</groupId>
189+
<artifactId>spring-cloud-aws-jdbc</artifactId>
190+
<version>${project.version}</version>
191+
</dependency>
192+
<dependency>
193+
<groupId>org.springframework.cloud</groupId>
194+
<artifactId>spring-cloud-aws-core</artifactId>
195+
<version>${project.version}</version>
196+
</dependency>
197+
<dependency>
198+
<groupId>org.springframework.cloud</groupId>
199+
<artifactId>spring-cloud-aws-autoconfigure</artifactId>
200+
<version>${project.version}</version>
201+
</dependency>
202+
<dependency>
203+
<groupId>org.springframework.cloud</groupId>
204+
<artifactId>spring-cloud-aws-actuator</artifactId>
205+
<version>${project.version}</version>
206+
</dependency>
207+
<dependency>
208+
<groupId>org.springframework.cloud</groupId>
209+
<artifactId>spring-cloud-aws-parameter-store-config</artifactId>
210+
<version>${project.version}</version>
211+
</dependency>
212+
<dependency>
213+
<groupId>org.springframework.cloud</groupId>
214+
<artifactId>spring-cloud-aws-secrets-manager-config</artifactId>
215+
<version>${project.version}</version>
216+
</dependency>
217+
<dependency>
218+
<groupId>org.springframework.cloud</groupId>
219+
<artifactId>spring-cloud-context</artifactId>
220+
<version>${spring-cloud-context.version}</version>
221+
</dependency>
222+
</dependencies>
223+
</dependencyManagement>
224+
<profiles>
225+
<profile>
226+
<id>spring</id>
227+
<repositories>
228+
<repository>
229+
<releases>
230+
<enabled>false</enabled>
231+
</releases>
232+
<snapshots>
233+
<enabled>true</enabled>
234+
</snapshots>
235+
<id>spring-snapshots</id>
236+
<name>Spring Snapshots</name>
237+
<url>https://repo.spring.io/libs-snapshot-local</url>
238+
</repository>
239+
<repository>
240+
<snapshots>
241+
<enabled>false</enabled>
242+
</snapshots>
243+
<id>spring-milestones</id>
244+
<name>Spring Milestones</name>
245+
<url>https://repo.spring.io/libs-milestone-local</url>
246+
</repository>
247+
<repository>
248+
<snapshots>
249+
<enabled>false</enabled>
250+
</snapshots>
251+
<id>spring-releases</id>
252+
<name>Spring Releases</name>
253+
<url>https://repo.spring.io/release</url>
254+
</repository>
255+
</repositories>
256+
<pluginRepositories>
257+
<pluginRepository>
258+
<releases>
259+
<enabled>false</enabled>
260+
</releases>
261+
<snapshots>
262+
<enabled>true</enabled>
263+
</snapshots>
264+
<id>spring-snapshots</id>
265+
<name>Spring Snapshots</name>
266+
<url>https://repo.spring.io/libs-snapshot-local</url>
267+
</pluginRepository>
268+
<pluginRepository>
269+
<snapshots>
270+
<enabled>false</enabled>
271+
</snapshots>
272+
<id>spring-milestones</id>
273+
<name>Spring Milestones</name>
274+
<url>https://repo.spring.io/libs-milestone-local</url>
275+
</pluginRepository>
276+
</pluginRepositories>
277+
</profile>
278+
</profiles>
279+
</project>

spring-cloud-aws-dependencies/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
<parent>
2323
<groupId>org.springframework.cloud</groupId>
2424
<artifactId>spring-cloud-dependencies-parent</artifactId>
25-
<version>2.2.1.BUILD-SNAPSHOT</version>
25+
<version>2.2.1.RELEASE</version>
2626
<relativePath/>
2727
</parent>
2828
<artifactId>spring-cloud-aws-dependencies</artifactId>
29-
<version>2.2.1.BUILD-SNAPSHOT</version>
29+
<version>2.2.1.RELEASE</version>
3030
<packaging>pom</packaging>
3131
<name>Spring Cloud AWS Dependencies</name>
3232
<description>Spring Cloud AWS Dependencies</description>

spring-cloud-aws-integration-test/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-aws</artifactId>
25-
<version>2.2.1.BUILD-SNAPSHOT</version>
25+
<version>2.2.1.RELEASE</version>
2626
</parent>
2727

2828
<artifactId>spring-cloud-aws-integration-test</artifactId>

spring-cloud-aws-jdbc/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-aws</artifactId>
25-
<version>2.2.1.BUILD-SNAPSHOT</version>
25+
<version>2.2.1.RELEASE</version>
2626
</parent>
2727

2828
<artifactId>spring-cloud-aws-jdbc</artifactId>

0 commit comments

Comments
 (0)