Skip to content

Commit 0ba6b96

Browse files
i.maragkopoulosAlexandros Polichronopoulos
authored andcommitted
Update README and use version 1.5.7 of translator
1 parent ee596e6 commit 0ba6b96

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ It has a dependency to
2626
- MT library version `20.5.0`
2727
- SEPA library version `19.20.0`
2828
- MX library version `20.13.0`
29-
- Swift Translator library version `1.5.5`
29+
- Swift Translator library version `1.5.7`
3030

3131
## Features
3232

@@ -43,7 +43,7 @@ It has a dependency to
4343
- Create Cancellation Request for a pacs.008
4444
- Create Resolution Of Investigation for a pacs.008
4545

46-
### The following MX operations are available
46+
### The following ISO20022(MX) operations are available
4747
- Validate an MX message and return it as JSON
4848

4949
### The following SWIFT Translator operations are available

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>com.paymentcomponents.libraries</groupId>
1212
<artifactId>rest-sdk-wrapper</artifactId>
13-
<version>1.1.0</version>
13+
<version>1.1.1</version>
1414
<name>rest-sdk-wrapper</name>
1515
<description>Wrapper for Payment Components Financial Messaging Libraries</description>
1616

@@ -19,7 +19,7 @@
1919
<smv.version>20.5.0</smv.version>
2020
<mx.version>20.13.0</mx.version>
2121
<sepa.version>19.20.0</sepa.version>
22-
<swift.translator.version>1.5.5</swift.translator.version>
22+
<swift.translator.version>1.5.7</swift.translator.version>
2323
</properties>
2424

2525
<repositories>
@@ -73,7 +73,7 @@
7373
</dependency>
7474
<dependency>
7575
<groupId>gr.datamation</groupId>
76-
<artifactId>swift-translator</artifactId>
76+
<artifactId>translator-cbpr</artifactId>
7777
<version>${swift.translator.version}</version>
7878
<classifier>full</classifier>
7979
</dependency>

0 commit comments

Comments
 (0)