Skip to content

Commit

Permalink
Update to 2.4.9 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
amckenzie committed Mar 4, 2020
1 parent 0cca662 commit 5cb0eb4
Show file tree
Hide file tree
Showing 40 changed files with 40 additions and 39 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to

## [Unreleased]

## [2.4.9] - 2020-03-04
### Changed
- Fail cleanly if exception occurs while accessing subscription event source

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>aggregate-snapshot</artifactId>
<groupId>uk.gov.justice.event-store</groupId>
<version>2.4.9-SNAPSHOT</version>
<version>2.4.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

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

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

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

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

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

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>event-publisher</artifactId>
<groupId>uk.gov.justice.event-store</groupId>
<version>2.4.9-SNAPSHOT</version>
<version>2.4.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion event-sourcing/event-publisher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>event-sourcing</artifactId>
<groupId>uk.gov.justice.event-store</groupId>
<version>2.4.9-SNAPSHOT</version>
<version>2.4.9</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>event-publisher</artifactId>
<groupId>uk.gov.justice.event-store</groupId>
<version>2.4.9-SNAPSHOT</version>
<version>2.4.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>event-repository</artifactId>
<groupId>uk.gov.justice.event-store</groupId>
<version>2.4.9-SNAPSHOT</version>
<version>2.4.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>event-repository</artifactId>
<groupId>uk.gov.justice.event-store</groupId>
<version>2.4.9-SNAPSHOT</version>
<version>2.4.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

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

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

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

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

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

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

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>event-store-management</artifactId>
<groupId>uk.gov.justice.event-store</groupId>
<version>2.4.9-SNAPSHOT</version>
<version>2.4.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>event-store-management</artifactId>
<groupId>uk.gov.justice.event-store</groupId>
<version>2.4.9-SNAPSHOT</version>
<version>2.4.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>event-store-management</artifactId>
<groupId>uk.gov.justice.event-store</groupId>
<version>2.4.9-SNAPSHOT</version>
<version>2.4.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

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

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

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

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion interceptors/subscription-event-interceptors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>interceptors</artifactId>
<groupId>uk.gov.justice.event-store</groupId>
<version>2.4.9-SNAPSHOT</version>
<version>2.4.9</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.event-store</groupId>
<artifactId>event-store</artifactId>
<version>2.4.9-SNAPSHOT</version>
<version>2.4.9</version>
<packaging>pom</packaging>

<name>Event Store</name>
Expand Down
2 changes: 1 addition & 1 deletion test-utils-event-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>event-store</artifactId>
<groupId>uk.gov.justice.event-store</groupId>
<version>2.4.9-SNAPSHOT</version>
<version>2.4.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

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

Expand Down

0 comments on commit 5cb0eb4

Please sign in to comment.