Skip to content

Commit 00f19bf

Browse files
[maven-release-plugin] prepare release 1.0.37
1 parent a6abccd commit 00f19bf

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.37-SNAPSHOT</version>
13+
<version>1.0.37</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.37-SNAPSHOT</version>
127+
<version>1.0.37</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.37-SNAPSHOT</version>
127+
<version>1.0.37</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.37-SNAPSHOT</version>
13+
<version>1.0.37</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.37-SNAPSHOT</version>
13+
<version>1.0.37</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.37-SNAPSHOT</version>
127+
<version>1.0.37</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.37-SNAPSHOT</version>
127+
<version>1.0.37</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
@@ -124,7 +124,7 @@
124124

125125
<groupId>io.confluent.csid</groupId>
126126
<artifactId>csid-secrets-providers</artifactId>
127-
<version>1.0.37-SNAPSHOT</version>
127+
<version>1.0.37</version>
128128
<packaging>pom</packaging>
129129

130130
<properties>
@@ -158,7 +158,7 @@
158158
<connection>scm:git:git://github.com:confluentinc/csid-secrets-providers.git</connection>
159159
<developerConnection>scm:git:git@github.com:confluentinc/csid-secrets-providers.git</developerConnection>
160160
<url>https://github.com/confluentinc/csid-secrets-providers</url>
161-
<tag>HEAD</tag>
161+
<tag>1.0.37</tag>
162162
</scm>
163163

164164
<modules>

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.37-SNAPSHOT</version>
127+
<version>1.0.37</version>
128128
<relativePath>../pom.xml</relativePath>
129129
</parent>
130130
<description>Secrets Provider for Hashicorp Vault</description>

0 commit comments

Comments
 (0)