diff --git a/.github/maven-settings.xml b/.github/maven-settings.xml index e71dc59..d26ffb9 100644 --- a/.github/maven-settings.xml +++ b/.github/maven-settings.xml @@ -5,9 +5,9 @@ - ossrh - ${env.OSSRH_USERNAME} - ${env.OSSRH_PASSWORD} + central + ${env.CENTRAL_USERNAME} + ${env.CENTRAL_PASSWORD} github.com @@ -17,13 +17,13 @@ - ossrh + central true gpg - + diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6398158..d35071a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,8 +64,8 @@ jobs: - name: Create release run: ./mvnw --settings .github/maven-settings.xml release:prepare release:perform -DskipTests -Prelease -B env: - OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }} - OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }} + CENTRAL_USERNAME: ${{ secrets.CENTRAL_TOKEN_USERNAME }} + CENTRAL_PASSWORD: ${{ secrets.CENTRAL_TOKEN_PASSWORD }} GIT_HUB_USERNAME: ${{ secrets.GIT_HUB_USERNAME }} GIT_HUB_TOKEN: ${{ secrets.GIT_HUB_TOKEN }} MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} diff --git a/documentation/releases/release-3.0.29.md b/documentation/releases/release-3.0.29.md new file mode 100644 index 0000000..8aa0380 --- /dev/null +++ b/documentation/releases/release-3.0.29.md @@ -0,0 +1,3 @@ +## Dependencies + +* Aligned dependencies with [Spring Boot 3.5.0](https://github.com/spring-projects/spring-boot/releases/tag/v3.5.0) diff --git a/pom.xml b/pom.xml index 55a03d4..9638226 100644 --- a/pom.xml +++ b/pom.xml @@ -41,16 +41,17 @@ 1.9.24 3.1.0 2.0.17 - 6.2.6 + 6.2.7 - 2.2 - 5.11.4 + 3.0 + 5.12.1 1.5.18 - 5.14.2 + 5.17.0 3.6.0 + 0.7.0 3.6.0 12.1.1 0.8.13 @@ -66,16 +67,15 @@ 2.1.0 3.3.1 3.5.3 - 1.7.0 - 1.19.1 + 1.19.4 4.9.3.0 2.18.0 - 10.23.1 + 10.24.0 1.5.0 1.14.0 - 1.2.2 + 1.2.3 7.13.0 @@ -245,9 +245,9 @@ - org.sonatype.plugins - nexus-staging-maven-plugin - ${nexus-staging-plugin.version} + org.sonatype.central + central-publishing-maven-plugin + ${central-publishing-plugin.version} @@ -717,13 +717,13 @@ - org.sonatype.plugins - nexus-staging-maven-plugin + org.sonatype.central + central-publishing-maven-plugin true - ossrh - https://oss.sonatype.org/ - true + central + true + published @@ -754,13 +754,5 @@ github https://github.com/spt-development/spt-development-cid-jms-spring - - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - - ossrh - https://oss.sonatype.org/content/repositories/snapshots -