diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml new file mode 100644 index 0000000..40149bf --- /dev/null +++ b/.github/release-drafter.yml @@ -0,0 +1,2 @@ +_extends: .github +tag-template: token-macro-$NEXT_MINOR_VERSION diff --git a/pom.xml b/pom.xml index ec00fa8..73408a2 100644 --- a/pom.xml +++ b/pom.xml @@ -1,206 +1,189 @@ - - 4.0.0 - - - org.jenkins-ci.plugins - plugin - 4.15 - - - - - 2.274 - 8 - - - - - The MIT License (MIT) - http://opensource.org/licenses/MIT - repo - - - - token-macro - 2.15-SNAPSHOT - hpi - Token Macro Plugin - This plugin adds reusable macro expansion capability for other plugins to use. - https://github.com/jenkinsci/token-macro-plugin - - - - kohsuke - Kohsuke Kawaguchi - kkawaguchi@cloudbees.com - - - slide_o_mix - Alex Earl - slide.o.mix@gmail.com - - - - - scm:git:git://github.com/jenkinsci/token-macro-plugin.git - scm:git:git@github.com:jenkinsci/token-macro-plugin.git - https://github.com/jenkinsci/token-macro-plugin - HEAD - - - - - - io.jenkins.tools.bom - bom-2.263.x - 21 - import - pom - - - - - - - org.jenkins-ci.plugins.workflow - workflow-step-api - - - org.ow2.asm - asm - 9.0 - provided - - - org.ow2.asm - asm-tree - 9.0 - provided - - - org.ow2.asm - asm-analysis - 9.0 - provided - - - org.ow2.asm - asm-util - 9.0 - provided - - - org.parboiled - parboiled-java - 1.3.1 - - - com.jayway.jsonpath - json-path - 2.5.0 - - - org.ow2.asm - asm - - - - - org.jenkins-ci.plugins - structs - - - - - junit - junit - test - - - org.jenkins-ci.plugins.workflow - workflow-api - test - - - org.jenkins-ci.plugins - scm-api - test - - - org.jenkins-ci.plugins.workflow - workflow-cps - test - - - org.jenkins-ci.plugins.workflow - workflow-job - test - - - org.jenkins-ci.plugins.workflow - workflow-durable-task-step - test - - - org.jenkins-ci.plugins.workflow - workflow-basic-steps - 2.23 - test - - - org.jenkins-ci.plugins.workflow - workflow-step-api - tests - test - - - org.jenkins-ci.plugins.workflow - workflow-support - tests - test - - - org.mockito - mockito-core - 3.7.7 - test - - - hamcrest-core - org.hamcrest - - - - - - - - - maven-javadoc-plugin - 3.2.0 - - true - - http://javadoc.jenkins.io/ - - - 8 - - - - - - - - repo.jenkins-ci.org - https://repo.jenkins-ci.org/public/ - - - - - - repo.jenkins-ci.org - https://repo.jenkins-ci.org/public/ - - - + + 4.0.0 + + + org.jenkins-ci.plugins + plugin + 4.16 + + + + + 2.274 + 8 + + + + + The MIT License (MIT) + http://opensource.org/licenses/MIT + repo + + + + token-macro + 2.16-SNAPSHOT + hpi + Token Macro Plugin + This plugin adds reusable macro expansion capability for other plugins to use. + https://github.com/jenkinsci/token-macro-plugin + + + + kohsuke + Kohsuke Kawaguchi + kkawaguchi@cloudbees.com + + + slide_o_mix + Alex Earl + slide.o.mix@gmail.com + + + + + scm:git:git://github.com/jenkinsci/token-macro-plugin.git + scm:git:git@github.com:jenkinsci/token-macro-plugin.git + https://github.com/jenkinsci/token-macro-plugin + HEAD + + + + + + io.jenkins.tools.bom + bom-2.263.x + 26 + import + pom + + + + + + + org.jenkins-ci.plugins.workflow + workflow-step-api + + + org.parboiled + parboiled-java + 1.3.1 + + + + org.ow2.asm + * + + + + + com.jayway.jsonpath + json-path + 2.5.0 + + + org.ow2.asm + asm + + + + + org.jenkins-ci.plugins + structs + + + + + junit + junit + test + + + org.jenkins-ci.plugins.workflow + workflow-api + test + + + org.jenkins-ci.plugins + scm-api + test + + + org.jenkins-ci.plugins.workflow + workflow-cps + test + + + org.jenkins-ci.plugins.workflow + workflow-job + test + + + org.jenkins-ci.plugins.workflow + workflow-durable-task-step + test + + + org.jenkins-ci.plugins.workflow + workflow-basic-steps + 2.23 + test + + + org.jenkins-ci.plugins.workflow + workflow-step-api + tests + test + + + org.jenkins-ci.plugins.workflow + workflow-support + tests + test + + + org.mockito + mockito-core + 3.8.0 + test + + + hamcrest-core + org.hamcrest + + + + + + + + + maven-javadoc-plugin + 3.2.0 + + true + + http://javadoc.jenkins.io/ + + + 8 + + + + + + + + repo.jenkins-ci.org + https://repo.jenkins-ci.org/public/ + + + + + + repo.jenkins-ci.org + https://repo.jenkins-ci.org/public/ + + +