Skip to content
This repository was archived by the owner on Aug 13, 2020. It is now read-only.

Commit 37d9d15

Browse files
author
amckenzie
committed
Update to 0.15.0 for release
1 parent c00097d commit 37d9d15

File tree

71 files changed

+81
-70
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+81
-70
lines changed

CHANGELOG.md

+11

common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>microservice-framework</artifactId>
77
<groupId>uk.gov.justice.services</groupId>
8-
<version>0.15.0-SNAPSHOT</version>
8+
<version>0.15.0</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>

components/command/command-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>command</artifactId>
77
<groupId>uk.gov.justice.services</groupId>
8-
<version>0.15.0-SNAPSHOT</version>
8+
<version>0.15.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

components/command/command-controller/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>command</artifactId>
77
<groupId>uk.gov.justice.services</groupId>
8-
<version>0.15.0-SNAPSHOT</version>
8+
<version>0.15.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

components/command/command-handler/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>command</artifactId>
77
<groupId>uk.gov.justice.services</groupId>
8-
<version>0.15.0-SNAPSHOT</version>
8+
<version>0.15.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

components/command/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>components</artifactId>
77
<groupId>uk.gov.justice.services</groupId>
8-
<version>0.15.0-SNAPSHOT</version>
8+
<version>0.15.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

components/event/event-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>event</artifactId>
77
<groupId>uk.gov.justice.services</groupId>
8-
<version>0.15.0-SNAPSHOT</version>
8+
<version>0.15.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

components/event/event-listener/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>event</artifactId>
77
<groupId>uk.gov.justice.services</groupId>
8-
<version>0.15.0-SNAPSHOT</version>
8+
<version>0.15.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

components/event/event-processor/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>event</artifactId>
77
<groupId>uk.gov.justice.services</groupId>
8-
<version>0.15.0-SNAPSHOT</version>
8+
<version>0.15.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

components/event/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>components</artifactId>
77
<groupId>uk.gov.justice.services</groupId>
8-
<version>0.15.0-SNAPSHOT</version>
8+
<version>0.15.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

components/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>microservice-framework</artifactId>
77
<groupId>uk.gov.justice.services</groupId>
8-
<version>0.15.0-SNAPSHOT</version>
8+
<version>0.15.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

components/query/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>components</artifactId>
77
<groupId>uk.gov.justice.services</groupId>
8-
<version>0.15.0-SNAPSHOT</version>
8+
<version>0.15.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

components/query/query-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>query</artifactId>
77
<groupId>uk.gov.justice.services</groupId>
8-
<version>0.15.0-SNAPSHOT</version>
8+
<version>0.15.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

components/query/query-controller/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>query</artifactId>
77
<groupId>uk.gov.justice.services</groupId>
8-
<version>0.15.0-SNAPSHOT</version>
8+
<version>0.15.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

components/query/query-view/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>query</artifactId>
77
<groupId>uk.gov.justice.services</groupId>
8-
<version>0.15.0-SNAPSHOT</version>
8+
<version>0.15.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>microservice-framework</artifactId>
77
<groupId>uk.gov.justice.services</groupId>
8-
<version>0.15.0-SNAPSHOT</version>
8+
<version>0.15.0</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>

domain/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>microservice-framework</artifactId>
77
<groupId>uk.gov.justice.services</groupId>
8-
<version>0.15.0-SNAPSHOT</version>
8+
<version>0.15.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

event-buffer/event-buffer-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>event-buffer</artifactId>
77
<groupId>uk.gov.justice.services</groupId>
8-
<version>0.15.0-SNAPSHOT</version>
8+
<version>0.15.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

event-buffer/event-buffer-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>event-buffer</artifactId>
77
<groupId>uk.gov.justice.services</groupId>
8-
<version>0.15.0-SNAPSHOT</version>
8+
<version>0.15.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

event-buffer/event-buffer-liquibase/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>event-buffer</artifactId>
77
<groupId>uk.gov.justice.services</groupId>
8-
<version>0.15.0-SNAPSHOT</version>
8+
<version>0.15.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

event-buffer/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>microservice-framework</artifactId>
77
<groupId>uk.gov.justice.services</groupId>
8-
<version>0.15.0-SNAPSHOT</version>
8+
<version>0.15.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

event-sourcing/event-publisher/event-publisher-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>event-publisher</artifactId>
77
<groupId>uk.gov.justice.services</groupId>
8-
<version>0.15.0-SNAPSHOT</version>
8+
<version>0.15.0</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>

event-sourcing/event-publisher/event-publisher-jms/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>event-publisher</artifactId>
77
<groupId>uk.gov.justice.services</groupId>
8-
<version>0.15.0-SNAPSHOT</version>
8+
<version>0.15.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

