File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
translator/integrations/ftp-sftp Expand file tree Collapse file tree 3 files changed +5
-5
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-v2.0.5 -success?style=for-the-badge )] ( https://github.com/wso2/reference-implementation-cbpr/releases/tag/translator-v2.0.5 )
22+ [ ![ Download Translator] ( https://img.shields.io/badge/Download%20Translator-v2.0.6 -success?style=for-the-badge )] ( https://github.com/wso2/reference-implementation-cbpr/releases/tag/translator-v2.0.6 )
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-2.0.5 .tar.gz
99+ wget https://github.com/wso2/reference-implementation-cbpr/releases/latest/download/swift-mt-mx-translator-2.0.6 .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-v2.0.5 -success?style=for-the-badge )] ( https://github.com/wso2/reference-implementation-cbpr/releases/tag/translator-v2.0.5 )
19+ [ ![ Download FTP/SFTP Release] ( https://img.shields.io/badge/Download%20FTP%2FSFTP%20Release-v2.0.6 -success?style=for-the-badge )] ( https://github.com/wso2/reference-implementation-cbpr/releases/tag/translator-v2.0.6 )
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-2.0.5 .tar.gz
55+ wget https://github.com/wso2/reference-implementation-cbpr/releases/latest/download/swift-mt-mx-translator-2.0.6 .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 = " 2.0.6 "
4+ version = " 2.0.7 "
55distribution = " 2201.10.5"
66
77[build-options ]
You can’t perform that action at this time.
0 commit comments