Skip to content

Commit

Permalink
upgrade joinfaces to 5.2.0-m3
Browse files Browse the repository at this point in the history
  • Loading branch information
persapiens authored Sep 30, 2023
1 parent ab5dd9b commit b8f82ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Includes joinfaces starter dependency. All other jsf dependencies are included t

```xml
<properties>
<joinfaces.version>5.2.0-m2</joinfaces.version>
<joinfaces.version>5.2.0-m3</joinfaces.version>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<properties>
<!-- compile library versions -->
<jakarta.validation-api.version>3.0.2</jakarta.validation-api.version>
<joinfaces.version>5.2.0-m2</joinfaces.version>
<joinfaces.version>5.2.0-m3</joinfaces.version>
<maven-model.version>3.9.4</maven-model.version>

<!-- test library versions -->
Expand Down

0 comments on commit b8f82ff

Please sign in to comment.