event-sourcing/event-publisher/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>event-sourcing</artifactId>
77
<groupId>uk.gov.justice.services</groupId>
8-
<version>0.15.0-SNAPSHOT</version>
8+
<version>0.15.0</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>

event-sourcing/event-repository/event-repository-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>event-repository</artifactId>
77
<groupId>uk.gov.justice.services</groupId>
8-
<version>0.15.0-SNAPSHOT</version>
8+
<version>0.15.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

event-sourcing/event-repository/event-repository-jdbc/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>event-repository</artifactId>
77
<groupId>uk.gov.justice.services</groupId>
8-
<version>0.15.0-SNAPSHOT</version>
8+
<version>0.15.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

event-sourcing/event-repository/event-repository-liquibase/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>event-repository</artifactId>
77
<groupId>uk.gov.justice.services</groupId>
8-
<version>0.15.0-SNAPSHOT</version>
8+
<version>0.15.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

event-sourcing/event-repository/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>event-sourcing</artifactId>
77
<groupId>uk.gov.justice.services</groupId>
8-
<version>0.15.0-SNAPSHOT</version>
8+
<version>0.15.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>event-repository</artifactId>

event-sourcing/event-source/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>event-sourcing</artifactId>
77
<groupId>uk.gov.justice.services</groupId>
8-
<version>0.15.0-SNAPSHOT</version>
8+
<version>0.15.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

event-sourcing/event-stream/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>event-sourcing</artifactId>
77
<groupId>uk.gov.justice.services</groupId>
8-
<version>0.15.0-SNAPSHOT</version>
8+
<version>0.15.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

event-sourcing/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>microservice-framework</artifactId>
77
<groupId>uk.gov.justice.services</groupId>
8-
<version>0.15.0-SNAPSHOT</version>
8+
<version>0.15.0</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>

example-context/example-domain/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>example-context</artifactId>
77
<groupId>uk.gov.justice.services.example</groupId>
8-
<version>0.15.0-SNAPSHOT</version>
8+
<version>0.15.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

example-context/example-persistence/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>example-context</artifactId>
77
<groupId>uk.gov.justice.services.example</groupId>
8-
<version>0.15.0-SNAPSHOT</version>
8+
<version>0.15.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

example-context/example-service/example-command/example-command-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>example-command</artifactId>
77
<groupId>uk.gov.justice.services.example</groupId>
8-
<version>0.15.0-SNAPSHOT</version>
8+
<version>0.15.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

example-context/example-service/example-command/example-command-controller/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>example-command</artifactId>
77
<groupId>uk.gov.justice.services.example</groupId>
8-
<version>0.15.0-SNAPSHOT</version>
8+
<version>0.15.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

example-context/example-service/example-command/example-command-handler/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>example-command</artifactId>
77
<groupId>uk.gov.justice.services.example</groupId>
8-
<version>0.15.0-SNAPSHOT</version>
8+
<version>0.15.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

example-context/example-service/example-command/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>example-service</artifactId>
77
<groupId>uk.gov.justice.services.example</groupId>
8-
<version>0.15.0-SNAPSHOT</version>
8+
<version>0.15.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

example-context/example-service/example-event/example-event-listener/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>example-event</artifactId>
77
<groupId>uk.gov.justice.services.example</groupId>
8-
<version>0.15.0-SNAPSHOT</version>
8+
<version>0.15.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

example-context/example-service/example-event/example-event-processor/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>example-event</artifactId>
77
<groupId>uk.gov.justice.services.example</groupId>
8-
<version>0.15.0-SNAPSHOT</version>
8+
<version>0.15.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>example-event-processor</artifactId>

example-context/example-service/example-event/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>uk.gov.justice.services.example</groupId>
77
<artifactId>example-service</artifactId>
8-
<version>0.15.0-SNAPSHOT</version>
8+
<version>0.15.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

example-context/example-service/example-it/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>uk.gov.justice.services.example</groupId>
77
<artifactId>example-service</artifactId>
8-
<version>0.15.0-SNAPSHOT</version>
8+
<version>0.15.0</version>
99
</parent>
1010
<artifactId>example-it</artifactId>
1111
<properties>

example-context/example-service/example-liquibase/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>uk.gov.justice.services.example</groupId>
77
<artifactId>example-service</artifactId>
8-
<version>0.15.0-SNAPSHOT</version>
8+
<version>0.15.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

example-context/example-service/example-query/example-query-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>example-query</artifactId>
77
<groupId>uk.gov.justice.services.example</groupId>
8-
<version>0.15.0-SNAPSHOT</version>
8+
<version>0.15.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

0 commit comments

Comments
 (0)