Skip to content

Commit

Permalink
Update publish version to 1.2.4 and vault version to 1.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
piiano-cicd committed Aug 18, 2024
1 parent c7a82f6 commit b3e5ed9
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PACKAGE_VERSION=1.2.3
VAULT_VERSION=1.12.2
PACKAGE_VERSION=1.2.4
VAULT_VERSION=1.12.3
2 changes: 1 addition & 1 deletion examples/demo-app-hibernate-encryption/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<description>demo app using vault hibernate encryption</description>

<properties>
<vault-java.version>1.2.3</vault-java.version>
<vault-java.version>1.2.4</vault-java.version>
<java.version>8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
Expand Down
2 changes: 1 addition & 1 deletion sdk/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.DEFAULT_GOAL := all

VAULT_VERSION ?= 1.12.2
VAULT_VERSION ?= 1.12.3
OPENAPI_YAML := openapi.yaml
CODEGEN_IMAGE := openapitools/openapi-generator-cli:v6.4.0
CODEGEN_CONFIG_FILE := config.yaml
Expand Down
2 changes: 1 addition & 1 deletion sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

This folder contains SDKs that connect to the Vault.

This package is compatible with Vault 1.12.2
This package is compatible with Vault 1.12.3

## Compiling

Expand Down
2 changes: 1 addition & 1 deletion sdk/client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# vault-client

This package is compatible with Vault 1.12.2
This package is compatible with Vault 1.12.3

## Compiling

Expand Down
2 changes: 1 addition & 1 deletion sdk/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.piiano.vault</groupId>
<artifactId>client</artifactId>
<version>1.2.3</version>
<version>1.2.4</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>Piiano vault sdk</description>
<url>https://github.com/piiano/vault-java/tree/main/sdk/client</url>
Expand Down
2 changes: 1 addition & 1 deletion sdk/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
groupId: "com.piiano.vault"
artifactId: "openapi"
artifactVersion: "1.2.3"
artifactVersion: "1.2.4"
artifactDescription: "Generated client for the open API of Piiano vault"
artifactUrl: "https://piiano.com/docs/api"
apiPackage: "com.piiano.vault.client.openapi"
Expand Down
2 changes: 1 addition & 1 deletion sdk/hibernate-encryption/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# Piiano vault Hibernate encryption

This package is compatible with Vault 1.12.2
This package is compatible with Vault 1.12.3

## Compiling

Expand Down
2 changes: 1 addition & 1 deletion sdk/hibernate-encryption/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.piiano.vault</groupId>
<artifactId>hibernate-encryption</artifactId>
<version>1.2.3</version>
<version>1.2.4</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>Piiano hibernate encryption</description>
<url>https://github.com/piiano/vault-java/tree/main/sdk/hibernate-encryption</url>
Expand Down

0 comments on commit b3e5ed9

Please sign in to comment.