diff --git a/plugin-management-cli/pom.xml b/plugin-management-cli/pom.xml index a94a7742..ff242d87 100644 --- a/plugin-management-cli/pom.xml +++ b/plugin-management-cli/pom.xml @@ -24,9 +24,15 @@ 2.33 - com.google.code.findbugs - jsr305 - 3.0.2 + com.github.spotbugs + spotbugs-annotations + true + + + com.google.code.findbugs + jsr305 + + com.github.stefanbirkner diff --git a/plugin-management-library/pom.xml b/plugin-management-library/pom.xml index 56f381bc..b9b75942 100644 --- a/plugin-management-library/pom.xml +++ b/plugin-management-library/pom.xml @@ -68,45 +68,37 @@ com.github.spotbugs spotbugs-annotations + true + + + com.google.code.findbugs + jsr305 + + - com.github.tomakehurst - wiremock-jre8 - 2.33.2 - test - - - - com.fasterxml.jackson.core - jackson-annotations - - - - com.fasterxml.jackson.core - jackson-databind - - + com.github.tomakehurst + wiremock-jre8 + 2.33.2 + test + + + + com.fasterxml.jackson.core + jackson-annotations + + + + com.fasterxml.jackson.core + jackson-databind + + - com.github.stefanbirkner - system-rules - 1.19.0 - test - + com.github.stefanbirkner + system-rules + 1.19.0 + test + - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - 8 - - - - - - diff --git a/pom.xml b/pom.xml index e86caa69..f1dc41d9 100644 --- a/pom.xml +++ b/pom.xml @@ -5,12 +5,14 @@ org.jenkins-ci jenkins - 1.85 + 1.86 + 2.12.9 -SNAPSHOT + jenkinsci/plugin-installation-manager-tool ${maven.multiModuleProjectDirectory}/src/spotbugs/spotbugs-excludes.xml @{project.version} @@ -25,18 +27,17 @@ plugin-management-library plugin-management-cli - - - scm:git:ssh://git@github.com/jenkinsci/plugin-installation-manager-tool.git - scm:git:ssh://git@github.com/jenkinsci/plugin-installation-manager-tool.git - https://github.com/jenkinsci/plugin-installation-manager-tool + + scm:git:https://github.com/${gitHubRepo}.git + scm:git:git@github.com:${gitHubRepo}.git + https://github.com/${gitHubRepo} ${scmTag} The MIT license - http://www.opensource.org/licenses/mit-license.php + https://opensource.org/licenses/MIT repo @@ -57,17 +58,6 @@ - - junit - junit - 4.13.2 - - - org.hamcrest - hamcrest-core - - - org.assertj assertj-core @@ -78,13 +68,6 @@ hamcrest-core 2.2 - - org.junit - junit-bom - 5.9.0 - pom - import - org.slf4j slf4j-api