The URLs that are used in within the [build.gradle](https://github.com/redis-field-engineering/testcontainers-redis/blob/49010721a3f4f87d7cfb1bee207256dace67314c/build.gradle#L9) and subsequently the generated pom are incorrect when publishing to Maven Central, pointing to https://github.com/redis-field-engineering/testcontainers-redis-build which doesn't exist. This ends up being the URL shown in [Maven Central](https://search.maven.org/artifact/com.redis/testcontainers-redis/2.2.3/jar) and is the URL that is used by automation tools like dependabot to generate changelogs. <img width="635" alt="Image" src="https://github.com/user-attachments/assets/59022779-91c6-48b5-8c1c-7f2bf54e1ca6" /> This is due to the project name that is defined in [settings.gradle](https://github.com/redis-field-engineering/testcontainers-redis/blob/49010721a3f4f87d7cfb1bee207256dace67314c/settings.gradle#L18)