update versions to 1.1.1
parent
7bd8ecb067
commit
4890f4611f
2
Home.md
2
Home.md
@ -27,4 +27,4 @@ Java Vault Connector is a connector library for [Vault](https://www.vaultproject
|
||||
* SQL secret handling
|
||||
* KV v1 and v2 support
|
||||
* 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>
|
||||
<groupId>de.stklcode.jvault</groupId>
|
||||
<artifactId>jvault-connector</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<version>1.1.1</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
### Gradle Dependency
|
||||
```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
|
||||
```
|
||||
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)
|
||||
•
|
||||
[Project Page](http://jvault.stklcode.de)
|
||||
[Project Page](https://jvault.stklcode.de)
|
||||
•
|
||||
[JavaDoc API](http://jvault.stklcode.de/apidocs/)
|
||||
[JavaDoc API](https://jvault.stklcode.de/apidocs/)
|
||||
|
Loading…
x
Reference in New Issue
Block a user