Skip to content

Commit

Permalink
Release version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rweisleder committed Feb 21, 2025
1 parent 4dacf81 commit a3f4875
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ image:https://img.shields.io/github/license/rweisleder/archunit-spring.svg[link=
<dependency>
<groupId>de.rweisleder</groupId>
<artifactId>archunit-spring</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
<scope>test</scope>
</dependency>
----
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>de.rweisleder</groupId>
<artifactId>archunit-spring</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>

<name>ArchUnit Spring Integration</name>
<description>Provides predefined ArchUnit rules for Spring applications</description>
Expand Down
4 changes: 2 additions & 2 deletions src/main/docs/userguide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ Maven:
<dependency>
<groupId>de.rweisleder</groupId>
<artifactId>archunit-spring</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
<scope>test</scope>
</dependency>
----

Gradle:
[source]
----
testImplementation 'de.rweisleder:archunit-spring:1.0.0'
testImplementation 'de.rweisleder:archunit-spring:1.1.0'
----

[#builtin-rules]
Expand Down

0 comments on commit a3f4875

Please sign in to comment.