Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
ConfluentSemaphore committed May 13, 2024
1 parent f74b8c5 commit e81347d
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>io.confluent.csid</groupId>
<artifactId>csid-secrets-providers</artifactId>
<version>1.0.17-SNAPSHOT</version>
<version>1.0.17</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion aws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<parent>
<groupId>io.confluent.csid</groupId>
<artifactId>csid-secrets-providers</artifactId>
<version>1.0.17-SNAPSHOT</version>
<version>1.0.17</version>
<relativePath>../pom.xml</relativePath>
</parent>
<description>Secrets Provider for Amazon Secrets Manager</description>
Expand Down
2 changes: 1 addition & 1 deletion azure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<parent>
<groupId>io.confluent.csid</groupId>
<artifactId>csid-secrets-providers</artifactId>
<version>1.0.17-SNAPSHOT</version>
<version>1.0.17</version>
<relativePath>../pom.xml</relativePath>
</parent>
<description>Secrets Provider for Azure Key Vault</description>
Expand Down
2 changes: 1 addition & 1 deletion common-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>io.confluent.csid</groupId>
<artifactId>csid-secrets-providers</artifactId>
<version>1.0.17-SNAPSHOT</version>
<version>1.0.17</version>
<relativePath>../pom.xml</relativePath>
</parent>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>io.confluent.csid</groupId>
<artifactId>csid-secrets-providers</artifactId>
<version>1.0.17-SNAPSHOT</version>
<version>1.0.17</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion gcloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<parent>
<groupId>io.confluent.csid</groupId>
<artifactId>csid-secrets-providers</artifactId>
<version>1.0.17-SNAPSHOT</version>
<version>1.0.17</version>
<relativePath>../pom.xml</relativePath>
</parent>
<description>Secrets Provider for Google Cloud Secret Manager</description>
Expand Down
2 changes: 1 addition & 1 deletion k8s/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<parent>
<groupId>io.confluent.csid</groupId>
<artifactId>csid-secrets-providers</artifactId>
<version>1.0.17-SNAPSHOT</version>
<version>1.0.17</version>
<relativePath>../pom.xml</relativePath>
</parent>
<description>Secrets Provider for Kubernetes</description>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@

<groupId>io.confluent.csid</groupId>
<artifactId>csid-secrets-providers</artifactId>
<version>1.0.17-SNAPSHOT</version>
<version>1.0.17</version>
<packaging>pom</packaging>

<properties>
Expand Down Expand Up @@ -158,7 +158,7 @@
<connection>scm:git:git://github.com:confluentinc/csid-secrets-providers.git</connection>
<developerConnection>scm:git:[email protected]:confluentinc/csid-secrets-providers.git</developerConnection>
<url>https://github.com/confluentinc/csid-secrets-providers</url>
<tag>HEAD</tag>
<tag>1.0.17</tag>
</scm>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion vault/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<parent>
<groupId>io.confluent.csid</groupId>
<artifactId>csid-secrets-providers</artifactId>
<version>1.0.17-SNAPSHOT</version>
<version>1.0.17</version>
<relativePath>../pom.xml</relativePath>
</parent>
<description>Secrets Provider for Hashicorp Vault</description>
Expand Down

0 comments on commit e81347d

Please sign in to comment.