Skip to content

Commit e527237

Browse files
[ACL-312] Update Maven Central badge URL to Sonatype Central (#381)
Co-authored-by: Claude <noreply@anthropic.com>
1 parent 1570649 commit e527237

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/).
77

8-
## [17.5.0]
8+
## [17.5.1] - 2025-10-31
9+
### Fixed
10+
* Update Sonatype Central badge url in order to show latest version
11+
12+
## [17.5.0] - 2025-10-24
913
### Added
1014
* Add support for Verified Payouts with user-determined beneficiary type
1115
* Add HPP link builder support for payouts

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TrueLayer Java
22

3-
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.truelayer/truelayer-java/badge.svg?style=flat)](https://search.maven.org/artifact/com.truelayer/truelayer-java)
3+
[![Maven Central](https://maven-badges.sml.io/sonatype-central/com.truelayer/truelayer-java/badge.svg?style=flat)](https://central.sonatype.com/artifact/com.truelayer/truelayer-java)
44
[![javadoc](https://javadoc.io/badge2/com.truelayer/truelayer-java/javadoc.svg)](https://javadoc.io/doc/com.truelayer/truelayer-java)
55
[![Coverage Status](https://coveralls.io/repos/github/TrueLayer/truelayer-java/badge.svg?t=gcGKQv)](https://coveralls.io/github/TrueLayer/truelayer-java)
66
[![Scheduled acceptance tests in Sandbox environment](https://github.com/TrueLayer/truelayer-java/actions/workflows/workflow-scheduled-acceptance-tests.yml/badge.svg)](https://github.com/TrueLayer/truelayer-java/actions/workflows/workflow-scheduled-acceptance-tests.yml)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Main properties
22
group=com.truelayer
33
archivesBaseName=truelayer-java
4-
version=17.5.0
4+
version=17.5.1
55

66
# Artifacts properties
77
project_name=TrueLayer Java

0 commit comments

Comments
 (0)