Skip to content

Commit

Permalink
Re-release to fix corrupt file in artifactory
Browse files Browse the repository at this point in the history
  • Loading branch information
allanmckenzie committed Oct 4, 2021
1 parent 6739cf2 commit 9d50c62
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]

## [8.0.1] - 2021-10-04
### Changed
- Re-release of pom to fix corrupt file in artifactory. No other changes

## [8.0.0] - 2021-09-28
### Changed
- Bumped the version to 8.0.0 to match the final release version of the Java 8 framework
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>2.0.0</version>
<version>2.0.1</version>
</parent>

<groupId>uk.gov.justice.services</groupId>
Expand Down Expand Up @@ -47,7 +47,7 @@

<properties>
<cpp.repo.name>microservice_framework</cpp.repo.name>
<framework-libraries.version>8.0.0</framework-libraries.version>
<framework-libraries.version>8.0.1</framework-libraries.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 9d50c62

Please sign in to comment.