Skip to content

Commit

Permalink
Going back to snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
spring-builds committed Nov 26, 2019
1 parent 4e51258 commit ae69044
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion docs/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-aws</artifactId>
<version>2.2.0.RELEASE</version>
<version>2.2.0.BUILD-SNAPSHOT</version>
</parent>
<artifactId>spring-cloud-aws-docs</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -27,7 +27,7 @@
</parent>

<artifactId>spring-cloud-aws</artifactId>
<version>2.2.0.RELEASE</version>
<version>2.2.0.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Spring Cloud AWS</name>
<description>Spring Cloud AWS</description>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-aws-actuator/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-aws</artifactId>
<version>2.2.0.RELEASE</version>
<version>2.2.0.BUILD-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-aws-autoconfigure/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-aws</artifactId>
<version>2.2.0.RELEASE</version>
<version>2.2.0.BUILD-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-aws-context/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-aws</artifactId>
<version>2.2.0.RELEASE</version>
<version>2.2.0.BUILD-SNAPSHOT</version>
</parent>

<artifactId>spring-cloud-aws-context</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-aws-core/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-aws</artifactId>
<version>2.2.0.RELEASE</version>
<version>2.2.0.BUILD-SNAPSHOT</version>
</parent>

<artifactId>spring-cloud-aws-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-aws-dependencies/pom.xml
Expand Up @@ -26,7 +26,7 @@
<relativePath/>
</parent>
<artifactId>spring-cloud-aws-dependencies</artifactId>
<version>2.2.0.RELEASE</version>
<version>2.2.0.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Spring Cloud AWS Dependencies</name>
<description>Spring Cloud AWS Dependencies</description>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-aws-integration-test/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-aws</artifactId>
<version>2.2.0.RELEASE</version>
<version>2.2.0.BUILD-SNAPSHOT</version>
</parent>

<artifactId>spring-cloud-aws-integration-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-aws-jdbc/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-aws</artifactId>
<version>2.2.0.RELEASE</version>
<version>2.2.0.BUILD-SNAPSHOT</version>
</parent>

<artifactId>spring-cloud-aws-jdbc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-aws-messaging/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-aws</artifactId>
<version>2.2.0.RELEASE</version>
<version>2.2.0.BUILD-SNAPSHOT</version>
</parent>

<artifactId>spring-cloud-aws-messaging</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-aws-parameter-store-config/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-aws</artifactId>
<version>2.2.0.RELEASE</version>
<version>2.2.0.BUILD-SNAPSHOT</version>
</parent>

<artifactId>spring-cloud-aws-parameter-store-config</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-aws-secrets-manager-config/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-aws</artifactId>
<version>2.2.0.RELEASE</version>
<version>2.2.0.BUILD-SNAPSHOT</version>
</parent>

<artifactId>spring-cloud-aws-secrets-manager-config</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-starter-aws-jdbc/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-aws</artifactId>
<version>2.2.0.RELEASE</version>
<version>2.2.0.BUILD-SNAPSHOT</version>
</parent>
<artifactId>spring-cloud-starter-aws-jdbc</artifactId>
<name>Spring Cloud AWS JDBC Starter</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-starter-aws-messaging/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-aws</artifactId>
<version>2.2.0.RELEASE</version>
<version>2.2.0.BUILD-SNAPSHOT</version>
</parent>
<artifactId>spring-cloud-starter-aws-messaging</artifactId>
<name>Spring Cloud AWS Messaging Starter</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-starter-aws-parameter-store-config/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-aws</artifactId>
<version>2.2.0.RELEASE</version>
<version>2.2.0.BUILD-SNAPSHOT</version>
</parent>
<artifactId>spring-cloud-starter-aws-parameter-store-config</artifactId>
<name>Spring Cloud AWS Parameter Store Configuration Starter</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-starter-aws-secrets-manager-config/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-aws</artifactId>
<version>2.2.0.RELEASE</version>
<version>2.2.0.BUILD-SNAPSHOT</version>
</parent>
<artifactId>spring-cloud-starter-aws-secrets-manager-config</artifactId>
<name>Spring Cloud AWS Secrets Manager Configuration Starter</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-starter-aws/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-aws</artifactId>
<version>2.2.0.RELEASE</version>
<version>2.2.0.BUILD-SNAPSHOT</version>
</parent>
<artifactId>spring-cloud-starter-aws</artifactId>
<name>Spring Cloud AWS Starter</name>
Expand Down

0 comments on commit ae69044

Please sign in to comment.