Skip to content

Commit

Permalink
Update to 4.1.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinYSpasov committed Oct 30, 2018
1 parent 5532b4c commit bd176a7
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to

## [Unreleased]

## [4.1.0] - 2018-10-30

### Changed
- fix stream closing issue.

# [4.0.0] - 2018-10-25

### Added
Expand Down
2 changes: 1 addition & 1 deletion event-tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>uk.gov.justice</groupId>
<artifactId>stream-transformation-tool</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<packaging>war</packaging>
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 @@

<artifactId>stream-transformation-tool</artifactId>
<packaging>pom</packaging>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>

<scm>
<connection>${cpp.scm.connection}</connection>
Expand Down
2 changes: 1 addition & 1 deletion stream-transformation-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>stream-transformation-tool</artifactId>
<groupId>uk.gov.justice</groupId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<artifactId>stream-transformation-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion stream-transformation-test/sample-transformations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>stream-transformation-test</artifactId>
<groupId>uk.gov.justice</groupId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<artifactId>stream-transformations</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>stream-transformation-test</artifactId>
<groupId>uk.gov.justice</groupId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<artifactId>stream-transformation-it</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>stream-transformation-test</artifactId>
<groupId>uk.gov.justice</groupId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<artifactId>stream-transformation-performance-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion stream-transformation-tool-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>uk.gov.justice</groupId>
<artifactId>stream-transformation-tool</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<artifactId>stream-transformation-tool-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion stream-transformation-tool-fraction/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>stream-transformation-tool</artifactId>
<groupId>uk.gov.justice</groupId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

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

Expand Down

0 comments on commit bd176a7

Please sign in to comment.