From 0da03ae96cc87ae211883819098dbc976c340b5d Mon Sep 17 00:00:00 2001 From: Dmytro Vyazelenko <696855+vyazelenko@users.noreply.github.com> Date: Fri, 31 Jan 2025 11:48:26 +0100 Subject: [PATCH] Update `Implementation-Vendor`. --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 3093d9a74..b0ac62184 100644 --- a/build.gradle +++ b/build.gradle @@ -361,7 +361,7 @@ project(':sbe-tool') { 'Specification-Version': '1.0', 'Implementation-Title': 'SBE', 'Implementation-Version': sbeVersion, - 'Implementation-Vendor': 'Adaptive Financial Consulting', + 'Implementation-Vendor': 'Adaptive Financial Consulting Limited', 'Automatic-Module-Name': 'uk.co.real_logic.sbe.tool' ) } @@ -423,7 +423,7 @@ project(':sbe-all') { 'Specification-Version': '1.0', 'Implementation-Title': 'SBE', 'Implementation-Version': sbeVersion, - 'Implementation-Vendor': 'Adaptive Financial Consulting', + 'Implementation-Vendor': 'Adaptive Financial Consulting Limited', 'Automatic-Module-Name': 'uk.co.real_logic.sbe.all' ) } @@ -548,7 +548,7 @@ project(':sbe-samples') { 'Specification-Version': '1.0', 'Implementation-Title': 'SBE', 'Implementation-Version': sbeVersion, - 'Implementation-Vendor': 'Adaptive Financial Consulting', + 'Implementation-Vendor': 'Adaptive Financial Consulting Limited', 'Automatic-Module-Name': 'uk.co.real_logic.sbe.samples' ) }