Skip to content

Commit

Permalink
docs: pre-release adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Fuchs committed Feb 6, 2024
1 parent 731fbc3 commit f3aa024
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@

### Fixed

## [4.0.2] - 2024-02-05

### Fixed

- rolled back the move to Mojo annotations introduced in 4.0.1, that was causing issue raised in https://github.com/societe-generale/arch-unit-maven-plugin/issues/69


## [4.0.1] - 2024-01-28

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Add below plugin in your root pom.xml : all available ```<rule>``` are mentioned
<plugin>
<groupId>com.societegenerale.commons</groupId>
<artifactId>arch-unit-maven-plugin</artifactId>
<version>4.0.0</version>
<version>4.0.2</version>
<configuration>
<properties>
<archunit.propertyName>propertyValue</archunit.propertyName>
Expand Down

0 comments on commit f3aa024

Please sign in to comment.