prepare release of v1.1.1
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Stefan Kalscheuer 2022-08-29 10:02:41 +02:00
parent b5ed7704e3
commit 2412a291f6
Signed by: stefan
GPG Key ID: 3887EC2A53B55430
3 changed files with 4 additions and 3 deletions

View File

@ -1,10 +1,11 @@
## UNRELEASED ## 1.1.1 (2022-08-29)
### Dependencies ### Dependencies
* Updated Jackson to 2.13.3 * Updated Jackson to 2.13.3
### Test ### Test
* Tested against Vault 1.11.2 * Tested against Vault 1.11.2
* Tested with Java 18
## 1.1.0 (2022-04-24) ## 1.1.0 (2022-04-24)

View File

@ -40,7 +40,7 @@ Java Vault Connector is a connector library for [Vault](https://www.vaultproject
<dependency> <dependency>
<groupId>de.stklcode.jvault</groupId> <groupId>de.stklcode.jvault</groupId>
<artifactId>jvault-connector</artifactId> <artifactId>jvault-connector</artifactId>
<version>1.1.0</version> <version>1.1.1</version>
</dependency> </dependency>
``` ```

View File

@ -4,7 +4,7 @@
<groupId>de.stklcode.jvault</groupId> <groupId>de.stklcode.jvault</groupId>
<artifactId>jvault-connector</artifactId> <artifactId>jvault-connector</artifactId>
<version>1.1.1-SNAPSHOT</version> <version>1.1.1</version>
<packaging>jar</packaging> <packaging>jar</packaging>