Skip to content

Commit

Permalink
Update version 2.0.9 -> 2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
secrets.automation.dev committed Feb 7, 2024
1 parent 5f593ef commit 972db15
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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.9
current_version = 2.0.10
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.9</version>
<version>2.0.10</version>
</dependency>
```

##### Gradle

```gradle
'com.ibm.cloud:secrets-manager:2.0.9'
'com.ibm.cloud:secrets-manager:2.0.10'
```

## 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.9</version>
<version>2.0.10</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.9</version>
<version>2.0.10</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.9</version>
<version>2.0.10</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions 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.9</version>
<version>2.0.10</version>
<packaging>pom</packaging>

<properties>
Expand Down Expand Up @@ -39,7 +39,7 @@
<maven-reports-plugin-version>3.4.5</maven-reports-plugin-version>
<maven-failsafe-plugin-version>3.1.2</maven-failsafe-plugin-version>
<maven-buildnumber-plugin-version>3.2.0</maven-buildnumber-plugin-version>
<slf4j-version>2.0.9</slf4j-version>
<slf4j-version>2.0.10</slf4j-version>

<maven-enforcer-version>3.4.1</maven-enforcer-version>
<min-jdk-version>11</min-jdk-version>
Expand Down

0 comments on commit 972db15

Please sign in to comment.