diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml index 5f510417..43d62816 100644 --- a/.mvn/extensions.xml +++ b/.mvn/extensions.xml @@ -2,6 +2,6 @@ io.jenkins.tools.incrementals git-changelist-maven-extension - 1.1 + 1.2 diff --git a/Jenkinsfile b/Jenkinsfile index 87a086da..39b42fc8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1 +1 @@ -buildPlugin(configurations: buildPlugin.recommendedConfigurations()) +buildPlugin(useAci: true) diff --git a/pom.xml b/pom.xml index 9789133d..e0337dc0 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.jenkins-ci.plugins plugin - 4.2 + 4.13 @@ -21,10 +21,10 @@ 6.15 -SNAPSHOT - 2.176.1 + jenkinsci/${project.artifactId}-plugin + 2.204.6 8 false - 1.36 5.2 @@ -35,9 +35,9 @@ - scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git - scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git - https://github.com/jenkinsci/${project.artifactId}-plugin + scm:git:git://github.com/${gitHubRepo}.git + scm:git:git@github.com:${gitHubRepo}.git + https://github.com/${gitHubRepo} ${scmTag} @@ -58,8 +58,8 @@ io.jenkins.tools.bom - bom-2.176.x - 9 + bom-2.204.x + 17 import pom @@ -75,19 +75,17 @@ org.jenkins-ci.plugins matrix-auth - 2.0 + 2.5.1 test io.jenkins configuration-as-code - ${configuration-as-code-plugin.version} test io.jenkins.configuration-as-code test-harness - ${configuration-as-code-plugin.version} test