diff --git a/.woodpecker/first-test.yml b/.woodpecker/first-test.yml
deleted file mode 100644
index 4e932b6..0000000
--- a/.woodpecker/first-test.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-when:
- - event: push
- branch: develop
-
-steps:
- - name: hello
- image: alpine
- commands:
- - echo "Hello World!"
-
- - name: sonarcloud-scan
- image: maven:3-amazoncorretto-17-alpine
- environment:
- SONAR_TOKEN:
- from_secret: sonar_token
- commands:
- - mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=th-schwarz_CloudflareDNS-java -Dsonar.token=$SONAR_TOKEN
\ No newline at end of file
diff --git a/.woodpecker/maven.yml b/.woodpecker/maven.yml
new file mode 100644
index 0000000..6cd51bf
--- /dev/null
+++ b/.woodpecker/maven.yml
@@ -0,0 +1,15 @@
+
+when:
+ - event: push
+ branch: develop
+
+steps:
+ - name: hello
+ image: alpine
+ commands:
+ - echo "Hello World!"
+
+ - name: maven verify
+ image: maven:3-amazoncorretto-17-alpine
+ commands:
+ - mvn -B verify
\ No newline at end of file
diff --git a/README.md b/README.md
index ed35766..c229358 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,6 @@
# CloudflareDNS-java
-
-
+[](https://ci.codeberg.org/repos/16522)
## Preface
@@ -9,7 +8,7 @@ This project provides a java client for minimalistic access to the Cloudflare AP
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 [GitLab Issues page](https://gitlab.com/th-schwarz/CloudflareDNS-java/-/issues).
+the [Codeberg Issues page](https://codeberg.org/th-schwarz/CloudflareDNS-java/issues).
---
diff --git a/pom.xml b/pom.xml
index 3db4998..7bc7faf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,16 +42,6 @@
5.14.2
5.21.0
-
- th-schwarz
- https://sonarcloud.io
- ${file.encoding}
- th-schwarz_CloudflareDNS-java
- CloudflareDNS-java
- develop
- develop
- src/test/java/**/*
-
1.18.20.0