From 0a401b164c45f3d8e227f6900f85a364baf22b57 Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Thu, 25 Jun 2026 18:55:00 +0200 Subject: [PATCH] Migrate project hosting and repository URLs from Codeberg to Gitea. --- README.md | 6 ++---- pom.xml | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index a254686..b7218fc 100644 --- a/README.md +++ b/README.md @@ -8,15 +8,13 @@ [![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=th-schwarz_CloudflareDNS-java&metric=ncloc)](https://sonarcloud.io/summary/new_code?id=th-schwarz_CloudflareDNS-java) [![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=th-schwarz_CloudflareDNS-java&metric=code_smells)](https://sonarcloud.io/summary/new_code?id=th-schwarz_CloudflareDNS-java) -[![codeberg.png](docs/codeberg.png)](https://codeberg.org/th-schwarz/CloudflareDNS-java) - ## Preface This project provides a java client for minimalistic access to the Cloudflare API version 4, which is mainly used for managing DNS settings such as creating, updating and deleting DNS records. If you encounter any bugs or find missing features, feel free to report them on -the [Codeberg Issues page](https://codeberg.org/th-schwarz/CloudflareDNS-java/issues). +the [Gitea Issues page](https://git.mein-gateway.de/thischwa/CloudflareDNS-java/issues). --- @@ -28,7 +26,7 @@ This guide comes without any warranty. Use at your own risk. The author is not r ## Get It -The project has its own maven repository. Follow the instructions on the latest [package](https://codeberg.org/th-schwarz/-/packages/maven/codes.thischwa:cloudflaredns/) to add the repository to your project. +The project has its own maven repository. Follow the instructions on the latest [package](https://git.mein-gateway.de/thischwa/-/packages) to add the repository to your project. ## Changelog diff --git a/pom.xml b/pom.xml index f1bc8c5..94e6571 100644 --- a/pom.xml +++ b/pom.xml @@ -10,8 +10,8 @@ jar - https://codeberg.org/th-schwarz/CloudflareDNS-java/issues - Codeberg Issues + https://git.mein-gateway.de/thischwa/CloudflareDNS-java/issues + Gitea Issues @@ -55,23 +55,23 @@ - scm:git:git@codeberg.org:th-schwarz/CloudflareDNS-java.git - scm:git:git@codeberg.org:th-schwarz/CloudflareDNS-java.git - https://codeberg.org/th-schwarz/CloudflareDNS-java - v0.1.0 + scm:git:https://git.mein-gateway.de/thischwa/CloudflareDNS-java.git + scm:git:https://git.mein-gateway.de/thischwa/CloudflareDNS-java.git + https://git.mein-gateway.de/thischwa/CloudflareDNS-java + HEAD - codeberg-cloudflaredns - https://codeberg.org/api/packages/th-schwarz/maven + mygitea + https://git.mein-gateway.de/api/packages/thischwa/maven true - codeberg-cloudflaredns - https://codeberg.org/api/packages/th-schwarz/maven + mygitea + https://git.mein-gateway.de/api/packages/thischwa/maven true