Skip to content

Commit

Permalink
Set remaining versions to 0.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Gafert <peter.gafert@tngtech.com>
  • Loading branch information
codecholeric committed Aug 19, 2018
1 parent 69c256d commit 0c3238f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ framework.
###### Gradle

```
testCompile 'com.tngtech.archunit:archunit:0.8.3'
testCompile 'com.tngtech.archunit:archunit:0.9.0'
```

###### Maven
Expand All @@ -26,7 +26,7 @@ testCompile 'com.tngtech.archunit:archunit:0.8.3'
<dependency>
<groupId>com.tngtech.archunit</groupId>
<artifactId>archunit</artifactId>
<version>0.8.3</version>
<version>0.9.0</version>
<scope>test</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ task wrapper(type: Wrapper) {

allprojects {
group = 'com.tngtech.archunit'
version = '0.9.0-SNAPSHOT'
version = '0.9.0'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion docs/_data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0c3238f

Please sign in to comment.