diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bb9095..9b31368 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to ## Unreleased +## [1.2.1] - 2018-04-05 +### Added +- catalog-test-utils artifact +- Schema catalog resolver test utility to load and resolve schema with $ref values + ## [1.2.0] - 2018-02-14 ### Changed - Update generator maven plugin to version 2.4.0 diff --git a/catalog-core/pom.xml b/catalog-core/pom.xml index 0c3b600..540de20 100644 --- a/catalog-core/pom.xml +++ b/catalog-core/pom.xml @@ -5,7 +5,7 @@ json-schema-catalog uk.gov.justice.schema - 1.3.0-SNAPSHOT + 1.2.1 4.0.0 diff --git a/catalog-domain/pom.xml b/catalog-domain/pom.xml index 9766210..cbd14e5 100644 --- a/catalog-domain/pom.xml +++ b/catalog-domain/pom.xml @@ -5,7 +5,7 @@ uk.gov.justice.schema json-schema-catalog - 1.3.0-SNAPSHOT + 1.2.1 4.0.0 diff --git a/catalog-generation-plugin-it/pom.xml b/catalog-generation-plugin-it/pom.xml index 0e83024..9cd908d 100644 --- a/catalog-generation-plugin-it/pom.xml +++ b/catalog-generation-plugin-it/pom.xml @@ -5,7 +5,7 @@ json-schema-catalog uk.gov.justice.schema - 1.3.0-SNAPSHOT + 1.2.1 4.0.0 diff --git a/catalog-generation/pom.xml b/catalog-generation/pom.xml index 30aa1a0..409c002 100644 --- a/catalog-generation/pom.xml +++ b/catalog-generation/pom.xml @@ -5,7 +5,7 @@ json-schema-catalog uk.gov.justice.schema - 1.3.0-SNAPSHOT + 1.2.1 4.0.0 diff --git a/catalog-test-utils/pom.xml b/catalog-test-utils/pom.xml index 4840d7e..37acdef 100644 --- a/catalog-test-utils/pom.xml +++ b/catalog-test-utils/pom.xml @@ -5,7 +5,7 @@ json-schema-catalog uk.gov.justice.schema - 1.3.0-SNAPSHOT + 1.2.1 4.0.0 diff --git a/integration-test/pom.xml b/integration-test/pom.xml index c4d11ee..e2ebc6c 100644 --- a/integration-test/pom.xml +++ b/integration-test/pom.xml @@ -5,7 +5,7 @@ json-schema-catalog uk.gov.justice.schema - 1.3.0-SNAPSHOT + 1.2.1 4.0.0 diff --git a/pom.xml b/pom.xml index abd0936..b59b8f1 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ uk.gov.justice.schema json-schema-catalog - 1.3.0-SNAPSHOT + 1.2.1 pom diff --git a/schema-example-context/example-integration-test/pom.xml b/schema-example-context/example-integration-test/pom.xml index d48fb73..f8adc80 100644 --- a/schema-example-context/example-integration-test/pom.xml +++ b/schema-example-context/example-integration-test/pom.xml @@ -5,7 +5,7 @@ schema-example-context uk.gov.justice.schema - 1.3.0-SNAPSHOT + 1.2.1 4.0.0 diff --git a/schema-example-context/pom.xml b/schema-example-context/pom.xml index aa3b427..72a796f 100644 --- a/schema-example-context/pom.xml +++ b/schema-example-context/pom.xml @@ -5,7 +5,7 @@ json-schema-catalog uk.gov.justice.schema - 1.3.0-SNAPSHOT + 1.2.1 4.0.0 diff --git a/schema-example-context/schema-example-command-api/pom.xml b/schema-example-context/schema-example-command-api/pom.xml index 4425f3f..12ffc1b 100644 --- a/schema-example-context/schema-example-command-api/pom.xml +++ b/schema-example-context/schema-example-command-api/pom.xml @@ -5,7 +5,7 @@ schema-example-context uk.gov.justice.schema - 1.3.0-SNAPSHOT + 1.2.1 4.0.0 diff --git a/schema-example-context/schema-example-standards/pom.xml b/schema-example-context/schema-example-standards/pom.xml index b68425e..d443ced 100644 --- a/schema-example-context/schema-example-standards/pom.xml +++ b/schema-example-context/schema-example-standards/pom.xml @@ -5,7 +5,7 @@ schema-example-context uk.gov.justice.schema - 1.3.0-SNAPSHOT + 1.2.1 4.0.0 diff --git a/schema-service/pom.xml b/schema-service/pom.xml index 81699ce..e07f87d 100644 --- a/schema-service/pom.xml +++ b/schema-service/pom.xml @@ -5,7 +5,7 @@ json-schema-catalog uk.gov.justice.schema - 1.3.0-SNAPSHOT + 1.2.1 4.0.0