Skip to content

Commit 9b4423b

Browse files
author
yuval-shlomo-dekel
committed
feat: new SM v2 API release
BREAKING CHANGE: new v2 API. Signed-off-by: yuval-shlomo-dekel <[email protected]>
1 parent 1976a2f commit 9b4423b

File tree

8 files changed

+8
-49
lines changed

8 files changed

+8
-49
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.0
2+
current_version = 1.0.57
33
commit = True
44
message = Update version {current_version} -> {new_version}
55

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
3333

3434
- name: Publish package
35-
run: mvn clean deploy $MVN_ARGS -P central --no-transfer-progress --batch-mode -DskipTests -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }}
35+
run: mvn clean deploy $MVN_ARGS -P central --no-transfer-progress --batch-mode -DskipTests -Dskip.unit.tests=true -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }}
3636
env:
3737
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
3838
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}

CHANGELOG.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ services:
4444
<dependency>
4545
<groupId>com.ibm.cloud</groupId>
4646
<artifactId>secrets-manager</artifactId>
47-
<version>2.0.0</version>
47+
<version>1.0.57</version>
4848
</dependency>
4949
```
5050

5151
##### Gradle
5252

5353
```gradle
54-
'com.ibm.cloud:secrets-manager:2.0.0'
54+
'com.ibm.cloud:secrets-manager:1.0.57'
5555
```
5656

5757
## 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.0</version>
9+
<version>1.0.57</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.0</version>
6+
<version>1.0.57</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.0</version>
8+
<version>1.0.57</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.0</version>
14+
<version>1.0.57</version>
1515
<packaging>pom</packaging>
1616

1717
<properties>

0 commit comments

Comments
 (0)