diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 06361f6b..ecec49d9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ on: jobs: publish-release: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: github.repository == 'secureCodeBox/defectdojo-client-java' permissions: contents: write # needed for release creation @@ -49,7 +49,7 @@ jobs: with: java-version: 17 distribution: temurin - server-id: ossrh + server-id: central server-username: MAVEN_USERNAME server-password: MAVEN_PASSWORD gpg-private-key: ${{ secrets.SIGNING_KEY }} diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 044e9883..32c5f4c0 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -13,7 +13,7 @@ on: jobs: publish-snapshot: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: github.repository == 'secureCodeBox/defectdojo-client-java' steps: @@ -25,7 +25,7 @@ jobs: with: java-version: 17 distribution: temurin - server-id: ossrh + server-id: central server-username: MAVEN_USERNAME server-password: MAVEN_PASSWORD diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aedf66a7..b8d13c14 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ on: [pull_request, push, workflow_dispatch] jobs: test: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout repository diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index bf47eb13..f9c2fb81 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -29,3 +29,4 @@ Committing with `git commit -s` will add the sign-off at the end of the commit m - Sven Strittmatter - Timo Pagel - Heiko Kiesel +- Patrick Weiss diff --git a/pom.xml b/pom.xml index 1a6ca159..e9bfcb00 100644 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,9 @@ - + 4.0.0 + io.securecodebox defectdojo-client 2.0.2-SNAPSHOT @@ -24,17 +26,6 @@ https://www.securecodebox.io/ - - ${maven.version} - - - - scm:git:https://github.com/secureCodeBox/defectdojo-client-java.git - scm:git:https://github.com/secureCodeBox/defectdojo-client-java.git - https://github.com/secureCodeBox/defectdojo-client-java.git - defectdojo-client-2.0.0 - - jannik.hollenbach @@ -63,6 +54,22 @@ + + ${maven.version} + + + + github + https://github.com/secureCodeBox/defectdojo-client-java/issues + + + + scm:git:https://github.com/secureCodeBox/defectdojo-client-java.git + scm:git:https://github.com/secureCodeBox/defectdojo-client-java.git + https://github.com/secureCodeBox/defectdojo-client-java.git + defectdojo-client-2.0.0 + + 3.5.0 UTF-8 @@ -122,12 +129,12 @@ ${com.fasterxml.jackson.version} - org.slf4j - slf4j-api - 2.0.11 + org.slf4j + slf4j-api + 2.0.11 - + org.projectlombok lombok 1.18.30 @@ -178,23 +185,25 @@ - - - ossrh - https://oss.sonatype.org/content/repositories/snapshots - - - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - - release + org.sonatype.central + central-publishing-maven-plugin + 0.8.0 + true + + central + true + true + published + + + + org.apache.maven.plugins maven-gpg-plugin 3.1.0 @@ -259,8 +268,8 @@ - - + + ${project.build.version.target} @@ -319,18 +328,6 @@ 3.2.5 - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.13 - true - - ossrh - https://oss.sonatype.org/ - true - - - maven-javadoc-plugin 3.6.3 @@ -380,11 +377,7 @@ org.jacoco jacoco-maven-plugin - - - org.sonatype.plugins - nexus-staging-maven-plugin - - + + \ No newline at end of file