Bump version to 0.7.1

This commit is contained in:
Stefan Kalscheuer 2018-03-17 13:56:02 +01:00
parent 88d49bc9f7
commit aa2619b1b0
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
## 0.7.1 [unreleased] ## 0.7.1 [2018-03-17]
* [improvement] Added automatic module name for JPMS compatibility * [improvement] Added automatic module name for JPMS compatibility
* [improvement] Minor dependency updates * [dependencies] Minor dependency updates
* [test] Tested against Vault 0.9.5 * [test] Tested against Vault 0.9.5
## 0.7.0 [2017-10-03] ## 0.7.0 [2017-10-03]

View File

@ -39,7 +39,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>connector</artifactId> <artifactId>connector</artifactId>
<version>0.7.0</version> <version>0.7.1</version>
</dependency> </dependency>
``` ```

View File

@ -4,7 +4,7 @@
<groupId>de.stklcode.jvault</groupId> <groupId>de.stklcode.jvault</groupId>
<artifactId>connector</artifactId> <artifactId>connector</artifactId>
<version>0.7.1-SNAPSHOT</version> <version>0.7.1</version>
<packaging>jar</packaging> <packaging>jar</packaging>