diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml index 9ac2968..1f36364 100644 --- a/.mvn/extensions.xml +++ b/.mvn/extensions.xml @@ -2,6 +2,6 @@ io.jenkins.tools.incrementals git-changelist-maven-extension - 1.4 + 1.7 diff --git a/.mvn/maven.config b/.mvn/maven.config index 2a0299c..f7daf60 100644 --- a/.mvn/maven.config +++ b/.mvn/maven.config @@ -1,2 +1,3 @@ -Pconsume-incrementals -Pmight-produce-incrementals +-Dchangelist.format=%d.v%s diff --git a/Jenkinsfile b/Jenkinsfile index 7184620..4a50170 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,8 +2,11 @@ See the documentation for more options: https://github.com/jenkins-infra/pipeline-library/ */ - -buildPlugin(useContainerAgent: true, configurations: [ - [ platform: "linux", jdk: "8", jenkins: null ], - [ platform: "linux", jdk: "11", jenkins: null ] -]) +buildPlugin( + forkCount: '1C', // run this number of tests in parallel for faster feedback. If the number terminates with a 'C', the value will be multiplied by the number of available CPU cores + useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests + configurations: [ + [platform: 'linux', jdk: 21], + [platform: 'windows', jdk: 17], + ] +) diff --git a/pom.xml b/pom.xml index 256a024..0dd792d 100644 --- a/pom.xml +++ b/pom.xml @@ -4,20 +4,17 @@ org.jenkins-ci.plugins plugin - 4.47 + 4.76 io.jenkins.plugins material-theme - ${revision}${changelist} + ${changelist} hpi - 0.5.2 - -SNAPSHOT + 999999-SNAPSHOT jenkinsci/material-theme-plugin - 2.346.1 - @{project.version} - true + 2.414.3 Material Theme https://github.com/jenkinsci/material-theme-plugin @@ -25,8 +22,8 @@ io.jenkins.tools.bom - bom-2.346.x - 1607.va_c1576527071 + bom-2.414.x + 2675.v1515e14da_7a_6 import pom @@ -37,7 +34,6 @@ io.jenkins.plugins theme-manager - 1.5 io.jenkins @@ -91,7 +87,7 @@ ro.isdc.wro4j wro4j-maven-plugin - 1.7.0 + 2.1.1 ro.isdc.wro.maven.plugin.manager.factory.ConfigurableWroManagerFactory ${basedir}/src/main/config/wro.xml