From fa09ae5987d85cc808bb80ded5d89b3616fc057a Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Sat, 12 Apr 2025 18:36:00 +0200 Subject: [PATCH] Update repository URL and dependency version in README Replaced the Maven repository URL with the new GitLab package URL and updated the dependency version from `0.1.0-beta.1` to `0.1.0.beta-2`. This ensures compatibility with the latest hosting and artifact version. --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 7bbd19c..ac8de77 100644 --- a/README.md +++ b/README.md @@ -37,20 +37,19 @@ The project has its own maven repository. It can be added to the `pom.xml`: ```xml - - github-cloudflaredns - GitHub Maven Packages - https://maven.pkg.github.com/th-schwarz/CloudflareDNS-java - + + gitlab-cloudflare + https://gitlab.com/api/v4/projects/68509751/packages/maven + ``` The dependency is: ```xml - codes.thischwa - cloudflaredns - 0.1.0-beta.1 + codes.thischwa + cloudflaredns + 0.1.0.beta-2 ```