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

Commit

Permalink
Update to 1.1.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Rich committed Jan 19, 2018
1 parent 1dfbed3 commit ddc5bbe
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,18 @@ All notable changes to this project will be documented in this file, which follo
on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to
[Semantic Versioning](http://semver.org/).

## [Unreleased]
## Unreleased

## [1.1.0] - 2018-01-18
## [1.1.0] - 2018-01-19

### Added
- Dependency on the [framework-api 1.1.0](https://github.com/CJSCommonPlatform/framework-api)

### Changed
- Updated [common-bom 1.22.0](https://github.com/CJSCommonPlatform/maven-common-bom)
- Updated [microservice-framework 3.0.0](https://github.com/CJSCommonPlatform/microservice_framework)
- Updated [utilities 1.11.0](https://github.com/CJSCommonPlatform/utilities)
- Updated [test-utils 1.16.0](https://github.com/CJSCommonPlatform/test-utils)

## [1.0.0] - 2017-08-08

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>1.1.0-SNAPSHOT</version>
<version>1.1.0</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>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion 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>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit ddc5bbe

Please sign in to comment.