diff --git a/doc/changes/changes_2.0.2.md b/doc/changes/changes_2.0.2.md index abe4c7d..31da7f5 100644 --- a/doc/changes/changes_2.0.2.md +++ b/doc/changes/changes_2.0.2.md @@ -1,4 +1,4 @@ -# hamcrest-multiline-text-matcher 2.0.2, released 2024-09-02 +# hamcrest-multiline-text-matcher 2.0.2, released 2024-09-05 Codename: Update dependencies on top of 2.0.1 diff --git a/pom.xml b/pom.xml index a1c70aa..81972db 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,6 @@ UTF-8 11 - true https://sonarcloud.io itsallcode ${git.commit.time} @@ -28,6 +27,45 @@ test + + + ossrh + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.7.0 + true + + ossrh + https://oss.sonatype.org/ + true + + + + org.apache.maven.plugins + maven-gpg-plugin + 3.2.5 + + + sign-artifacts + verify + + sign + + + + + + org.apache.maven.plugins + maven-deploy-plugin + 3.1.3 + + + + + @@ -233,39 +271,6 @@ - - org.apache.maven.plugins - maven-gpg-plugin - 3.2.5 - - - sign-artifacts - verify - - sign - - - - - ${skipSigningArtifacts} - - - - org.apache.maven.plugins - maven-deploy-plugin - 3.1.3 - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.7.0 - true - - ossrh - https://oss.sonatype.org/ - true - - org.apache.maven.plugins maven-artifact-plugin