From e27582de1540941564eaec1ce296cf5298a4b688 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Sun, 24 Mar 2019 12:37:31 +0100 Subject: [PATCH] Artifact relocation and release 0.8.0 --- Installation.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Installation.md b/Installation.md index cd14fec..c71215b 100644 --- a/Installation.md +++ b/Installation.md @@ -2,7 +2,7 @@ ## Installation -[![Maven Central](https://img.shields.io/maven-central/v/de.stklcode.jvault/connector.svg)](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22de.stklcode.jvault%22%20AND%20a%3A%22connector%22) +[![Maven Central](https://img.shields.io/maven-central/v/de.stklcode.jvault/jvault-connector.svg)](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22de.stklcode.jvault%22%20AND%20a%3A%22jvault-connector%22) The connector is published at Maven Central and may be included into your project easily. @@ -11,18 +11,17 @@ The connector is published at Maven Central and may be included into your projec ```xml de.stklcode.jvault - connector - 0.7.1 + jvault-connector + 0.8.0 ``` ### Gradle Dependency ```groovy -compile group: 'de.stklcode.jvault', name: 'connector', version: '0.7.1' +compile group: 'de.stklcode.jvault', name: 'jvault-connector', version: '0.8.0' ``` ### SBT Dependency ``` -libraryDependencies += "de.stklcode.jvault" % "connector" % "0.7.1" - -``` \ No newline at end of file +libraryDependencies += "de.stklcode.jvault" % "jvault-connector" % "0.8.0" +```