Update pom.xml and README.md: Migrate repository URLs from GitLab to Codeberg.

This commit is contained in:
2026-03-03 17:44:09 +01:00
parent cd2bc207ef
commit 880a6c7380
2 changed files with 10 additions and 6 deletions
+3 -3
View File
@@ -29,11 +29,11 @@ This guide comes without any warranty. Use at your own risk. The author is not r
The project has its own maven repository. It can be added to the `pom.xml`:
```xml<p>
```xml
<repositories>
<repository>
<id>gitlab-cloudflare</id>
<url>https://gitlab.com/api/v4/projects/68509751/packages/maven</url>
<id>gitea</id>
<url>https://codeberg.org/api/packages/th-schwarz/maven</url>
</repository>
</repositories>
```
+7 -3
View File
@@ -64,14 +64,18 @@
<distributionManagement>
<repository>
<id>codeberg-cloudflaredns</id>
<url>https://codeberg.org/th-schwarz/CloudflareDNS-java/raw/branch/main/maven/</url>
<url>https://codeberg.org/api/packages/th-schwarz/maven</url>
<releases>
<enabled>true</enabled>
</releases>
</repository>
<snapshotRepository>
<id>codeberg-cloudflaredns</id>
<url>https://codeberg.org/api/packages/th-schwarz/maven</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</snapshotRepository>
</distributionManagement>
<dependencies>
@@ -280,4 +284,4 @@
</plugins>
</build>
</project>
</project>