Skip to content

Commit

Permalink
Update framework to 11.0.0-M3
Browse files Browse the repository at this point in the history
  • Loading branch information
amckenzie committed May 7, 2021
1 parent 018336c commit dbafaeb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to
[Semantic Versioning](http://semver.org/).

## [Unreleased]
## [11.0.0-M3] - 2021-05-07
### Changed
- Update framework to 11.0.0-M3

## [11.0.0-M2] - 2021-02-08
### Changed
- Update to JEE 8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<dependency>
<groupId>javax</groupId>
<artifactId>javaee-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>uk.gov.justice.utils</groupId>
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>11.0.0-M2</version>
<version>11.0.0-M3</version>
</parent>

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

<properties>
<cpp.repo.name>event-store</cpp.repo.name>
<framework.version>11.0.0-M2</framework.version>
<framework.version>11.0.0-M3</framework.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit dbafaeb

Please sign in to comment.