Skip to content

Commit

Permalink
Update version 1.0.56 -> 1.0.57
Browse files Browse the repository at this point in the history
  • Loading branch information
secrets-automation-dev committed Dec 5, 2022
1 parent 3de6f5b commit da9ed0d
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 = 1.0.56
current_version = 1.0.57
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 @@ -44,14 +44,14 @@ services:
<dependency>
<groupId>com.ibm.cloud</groupId>
<artifactId>secrets-manager</artifactId>
<version>1.0.56</version>
<version>1.0.57</version>
</dependency>
```

##### Gradle

```gradle
'com.ibm.cloud:secrets-manager:1.0.56'
'com.ibm.cloud:secrets-manager:1.0.57'
```

## 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>1.0.56</version>
<version>1.0.57</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>1.0.56</version>
<version>1.0.57</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>1.0.56</version>
<version>1.0.57</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>1.0.56</version>
<version>1.0.57</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit da9ed0d

Please sign in to comment.