From 0c3238f8e37c2b509f568ab64502ba03de0e08b7 Mon Sep 17 00:00:00 2001 From: Peter Gafert Date: Sun, 19 Aug 2018 13:33:43 +0200 Subject: [PATCH] Set remaining versions to 0.9.0 Signed-off-by: Peter Gafert --- README.md | 4 ++-- build.gradle | 2 +- docs/_data/navigation.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 41a985c631..884d823c3a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ framework. ###### Gradle ``` -testCompile 'com.tngtech.archunit:archunit:0.8.3' +testCompile 'com.tngtech.archunit:archunit:0.9.0' ``` ###### Maven @@ -26,7 +26,7 @@ testCompile 'com.tngtech.archunit:archunit:0.8.3' com.tngtech.archunit archunit - 0.8.3 + 0.9.0 test ``` diff --git a/build.gradle b/build.gradle index 36737184a1..6ab9db9887 100644 --- a/build.gradle +++ b/build.gradle @@ -112,7 +112,7 @@ task wrapper(type: Wrapper) { allprojects { group = 'com.tngtech.archunit' - version = '0.9.0-SNAPSHOT' + version = '0.9.0' repositories { mavenCentral() diff --git a/docs/_data/navigation.yml b/docs/_data/navigation.yml index f13a542c23..4bcf14c9a6 100644 --- a/docs/_data/navigation.yml +++ b/docs/_data/navigation.yml @@ -8,7 +8,7 @@ main: - title: "User Guide" url: /userguide/html/000_Index.html - title: "API" - url: https://javadoc.io/doc/com.tngtech.archunit/archunit/0.8.3 + url: https://javadoc.io/doc/com.tngtech.archunit/archunit/0.9.0 - title: "About" url: /about