Skip to content

Commit 37a6bbc

Browse files
authored
Merge pull request #18 from anjuchamantha/release-2.0.0
Release 2.0.0
2 parents 8907bfc + 9f22a24 commit 37a6bbc

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ A comprehensive reference implementation for SWIFT MT ↔ MX message translation
1919

2020
**🚀 Ready to use? Download the latest release:**
2121

22-
[![Download Translator](https://img.shields.io/badge/Download%20Translator-v1.0.3-success?style=for-the-badge)](https://github.com/wso2/reference-implementation-cbpr/releases/tag/translator-v1.0.3)
22+
[![Download Translator](https://img.shields.io/badge/Download%20Translator-v2.0.0-success?style=for-the-badge)](https://github.com/wso2/reference-implementation-cbpr/releases/tag/translator-v2.0.0)
2323

2424
[![Download Dashboard](https://img.shields.io/badge/Download%20Dashboard-v1.0.1-success?style=for-the-badge)](https://github.com/wso2/reference-implementation-cbpr/releases/tag/dashboard-v1.0.1)
2525

@@ -96,7 +96,7 @@ Visit the [Releases Page](https://github.com/wso2/reference-implementation-cbpr/
9696
- 📋 View release notes and changelogs
9797
```bash
9898
# Download latest release
99-
wget https://github.com/wso2/reference-implementation-cbpr/releases/latest/download/swift-mt-mx-translator-1.0.3.tar.gz
99+
wget https://github.com/wso2/reference-implementation-cbpr/releases/latest/download/swift-mt-mx-translator-2.0.0.tar.gz
100100

101101
# Extract and install
102102
tar -xzf swift-mt-mx-translator-*.tar.gz

translator/integrations/ftp-sftp/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ File-based integration for SWIFT MT ↔ MX message translation using FTP/SFTP pr
1616

1717
**🚀 Production Ready? Use the latest release:**
1818

19-
[![Download FTP/SFTP Release](https://img.shields.io/badge/Download%20FTP%2FSFTP%20Release-v1.0.3-success?style=for-the-badge)](https://github.com/wso2/reference-implementation-cbpr/releases/tag/translator-v1.0.3)
19+
[![Download FTP/SFTP Release](https://img.shields.io/badge/Download%20FTP%2FSFTP%20Release-v2.0.0-success?style=for-the-badge)](https://github.com/wso2/reference-implementation-cbpr/releases/tag/translator-v2.0.0)
2020

2121
**💡 Only need Java 17+ and FTP/SFTP server access!**
2222

@@ -52,7 +52,7 @@ File-based integration for SWIFT MT ↔ MX message translation using FTP/SFTP pr
5252
1. **Download and extract the release**
5353
```bash
5454
# Download latest release
55-
wget https://github.com/wso2/reference-implementation-cbpr/releases/latest/download/swift-mt-mx-translator-1.0.3.tar.gz
55+
wget https://github.com/wso2/reference-implementation-cbpr/releases/latest/download/swift-mt-mx-translator-2.0.0.tar.gz
5656

5757
# Extract
5858
tar -xzf swift-mt-mx-translator-*.tar.gz

translator/integrations/ftp-sftp/swiftMtMxTranslator/Ballerina.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
org = "wso2"
33
name = "swiftMtMxTranslator"
4-
version = "1.0.4"
4+
version = "2.0.0"
55
distribution = "2201.10.5"
66

77
[build-options]

translator/integrations/ftp-sftp/swiftMtMxTranslator/Dependencies.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ dependencies = [
285285
[[package]]
286286
org = "ballerina"
287287
name = "regex"
288-
version = "1.4.3"
288+
version = "1.3.2"
289289
dependencies = [
290290
{org = "ballerina", name = "jballerina.java"},
291291
{org = "ballerina", name = "lang.string"}
@@ -402,7 +402,7 @@ modules = [
402402
[[package]]
403403
org = "ballerinax"
404404
name = "financial.swiftmtToIso20022"
405-
version = "1.0.4"
405+
version = "2.0.0"
406406
dependencies = [
407407
{org = "ballerina", name = "data.xmldata"},
408408
{org = "ballerina", name = "io"},
@@ -421,7 +421,7 @@ modules = [
421421
[[package]]
422422
org = "wso2"
423423
name = "swiftMtMxTranslator"
424-
version = "1.0.2"
424+
version = "2.0.0"
425425
dependencies = [
426426
{org = "ballerina", name = "file"},
427427
{org = "ballerina", name = "ftp"},

0 commit comments

Comments
 (0)