Skip to content

Commit

Permalink
Update to 6.4.6 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshsubramanian committed May 20, 2020
1 parent 46d5a1e commit a7eb05d
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file, which follo
on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to
[Semantic Versioning](http://semver.org/).

## [6.4.6] - 2020-05-19
### Changed
- PostCodeGenerator now converts character by character, rather than based on length of inpute value.
The advantage is that anonymisation keeps the exact same format of post codes. Alphabetic characters
are changed to A, and numeric values are changeed to 1. Spaces persists if existing.

## [6.4.5] - 2020-03-08
### Added
- Added global whitelisting of attributes when using the anonymisation cartridge. This will now make it easier to
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>6.4.6-SNAPSHOT</version>
<version>6.4.6</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>6.4.6-SNAPSHOT</version>
<version>6.4.6</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>6.4.6-SNAPSHOT</version>
<version>6.4.6</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>6.4.6-SNAPSHOT</version>
<version>6.4.6</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>6.4.6-SNAPSHOT</version>
<version>6.4.6</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>6.4.6-SNAPSHOT</version>
<version>6.4.6</version>
</parent>

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

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>6.4.6-SNAPSHOT</version>
<version>6.4.6</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 @@ -4,7 +4,7 @@
<parent>
<artifactId>stream-transformation-tool</artifactId>
<groupId>uk.gov.justice</groupId>
<version>6.4.6-SNAPSHOT</version>
<version>6.4.6</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>6.4.6-SNAPSHOT</version>
<version>6.4.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit a7eb05d

Please sign in to comment.