Skip to content

Commit

Permalink
9.1.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
zubri committed Oct 3, 2021
1 parent 5caad68 commit 3bbbd68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Prowide ISO 20022 - CHANGELOG
-----------------------------------------------------------------------------------------------------------------------

SNAPSHOT 9.1.8
* (PW-584) Adding localized line separator in the model to XML serialization
RELEASE 9.1.8 - October 2021
* (PW-584) Enhanced the XML serialization to use localized line separators

RELEASE 9.1.7 - June 2021
* (GH-26) Fixed AppHdr JSON conversion with explicit new namespace field as discriminator
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'maven'

def SRU = "2020"

version = "SRU${SRU}-9.1.8-SNAPSHOT"
version = "SRU${SRU}-9.1.8"
group 'com.prowidesoftware'

sourceCompatibility = '1.8'
Expand Down Expand Up @@ -225,7 +225,7 @@ task writePom {

dependencies {
// included build (keep in sync with the latest Prowide Core version, this goes to Maven transitive dependency)
api 'com.prowidesoftware:pw-swift-core:SRU2020-9.1.5'
api 'com.prowidesoftware:pw-swift-core:SRU2020-9.1.8'
implementation 'org.apache.commons:commons-lang3:3.8.1'
implementation 'com.google.code.gson:gson:2.8.2'
}
Expand Down

0 comments on commit 3bbbd68

Please sign in to comment.