Skip to content

Commit

Permalink
Update Implementation-Vendor.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Jan 31, 2025
1 parent 1942f3d commit 0da03ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
)
}
Expand Down Expand Up @@ -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'
)
}
Expand Down Expand Up @@ -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'
)
}
Expand Down

0 comments on commit 0da03ae

Please sign in to comment.