Skip to content

Commit d82410c

Browse files
Update version 2.0.16 -> 2.0.17
1 parent 331a55d commit d82410c

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.0.16
2+
current_version = 2.0.17
33
commit = True
44
message = Update version {current_version} -> {new_version}
55

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ The IBM Cloud Secrets Manager Java SDK allows developers to programmatically int
4040
<dependency>
4141
<groupId>com.ibm.cloud</groupId>
4242
<artifactId>secrets-manager</artifactId>
43-
<version>2.0.16</version>
43+
<version>2.0.17</version>
4444
</dependency>
4545
```
4646

4747
##### Gradle
4848

4949
```gradle
50-
'com.ibm.cloud:secrets-manager:2.0.16'
50+
'com.ibm.cloud:secrets-manager:2.0.17'
5151
```
5252

5353
## Authentication

modules/common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>secrets-manager-sdk</artifactId>
88
<groupId>com.ibm.cloud</groupId>
9-
<version>2.0.16</version>
9+
<version>2.0.17</version>
1010
<relativePath>../..</relativePath>
1111
</parent>
1212

modules/coverage-reports/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>secrets-manager-sdk</artifactId>
55
<groupId>com.ibm.cloud</groupId>
6-
<version>2.0.16</version>
6+
<version>2.0.17</version>
77
<relativePath>../..</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

modules/secrets-manager/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>secrets-manager-sdk</artifactId>
77
<groupId>com.ibm.cloud</groupId>
8-
<version>2.0.16</version>
8+
<version>2.0.17</version>
99
<relativePath>../..</relativePath>
1010
</parent>
1111

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<url>https://github.com/IBM/secrets-manager-java-sdk</url>
1212

1313
<groupId>com.ibm.cloud</groupId>
14-
<version>2.0.16</version>
14+
<version>2.0.17</version>
1515
<packaging>pom</packaging>
1616

1717
<properties>

0 commit comments

Comments
 (0)