Skip to content

Commit

Permalink
Update framework
Browse files Browse the repository at this point in the history
  • Loading branch information
allanmckenzie committed Feb 16, 2023
1 parent ec72759 commit 40292ce
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-M2] - 2023-02-16
### Changed
- Update framework

## [17.0.0-M1] - 2023-02-06
### Changed
- Update to Java 17
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-M1</version>
<version>17.0.0-M2</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-M2</framework.version>
<framework.version>17.0.0-M3</framework.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 40292ce

Please sign in to comment.