diff --git a/README.md b/README.md
index 1b1ad037ad..c52dc2062d 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ framework.
###### Gradle
```
-testCompile 'com.tngtech.archunit:archunit:0.10.2'
+testCompile 'com.tngtech.archunit:archunit:0.11.0'
```
###### Maven
@@ -26,7 +26,7 @@ testCompile 'com.tngtech.archunit:archunit:0.10.2'
com.tngtech.archunit
archunit
- 0.10.2
+ 0.11.0
test
```
diff --git a/docs/_data/navigation.yml b/docs/_data/navigation.yml
index 87634f4b34..a358aa457e 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.10.2
+ url: https://javadoc.io/doc/com.tngtech.archunit/archunit/0.11.0
- title: "About"
url: /about
diff --git a/docs/_pages/getting-started.md b/docs/_pages/getting-started.md
index b708fa0d01..526da4f4d7 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.10.2
+ 0.11.0
test
```
@@ -23,7 +23,7 @@ ArchUnit can be obtained from Maven Central.
#### Gradle
```groovy
dependencies {
- testCompile 'com.tngtech.archunit:archunit:0.10.2'
+ testCompile 'com.tngtech.archunit:archunit:0.11.0'
}
```
diff --git a/docs/_posts/2019-07-29-release-v0.11.0.markdown b/docs/_posts/2019-07-29-release-v0.11.0.markdown
new file mode 100644
index 0000000000..c3c38a87e3
--- /dev/null
+++ b/docs/_posts/2019-07-29-release-v0.11.0.markdown
@@ -0,0 +1,8 @@
+---
+layout: splash
+title: "New release of ArchUnit (v0.11.0)"
+date: 2019-07-29 12:00:00
+categories: news release
+---
+
+A new release of ArchUnit (v0.11.0) is out. For details see [the release on GitHub](https://github.com/TNG/ArchUnit/releases/tag/v0.11.0 "ArchUnit v0.11.0 on GitHub").
\ No newline at end of file
diff --git a/docs/userguide/000_Index.adoc b/docs/userguide/000_Index.adoc
index d60367fbe0..baaec9c328 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.10.2
+:version: 0.11.0
:icons: font
:source-highlighter: coderay
:prewrap!:
diff --git a/docs/userguide/002_Installation.adoc b/docs/userguide/002_Installation.adoc
index 9260e95cc5..0b72af3f20 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.10.2
+ 0.11.0
test
----
@@ -26,7 +26,7 @@ Maven Central:
.build.gradle
----
dependencies {
- testCompile 'com.tngtech.archunit:archunit-junit4:0.10.2'
+ testCompile 'com.tngtech.archunit:archunit-junit4:0.11.0'
}
----
@@ -56,13 +56,13 @@ A typical Maven configuration could look like this:
com.tngtech.archunit
archunit-junit5-api
- 0.10.2
+ 0.11.0
test
com.tngtech.archunit
archunit-junit5-engine
- 0.10.2
+ 0.11.0
test
@@ -80,8 +80,8 @@ The configuration for Gradle allows to clearly distinguish a test runtime scope:
----
dependencies {
...
- testCompile 'com.tngtech.archunit:archunit-junit5-api:0.10.2'
- testRuntime 'com.tngtech.archunit:archunit-junit5-engine:0.10.2'
+ testCompile 'com.tngtech.archunit:archunit-junit5-api:0.11.0'
+ testRuntime 'com.tngtech.archunit:archunit-junit5-engine:0.11.0'
}
----
@@ -96,7 +96,7 @@ context, include the core ArchUnit dependency from Maven Central:
com.tngtech.archunit
archunit
- 0.10.2
+ 0.11.0
test
----
@@ -105,7 +105,7 @@ context, include the core ArchUnit dependency from Maven Central:
.build.gradle
----
dependencies {
- testCompile 'com.tngtech.archunit:archunit:0.10.2'
+ testCompile 'com.tngtech.archunit:archunit:0.11.0'
}
----
diff --git a/docs/userguide/html/000_Index.html b/docs/userguide/html/000_Index.html
index 59b140d069..1093d04958 100644
--- a/docs/userguide/html/000_Index.html
+++ b/docs/userguide/html/000_Index.html
@@ -610,7 +610,7 @@
dependencies {
- testCompile 'com.tngtech.archunit:archunit-junit4:0.10.2'
+ testCompile 'com.tngtech.archunit:archunit-junit4:0.11.0'
}
@@ -651,13 +651,13 @@
dependencies {
...
- testCompile 'com.tngtech.archunit:archunit-junit5-api:0.10.2'
- testRuntime 'com.tngtech.archunit:archunit-junit5-engine:0.10.2'
+ testCompile 'com.tngtech.archunit:archunit-junit5-api:0.11.0'
+ testRuntime 'com.tngtech.archunit:archunit-junit5-engine:0.11.0'
}
@@ -704,7 +704,7 @@