diff --git a/README.md b/README.md index 183a884c7e..a8d66cfbc9 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ framework. ###### Gradle ``` -testCompile 'com.tngtech.archunit:archunit:0.13.0' +testCompile 'com.tngtech.archunit:archunit:0.13.1' ``` ###### Maven @@ -26,7 +26,7 @@ testCompile 'com.tngtech.archunit:archunit:0.13.0' com.tngtech.archunit archunit - 0.13.0 + 0.13.1 test ``` diff --git a/build-steps/release/create-release-news.gradle b/build-steps/release/create-release-news.gradle index 7cf004173f..491e63e7eb 100644 --- a/build-steps/release/create-release-news.gradle +++ b/build-steps/release/create-release-news.gradle @@ -26,4 +26,4 @@ task createReleaseNews { assert !target.exists(): "News article ${target} already exists" target.text = createArticleText(dateYYYYMMDDWithDash, version) } -} \ No newline at end of file +} diff --git a/build.gradle b/build.gradle index 4de55053c1..7b436dbb17 100644 --- a/build.gradle +++ b/build.gradle @@ -114,7 +114,7 @@ wrapper { allprojects { group = 'com.tngtech.archunit' - version = '0.13.1-SNAPSHOT' + version = '0.13.1' repositories { mavenCentral() diff --git a/docs/_data/navigation.yml b/docs/_data/navigation.yml index 8caab35992..39e1941693 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.13.0 + url: https://javadoc.io/doc/com.tngtech.archunit/archunit/0.13.1 - title: "About" url: /about diff --git a/docs/_pages/getting-started.md b/docs/_pages/getting-started.md index 84dbe78354..ca513b6869 100644 --- a/docs/_pages/getting-started.md +++ b/docs/_pages/getting-started.md @@ -15,7 +15,7 @@ ArchUnit can be obtained from Maven Central. com.tngtech.archunit archunit - 0.13.0 + 0.13.1 test ``` @@ -23,7 +23,7 @@ ArchUnit can be obtained from Maven Central. #### Gradle ```groovy dependencies { - testCompile 'com.tngtech.archunit:archunit:0.13.0' + testCompile 'com.tngtech.archunit:archunit:0.13.1' } ``` diff --git a/docs/userguide/000_Index.adoc b/docs/userguide/000_Index.adoc index e12a00f1db..c4a2c48e5c 100644 --- a/docs/userguide/000_Index.adoc +++ b/docs/userguide/000_Index.adoc @@ -7,7 +7,7 @@ ifndef::env-site[:toc: left] :page-layout: splash :page-description: {description} :page-keywords: {keywords} -:version: 0.13.0 +:version: 0.13.1 :icons: font :source-highlighter: coderay :prewrap!: diff --git a/docs/userguide/002_Installation.adoc b/docs/userguide/002_Installation.adoc index 215c58def8..7f40d157c8 100644 --- a/docs/userguide/002_Installation.adoc +++ b/docs/userguide/002_Installation.adoc @@ -17,7 +17,7 @@ Maven Central: com.tngtech.archunit archunit-junit4 - 0.13.0 + 0.13.1 test ---- @@ -26,7 +26,7 @@ Maven Central: .build.gradle ---- dependencies { - testCompile 'com.tngtech.archunit:archunit-junit4:0.13.0' + testCompile 'com.tngtech.archunit:archunit-junit4:0.13.1' } ---- @@ -45,7 +45,7 @@ from Maven Central: com.tngtech.archunit archunit-junit5 - 0.13.0 + 0.13.1 test ---- @@ -54,7 +54,7 @@ from Maven Central: .build.gradle ---- dependencies { - testCompile 'com.tngtech.archunit:archunit-junit5:0.13.0' + testCompile 'com.tngtech.archunit:archunit-junit5:0.13.1' } ---- @@ -69,7 +69,7 @@ context, include the core ArchUnit dependency from Maven Central: com.tngtech.archunit archunit - 0.13.0 + 0.13.1 test ---- @@ -78,7 +78,7 @@ context, include the core ArchUnit dependency from Maven Central: .build.gradle ---- dependencies { - testCompile 'com.tngtech.archunit:archunit:0.13.0' + testCompile 'com.tngtech.archunit:archunit:0.13.1' } ---- diff --git a/docs/userguide/html/000_Index.html b/docs/userguide/html/000_Index.html index a75e373b4b..05002f15e6 100644 --- a/docs/userguide/html/000_Index.html +++ b/docs/userguide/html/000_Index.html @@ -611,7 +611,7 @@

2.1. JUnit 4

<dependency>
     <groupId>com.tngtech.archunit</groupId>
     <artifactId>archunit-junit4</artifactId>
-    <version>0.13.0</version>
+    <version>0.13.1</version>
     <scope>test</scope>
 </dependency>
@@ -620,7 +620,7 @@

2.1. JUnit 4

build.gradle
dependencies {
-    testCompile 'com.tngtech.archunit:archunit-junit4:0.13.0'
+    testCompile 'com.tngtech.archunit:archunit-junit4:0.13.1'
 }
@@ -641,7 +641,7 @@

2.2. JUnit 5

<dependency>
     <groupId>com.tngtech.archunit</groupId>
     <artifactId>archunit-junit5</artifactId>
-    <version>0.13.0</version>
+    <version>0.13.1</version>
     <scope>test</scope>
 </dependency>
@@ -650,7 +650,7 @@

2.2. JUnit 5

build.gradle
dependencies {
-    testCompile 'com.tngtech.archunit:archunit-junit5:0.13.0'
+    testCompile 'com.tngtech.archunit:archunit-junit5:0.13.1'
 }
@@ -667,7 +667,7 @@

<dependency> <groupId>com.tngtech.archunit</groupId> <artifactId>archunit</artifactId> - <version>0.13.0</version> + <version>0.13.1</version> <scope>test</scope> </dependency> @@ -676,7 +676,7 @@

build.gradle
dependencies {
-   testCompile 'com.tngtech.archunit:archunit:0.13.0'
+   testCompile 'com.tngtech.archunit:archunit:0.13.1'
 }