Skip to content

Commit

Permalink
Remove illegal access arg from surefire plugin management(through mav…
Browse files Browse the repository at this point in the history
…en-parent-pom 17.0.0-M6)
  • Loading branch information
santhosh committed Mar 26, 2023
1 parent 1c27cdc commit 43b4b32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to

### Unreleased

## [17.0.0-M5] - 2023-03-26
### Changed
- Remove illegal-access argument from surefire plugin from plugin management (through maven-parent-pom 17.0.0-M6)

## [17.0.0-M4] - 2023-03-24
### Changed
- Remove illegal-access argument (not valid for java 17) from sure fire plugin
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>uk.gov.justice</groupId>
<artifactId>maven-framework-parent-pom</artifactId>
<version>17.0.0-M4</version>
<version>17.0.0-M5</version>
</parent>

<groupId>uk.gov.justice.event-store</groupId>
Expand Down Expand Up @@ -39,7 +39,7 @@

<properties>
<cpp.repo.name>event-store</cpp.repo.name>
<framework.version>17.0.0-M5</framework.version>
<framework.version>17.0.0-M6</framework.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 43b4b32

Please sign in to comment.