From 16b97b79b3ff3014522e33d188b35bcb64ed407e Mon Sep 17 00:00:00 2001 From: Ulli Hafner Date: Wed, 24 Jan 2024 11:06:03 +0100 Subject: [PATCH] [maven-release-plugin] rollback the release of v3.40.0 --- doc/dependency-graph.puml | 11 ----------- pom.xml | 41 ++++++++++++++++++++------------------- 2 files changed, 21 insertions(+), 31 deletions(-) diff --git a/doc/dependency-graph.puml b/doc/dependency-graph.puml index 6b98889d..5a65fa29 100644 --- a/doc/dependency-graph.puml +++ b/doc/dependency-graph.puml @@ -6,15 +6,4 @@ skinparam rectangle { BackgroundColor<> lightBlue BackgroundColor<> lightGray } -rectangle "spotbugs-annotations\n\n4.8.3" as com_github_spotbugs_spotbugs_annotations_jar -rectangle "jsr305\n\n3.0.2" as com_google_code_findbugs_jsr305_jar -rectangle "codingstyle\n\n3.41.0-SNAPSHOT" as edu_hm_hafner_codingstyle_jar -rectangle "error_prone_annotations\n\n2.24.1" as com_google_errorprone_error_prone_annotations_jar -rectangle "commons-lang3\n\n3.14.0" as org_apache_commons_commons_lang3_jar -rectangle "commons-io\n\n2.15.1" as commons_io_commons_io_jar -com_github_spotbugs_spotbugs_annotations_jar -[#000000]-> com_google_code_findbugs_jsr305_jar -edu_hm_hafner_codingstyle_jar -[#000000]-> com_github_spotbugs_spotbugs_annotations_jar -edu_hm_hafner_codingstyle_jar -[#000000]-> com_google_errorprone_error_prone_annotations_jar -edu_hm_hafner_codingstyle_jar -[#000000]-> org_apache_commons_commons_lang3_jar -edu_hm_hafner_codingstyle_jar -[#000000]-> commons_io_commons_io_jar @enduml \ No newline at end of file diff --git a/pom.xml b/pom.xml index ef807e6c..056f735c 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 edu.hm.hafner codingstyle - 3.41.0-SNAPSHOT + 3.40.0-SNAPSHOT jar @@ -87,7 +87,7 @@ 4.8.3.0 1.12.0 0.8.11 - 1.15.6 + 1.15.3 1.2.1 2.24.1 0.10.21 @@ -252,6 +252,7 @@ release deploy v@{project.version} + clean install com.github.ferstl:depgraph-maven-plugin:graph scm:add -Dincludes=doc/dependency-graph.puml @@ -723,24 +724,21 @@ - - - - - com.github.ferstl - depgraph-maven-plugin - ${depgraph-maven-plugin.version} - - puml - compile - true - true - true - true - dependency-graph - ${project.basedir}/doc - - + + com.github.ferstl + depgraph-maven-plugin + ${depgraph-maven-plugin.version} + + puml + compile + true + true + true + true + dependency-graph + ${project.basedir}/doc + + org.apache.maven.plugins maven-scm-plugin @@ -750,6 +748,9 @@ true + + + org.pitest pitest-maven