Skip to content

Commit b851cd8

Browse files
[maven-release-plugin] prepare release 1.0.40
1 parent 806bc7d commit b851cd8

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

annotations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>io.confluent.csid</groupId>
1212
<artifactId>csid-secrets-providers</artifactId>
13-
<version>1.0.40-SNAPSHOT</version>
13+
<version>1.0.40</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616
<dependencies>

aws/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
<parent>
125125
<groupId>io.confluent.csid</groupId>
126126
<artifactId>csid-secrets-providers</artifactId>
127-
<version>1.0.40-SNAPSHOT</version>
127+
<version>1.0.40</version>
128128
<relativePath>../pom.xml</relativePath>
129129
</parent>
130130
<description>Secrets Provider for Amazon Secrets Manager</description>

azure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
<parent>
125125
<groupId>io.confluent.csid</groupId>
126126
<artifactId>csid-secrets-providers</artifactId>
127-
<version>1.0.40-SNAPSHOT</version>
127+
<version>1.0.40</version>
128128
<relativePath>../pom.xml</relativePath>
129129
</parent>
130130
<description>Secrets Provider for Azure Key Vault</description>

common-testing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>io.confluent.csid</groupId>
1212
<artifactId>csid-secrets-providers</artifactId>
13-
<version>1.0.40-SNAPSHOT</version>
13+
<version>1.0.40</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616
<properties>

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>io.confluent.csid</groupId>
1212
<artifactId>csid-secrets-providers</artifactId>
13-
<version>1.0.40-SNAPSHOT</version>
13+
<version>1.0.40</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616
<dependencies>

gcloud/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
<parent>
125125
<groupId>io.confluent.csid</groupId>
126126
<artifactId>csid-secrets-providers</artifactId>
127-
<version>1.0.40-SNAPSHOT</version>
127+
<version>1.0.40</version>
128128
<relativePath>../pom.xml</relativePath>
129129
</parent>
130130
<description>Secrets Provider for Google Cloud Secret Manager</description>

k8s/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
<parent>
125125
<groupId>io.confluent.csid</groupId>
126126
<artifactId>csid-secrets-providers</artifactId>
127-
<version>1.0.40-SNAPSHOT</version>
127+
<version>1.0.40</version>
128128
<relativePath>../pom.xml</relativePath>
129129
</parent>
130130
<description>Secrets Provider for Kubernetes</description>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
<modelVersion>4.0.0</modelVersion>
123123
<groupId>io.confluent.csid</groupId>
124124
<artifactId>csid-secrets-providers</artifactId>
125-
<version>1.0.40-SNAPSHOT</version>
125+
<version>1.0.40</version>
126126
<packaging>pom</packaging>
127127
<properties>
128128
<license.path>${project.basedir}/LICENSE</license.path>
@@ -156,7 +156,7 @@
156156
<connection>scm:git:git://github.com:confluentinc/csid-secrets-providers.git</connection>
157157
<developerConnection>scm:git:git@github.com:confluentinc/csid-secrets-providers.git</developerConnection>
158158
<url>https://github.com/confluentinc/csid-secrets-providers</url>
159-
<tag>HEAD</tag>
159+
<tag>1.0.40</tag>
160160
</scm>
161161
<modules>
162162
<module>annotations</module>

vault/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
<parent>
125125
<groupId>io.confluent.csid</groupId>
126126
<artifactId>csid-secrets-providers</artifactId>
127-
<version>1.0.40-SNAPSHOT</version>
127+
<version>1.0.40</version>
128128
<relativePath>../pom.xml</relativePath>
129129
</parent>
130130
<description>Secrets Provider for Hashicorp Vault</description>

0 commit comments

Comments
 (0)