Skip to content

Commit ed11b84

Browse files
committed
Update publish version to 1.3.7 and vault version to 1.15.0
1 parent df0b454 commit ed11b84

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

VERSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
PACKAGE_VERSION=1.3.6
2-
VAULT_VERSION=1.14.2
1+
PACKAGE_VERSION=1.3.7
2+
VAULT_VERSION=1.15.0

sdk/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.DEFAULT_GOAL := all
22

3-
VAULT_VERSION ?= 1.14.2
3+
VAULT_VERSION ?= 1.15.0
44
OPENAPI_YAML := openapi.yaml
55
CODEGEN_IMAGE := openapitools/openapi-generator-cli:v7.10.0
66
CODEGEN_CONFIG_FILE := config.yaml

sdk/client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.piiano.vault</groupId>
77
<artifactId>client</artifactId>
8-
<version>1.3.6</version>
8+
<version>1.3.7</version>
99
<name>${project.groupId}:${project.artifactId}</name>
1010
<description>Piiano vault sdk</description>
1111
<url>https://github.com/piiano/vault-java/tree/main/sdk/client</url>

sdk/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
groupId: "com.piiano.vault"
22
artifactId: "openapi"
3-
artifactVersion: "1.3.6"
3+
artifactVersion: "1.3.7"
44
artifactDescription: "Generated client for the open API of Piiano vault"
55
artifactUrl: "https://piiano.com/docs/api"
66
apiPackage: "com.piiano.vault.client.openapi"

sdk/hibernate-encryption/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.piiano.vault</groupId>
77
<artifactId>hibernate-encryption</artifactId>
8-
<version>1.3.6</version>
8+
<version>1.3.7</version>
99
<name>${project.groupId}:${project.artifactId}</name>
1010
<description>Piiano hibernate encryption</description>
1111
<url>https://github.com/piiano/vault-java/tree/main/sdk/hibernate-encryption</url>

0 commit comments

Comments
 (0)