update versions to 1.1.1

Stefan Kalscheuer 2022-08-29 10:16:59 +02:00
parent 7bd8ecb067
commit 4890f4611f
Signed by: stefan
GPG Key ID: 3887EC2A53B55430
3 changed files with 6 additions and 6 deletions

@ -27,4 +27,4 @@ Java Vault Connector is a connector library for [Vault](https://www.vaultproject
* SQL secret handling * SQL secret handling
* KV v1 and v2 support * KV v1 and v2 support
* Connector Factory with builder pattern * Connector Factory with builder pattern
* Tested against Vault 1.8.3 * Tested against Vault 1.11.2

@ -12,16 +12,16 @@ The connector is published at Maven Central and may be included into your projec
<dependency> <dependency>
<groupId>de.stklcode.jvault</groupId> <groupId>de.stklcode.jvault</groupId>
<artifactId>jvault-connector</artifactId> <artifactId>jvault-connector</artifactId>
<version>1.0.0</version> <version>1.1.1</version>
</dependency> </dependency>
``` ```
### Gradle Dependency ### Gradle Dependency
```groovy ```groovy
compile group: 'de.stklcode.jvault', name: 'jvault-connector', version: '1.0.0' compile group: 'de.stklcode.jvault', name: 'jvault-connector', version: '1.1.1'
``` ```
### SBT Dependency ### SBT Dependency
``` ```
libraryDependencies += "de.stklcode.jvault" % "jvault-connector" % "1.0.0" libraryDependencies += "de.stklcode.jvault" % "jvault-connector" % "1.1.1"
``` ```

@ -1,5 +1,5 @@
Licensed under [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) Licensed under [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0)
&bull; &bull;
[Project Page](http://jvault.stklcode.de) [Project Page](https://jvault.stklcode.de)
&bull; &bull;
[JavaDoc API](http://jvault.stklcode.de/apidocs/) [JavaDoc API](https://jvault.stklcode.de/apidocs/)