Skip to content

Commit

Permalink
Update version 2.0.5 -> 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
secrets.automation.dev committed Dec 11, 2023
1 parent 8068906 commit 033e96e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.5
current_version = 2.0.6
commit = True
message = Update version {current_version} -> {new_version}

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ The IBM Cloud Secrets Manager Java SDK allows developers to programmatically int
<dependency>
<groupId>com.ibm.cloud</groupId>
<artifactId>secrets-manager</artifactId>
<version>2.0.5</version>
<version>2.0.6</version>
</dependency>
```

##### Gradle

```gradle
'com.ibm.cloud:secrets-manager:2.0.5'
'com.ibm.cloud:secrets-manager:2.0.6'
```

## Authentication
Expand Down
2 changes: 1 addition & 1 deletion modules/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>secrets-manager-sdk</artifactId>
<groupId>com.ibm.cloud</groupId>
<version>2.0.5</version>
<version>2.0.6</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/coverage-reports/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>secrets-manager-sdk</artifactId>
<groupId>com.ibm.cloud</groupId>
<version>2.0.5</version>
<version>2.0.6</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion modules/secrets-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>secrets-manager-sdk</artifactId>
<groupId>com.ibm.cloud</groupId>
<version>2.0.5</version>
<version>2.0.6</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<url>https://github.com/IBM/secrets-manager-java-sdk</url>

<groupId>com.ibm.cloud</groupId>
<version>2.0.5</version>
<version>2.0.6</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit 033e96e

Please sign in to comment.