Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Commit

Permalink
Update to 3.0.9 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
amckenzie committed Oct 4, 2019
1 parent 287d1d0 commit 59fbc5f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 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

## [3.0.9] - 2019-10-04
### Changed
- microservice-framework -> 6.0.17

## [3.0.8] - 2019-09-23
### Changed
- microservice-framework -> 6.0.16
Expand Down
2 changes: 1 addition & 1 deletion metrics-interceptor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>metrics</artifactId>
<groupId>uk.gov.justice.metrics</groupId>
<version>3.0.9-SNAPSHOT</version>
<version>3.0.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion metrics-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>metrics</artifactId>
<groupId>uk.gov.justice.metrics</groupId>
<version>3.0.9-SNAPSHOT</version>
<version>3.0.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>uk.gov.justice.metrics</groupId>
<artifactId>metrics</artifactId>
<version>3.0.9-SNAPSHOT</version>
<version>3.0.9</version>
<packaging>pom</packaging>

<modules>
Expand All @@ -23,7 +23,7 @@
<properties>
<cpp.repo.name>metrics</cpp.repo.name>

<microservice-framework.version>6.0.16</microservice-framework.version>
<microservice-framework.version>6.0.17</microservice-framework.version>
<common-bom.version>2.4.0</common-bom.version>
<framework-api.version>4.1.0</framework-api.version>
<test-utils.version>1.24.3</test-utils.version>
Expand Down

0 comments on commit 59fbc5f

Please sign in to comment.