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

Commit

Permalink
Update to 0.34.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Rich committed Nov 16, 2016
1 parent 570bfd0 commit 7127986
Show file tree
Hide file tree
Showing 79 changed files with 80 additions and 78 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to

## [Unreleased]

## [0.34.0] - 2016-11-16

### Added
- Stream of streams event retrieval
- Proxy support to Rest Client
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.services</groupId>
<version>0.34.0-SNAPSHOT</version>
<version>0.34.0</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.services</groupId>
<version>0.34.0-SNAPSHOT</version>
<version>0.34.0</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.services</groupId>
<version>0.34.0-SNAPSHOT</version>
<version>0.34.0</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.services</groupId>
<version>0.34.0-SNAPSHOT</version>
<version>0.34.0</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>microservice-framework</artifactId>
<groupId>uk.gov.justice.services</groupId>
<version>0.34.0-SNAPSHOT</version>
<version>0.34.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion event-buffer/event-buffer-api/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.services</groupId>
<version>0.34.0-SNAPSHOT</version>
<version>0.34.0</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.services</groupId>
<version>0.34.0-SNAPSHOT</version>
<version>0.34.0</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.services</groupId>
<version>0.34.0-SNAPSHOT</version>
<version>0.34.0</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>microservice-framework</artifactId>
<groupId>uk.gov.justice.services</groupId>
<version>0.34.0-SNAPSHOT</version>
<version>0.34.0</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.services</groupId>
<version>0.34.0-SNAPSHOT</version>
<version>0.34.0</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.services</groupId>
<version>0.34.0-SNAPSHOT</version>
<version>0.34.0</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.services</groupId>
<version>0.34.0-SNAPSHOT</version>
<version>0.34.0</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.services</groupId>
<version>0.34.0-SNAPSHOT</version>
<version>0.34.0</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.services</groupId>
<version>0.34.0-SNAPSHOT</version>
<version>0.34.0</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.services</groupId>
<version>0.34.0-SNAPSHOT</version>
<version>0.34.0</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.services</groupId>
<version>0.34.0-SNAPSHOT</version>
<version>0.34.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>event-repository</artifactId>
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.services</groupId>
<version>0.34.0-SNAPSHOT</version>
<version>0.34.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion event-sourcing/event-stream/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.services</groupId>
<version>0.34.0-SNAPSHOT</version>
<version>0.34.0</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>microservice-framework</artifactId>
<groupId>uk.gov.justice.services</groupId>
<version>0.34.0-SNAPSHOT</version>
<version>0.34.0</version>
</parent>

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

Expand Down
2 changes: 1 addition & 1 deletion example-context/example-persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>example-context</artifactId>
<groupId>uk.gov.justice.services.example</groupId>
<version>0.34.0-SNAPSHOT</version>
<version>0.34.0</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>example-command</artifactId>
<groupId>uk.gov.justice.services.example</groupId>
<version>0.34.0-SNAPSHOT</version>
<version>0.34.0</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>example-command</artifactId>
<groupId>uk.gov.justice.services.example</groupId>
<version>0.34.0-SNAPSHOT</version>
<version>0.34.0</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>example-command</artifactId>
<groupId>uk.gov.justice.services.example</groupId>
<version>0.34.0-SNAPSHOT</version>
<version>0.34.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion example-context/example-service/example-command/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>example-service</artifactId>
<groupId>uk.gov.justice.services.example</groupId>
<version>0.34.0-SNAPSHOT</version>
<version>0.34.0</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>example-event</artifactId>
<groupId>uk.gov.justice.services.example</groupId>
<version>0.34.0-SNAPSHOT</version>
<version>0.34.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Loading

0 comments on commit 7127986

Please sign in to comment.