Skip to content

Commit

Permalink
Merge pull request #254 from CJSCommonPlatform/update-framework
Browse files Browse the repository at this point in the history
Update framework to 11.0.0-M3
  • Loading branch information
allanmckenzie committed May 10, 2021
2 parents 018336c + dbafaeb commit b5ffff7
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 b5ffff7

Please sign in to comment.