From 2b84aaff421ac3d511291fef6f906445b2cb785b Mon Sep 17 00:00:00 2001 From: Peter Gafert Date: Sun, 24 May 2020 00:20:01 +0200 Subject: [PATCH] prepare release `0.14.1` Signed-off-by: Peter Gafert --- README.md | 4 ++-- build.gradle | 2 +- docs/_data/navigation.yml | 2 +- docs/_pages/getting-started.md | 4 ++-- docs/_posts/2020-05-24-release-v0.14.1.markdown | 8 ++++++++ docs/userguide/html/000_Index.html | 14 +++++++------- 6 files changed, 21 insertions(+), 13 deletions(-) create mode 100644 docs/_posts/2020-05-24-release-v0.14.1.markdown diff --git a/README.md b/README.md index 011717c124..f6aa767c65 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ framework. ###### Gradle ``` -testImplementation 'com.tngtech.archunit:archunit:0.14.0' +testImplementation 'com.tngtech.archunit:archunit:0.14.1' ``` ###### Maven @@ -26,7 +26,7 @@ testImplementation 'com.tngtech.archunit:archunit:0.14.0' com.tngtech.archunit archunit - 0.14.0 + 0.14.1 test ``` diff --git a/build.gradle b/build.gradle index 1aa8076b7c..13bdc6e106 100644 --- a/build.gradle +++ b/build.gradle @@ -122,7 +122,7 @@ ext { allprojects { group = 'com.tngtech.archunit' - version = '0.14.0' + version = '0.14.1' repositories { mavenCentral() diff --git a/docs/_data/navigation.yml b/docs/_data/navigation.yml index 2ab06dc117..2edb00aa2e 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.14.0 + url: https://javadoc.io/doc/com.tngtech.archunit/archunit/0.14.1 - title: "About" url: /about diff --git a/docs/_pages/getting-started.md b/docs/_pages/getting-started.md index 6b7a3e6d12..66a5255602 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.14.0 + 0.14.1 test ``` @@ -23,7 +23,7 @@ ArchUnit can be obtained from Maven Central. #### Gradle ```groovy dependencies { - testImplementation 'com.tngtech.archunit:archunit:0.14.0' + testImplementation 'com.tngtech.archunit:archunit:0.14.1' } ``` diff --git a/docs/_posts/2020-05-24-release-v0.14.1.markdown b/docs/_posts/2020-05-24-release-v0.14.1.markdown new file mode 100644 index 0000000000..8337b92023 --- /dev/null +++ b/docs/_posts/2020-05-24-release-v0.14.1.markdown @@ -0,0 +1,8 @@ +--- +layout: splash +title: "New release of ArchUnit (v0.14.1)" +date: 2020-05-24 2:00:00 +categories: news release +--- + +A new release of ArchUnit (v0.14.1) is out. For details see [the release on GitHub](https://github.com/TNG/ArchUnit/releases/tag/v0.14.1 "ArchUnit v0.14.1 on GitHub"). diff --git a/docs/userguide/html/000_Index.html b/docs/userguide/html/000_Index.html index 1818634879..48a0dda8a7 100644 --- a/docs/userguide/html/000_Index.html +++ b/docs/userguide/html/000_Index.html @@ -449,7 +449,7 @@ @@ -644,7 +644,7 @@

2.2. JUnit 5

<dependency>
     <groupId>com.tngtech.archunit</groupId>
     <artifactId>archunit-junit5</artifactId>
-    <version>0.14.0</version>
+    <version>0.14.1</version>
     <scope>test</scope>
 </dependency>
@@ -653,7 +653,7 @@

2.2. JUnit 5

build.gradle
dependencies {
-    testImplementation 'com.tngtech.archunit:archunit-junit5:0.14.0'
+    testImplementation 'com.tngtech.archunit:archunit-junit5:0.14.1'
 }
@@ -670,7 +670,7 @@

<dependency> <groupId>com.tngtech.archunit</groupId> <artifactId>archunit</artifactId> - <version>0.14.0</version> + <version>0.14.1</version> <scope>test</scope> </dependency> @@ -679,7 +679,7 @@

build.gradle
dependencies {
-   testImplementation 'com.tngtech.archunit:archunit:0.14.0'
+   testImplementation 'com.tngtech.archunit:archunit:0.14.1'
 }