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

Commit

Permalink
Update to 2.0.0-M1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mapingo committed Feb 14, 2018
1 parent d5f37b1 commit 55805d9
Show file tree
Hide file tree
Showing 17 changed files with 19 additions and 21 deletions.
8 changes: 3 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to

## [Unreleased]

## [2.0.0-M1] - 2018-02-14

### Added
- exception JsonSchemaValidatonException
- Exception JsonSchemaValidatonException
- Interface JsonValidationLoggerHelper
- Interface NamedToMediaTypeConverter

## [2.0.0] - 2018-01-29

### Added
- SynchronousDirectAdapterCache interface to remove dependency on implementation in core
- InterceptorContextProvider service provider
- Make all providers consistent as interfaces
Expand Down
2 changes: 1 addition & 1 deletion framework-api-aggregate-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>framework-api</artifactId>
<groupId>uk.gov.justice.framework-api</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion framework-api-direct-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>framework-api</artifactId>
<groupId>uk.gov.justice.framework-api</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

Expand Down
2 changes: 1 addition & 1 deletion framework-api-event-source/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>framework-api</artifactId>
<groupId>uk.gov.justice.framework-api</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion framework-api-event-stream/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>framework-api</artifactId>
<groupId>uk.gov.justice.framework-api</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion framework-api-messaging-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>framework-api</artifactId>
<groupId>uk.gov.justice.framework-api</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion framework-api-messaging-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>framework-api</artifactId>
<groupId>uk.gov.justice.framework-api</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion framework-api-messaging-jms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>framework-api</artifactId>
<groupId>uk.gov.justice.framework-api</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion framework-api-rest-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>framework-api</artifactId>
<groupId>uk.gov.justice.framework-api</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion framework-api-rest-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>framework-api</artifactId>
<groupId>uk.gov.justice.framework-api</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion framework-api-rest-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>framework-api</artifactId>
<groupId>uk.gov.justice.framework-api</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.0-M1</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 @@ -10,7 +10,7 @@

<groupId>uk.gov.justice.framework-api</groupId>
<artifactId>framework-api</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.0-M1</version>
<packaging>pom</packaging>

<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 55805d9

Please sign in to comment.