File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
translator/integrations/ftp-sftp Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff 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
102102tar -xzf swift-mt-mx-translator-* .tar.gz
Original file line number Diff line number Diff 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
52521 . ** 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
Original file line number Diff line number Diff line change 11[package ]
22org = " wso2"
33name = " swiftMtMxTranslator"
4- version = " 1 .0.4 "
4+ version = " 2 .0.0 "
55distribution = " 2201.10.5"
66
77[build-options ]
Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ dependencies = [
285285[[package ]]
286286org = " ballerina"
287287name = " regex"
288- version = " 1.4.3 "
288+ version = " 1.3.2 "
289289dependencies = [
290290 {org = " ballerina" , name = " jballerina.java" },
291291 {org = " ballerina" , name = " lang.string" }
@@ -402,7 +402,7 @@ modules = [
402402[[package ]]
403403org = " ballerinax"
404404name = " financial.swiftmtToIso20022"
405- version = " 1 .0.4 "
405+ version = " 2 .0.0 "
406406dependencies = [
407407 {org = " ballerina" , name = " data.xmldata" },
408408 {org = " ballerina" , name = " io" },
@@ -421,7 +421,7 @@ modules = [
421421[[package ]]
422422org = " wso2"
423423name = " swiftMtMxTranslator"
424- version = " 1 .0.2 "
424+ version = " 2 .0.0 "
425425dependencies = [
426426 {org = " ballerina" , name = " file" },
427427 {org = " ballerina" , name = " ftp" },
You can’t perform that action at this time.
0 commit comments