Skip to content

Commit

Permalink
Release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rweisleder committed May 29, 2024
1 parent 5db0914 commit 493709c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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>0.3.0</version>
<version>1.0.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.0.0-SNAPSHOT</version>
<version>1.0.0</version>

<name>ArchUnit Spring Integration</name>
<description>Provides predefined ArchUnit rules for Spring applications</description>
Expand Down
10 changes: 5 additions & 5 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>0.3.0</version>
<version>1.0.0</version>
<scope>test</scope>
</dependency>
----

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

[#builtin-rules]
Expand Down Expand Up @@ -166,13 +166,13 @@ For each release of this project, compatibility is confirmed with the most recen
| | ArchUnit Spring version | Confirmed Compatibility

.1+| ArchUnit
| 0.3.0 | 1.3.0
| 1.0.0 | 1.3.0

.1+| Spring Boot
| 0.3.0 | 3.2, 3.3
| 1.0.0 | 3.2, 3.3

.1+| Spring Framework
| 0.3.0 | 5.3, 6.0, 6.1
| 1.0.0 | 5.3, 6.0, 6.1
|===

Compatibility with other versions is possible, but not guaranteed.
Expand Down

0 comments on commit 493709c

Please sign in to comment.