Change artifact id to jvault-connector (closes #28)
This commit is contained in:
parent
d8b9c2b373
commit
17f1ee79db
@ -1,5 +1,6 @@
|
|||||||
## 0.8.0 (unreleased)
|
## 0.8.0 (unreleased)
|
||||||
### Breaking
|
### Breaking
|
||||||
|
* Moved Maven artifact to `de.stklcode.jvault:jvault-connector` (#28)
|
||||||
* Removed support for `HTTPVaultConnectorFactory#withSslContext()` in favor of `#withTrustedCA()` due to
|
* Removed support for `HTTPVaultConnectorFactory#withSslContext()` in favor of `#withTrustedCA()` due to
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
2
pom.xml
2
pom.xml
@ -3,7 +3,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>de.stklcode.jvault</groupId>
|
<groupId>de.stklcode.jvault</groupId>
|
||||||
<artifactId>connector</artifactId>
|
<artifactId>jvault-connector</artifactId>
|
||||||
<version>0.8.0-SNAPSHOT</version>
|
<version>0.8.0-SNAPSHOT</version>
|
||||||
|
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user