prepare 0.8.1 release
This commit is contained in:
parent
0cca2de1aa
commit
fd749b19e5
@ -1,4 +1,4 @@
|
|||||||
## 0.8.1 (unreleased
|
## 0.8.1 (2019-08-16)
|
||||||
### Fixes
|
### Fixes
|
||||||
* Removed compile dependency to JUnit library (#30)
|
* Removed compile dependency to JUnit library (#30)
|
||||||
|
|
||||||
|
@ -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>0.8.0</version>
|
<version>0.8.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
2
pom.xml
2
pom.xml
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<groupId>de.stklcode.jvault</groupId>
|
<groupId>de.stklcode.jvault</groupId>
|
||||||
<artifactId>jvault-connector</artifactId>
|
<artifactId>jvault-connector</artifactId>
|
||||||
<version>0.8.1-SNAPSHOT</version>
|
<version>0.8.1</version>
|
||||||
|
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user