Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jbellmann committed May 26, 2020
1 parent f58eac4 commit 31ac193
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>spring-cloud-config-aws-kms-parent</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.1.1</version>
</parent>

<artifactId>spring-cloud-config-aws-kms-coverage</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion encryption-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>spring-cloud-config-aws-kms-parent</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.1.1</version>
</parent>

<artifactId>spring-cloud-config-aws-kms-encryption-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>spring-cloud-config-aws-kms-parent</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.1.1</version>
</parent>

<artifactId>spring-cloud-config-aws-kms</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>org.zalando</groupId>
<artifactId>spring-cloud-config-aws-kms-parent</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.1.1</version>

<packaging>pom</packaging>

Expand Down Expand Up @@ -64,7 +64,7 @@
<connection>scm:git:https://github.com/zalando/spring-cloud-config-aws-kms.git</connection>
<developerConnection>scm:git:[email protected]:zalando/spring-cloud-config-aws-kms.git</developerConnection>
<url>https://github.com/zalando/spring-cloud-config-aws-kms</url>
<tag>HEAD</tag>
<tag>5.1.1</tag>
</scm>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion tests/integration-test-1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>spring-cloud-config-aws-kms-tests</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.1.1</version>
</parent>

<artifactId>spring-cloud-config-aws-kms-integration-test-1</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tests/integration-test-2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>spring-cloud-config-aws-kms-tests</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.1.1</version>
</parent>

<artifactId>spring-cloud-config-aws-kms-integration-test-2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tests/integration-test-3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>spring-cloud-config-aws-kms-tests</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.1.1</version>
</parent>

<artifactId>spring-cloud-config-aws-kms-integration-test-3</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>spring-cloud-config-aws-kms-parent</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.1.1</version>
</parent>

<artifactId>spring-cloud-config-aws-kms-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tests/test-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>spring-cloud-config-aws-kms-tests</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.1.1</version>
</parent>

<artifactId>spring-cloud-config-aws-kms-test-support</artifactId>
Expand Down

0 comments on commit 31ac193

Please sign in to comment.