Change artifact id to jvault-connector (closes #28)

This commit is contained in:
2019-03-24 11:41:52 +01:00
parent d8b9c2b373
commit 17f1ee79db
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
## 0.8.0 (unreleased)
### Breaking
* Moved Maven artifact to `de.stklcode.jvault:jvault-connector` (#28)
* Removed support for `HTTPVaultConnectorFactory#withSslContext()` in favor of `#withTrustedCA()` due to
### Features