From ad3c7600b43cc08af155ac21003fd122e7f27c0b Mon Sep 17 00:00:00 2001 From: "M.P. Korstanje" Date: Thu, 28 May 2020 15:03:38 +0200 Subject: [PATCH] [maven-release-plugin] prepare release v5.1.3 --- examples/pom.xml | 182 +++++++++++++-------------- groovy/pom.xml | 4 +- pom.xml | 313 +++++++++++++++++++++++------------------------ 3 files changed, 249 insertions(+), 250 deletions(-) diff --git a/examples/pom.xml b/examples/pom.xml index 44415ca..8cd54fc 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -1,91 +1,91 @@ - - 4.0.0 - - - io.cucumber - cucumber-jvm-groovy - 5.1.3-SNAPSHOT - - - groovy-examples - jar - Cucumber Groovy Examples - - - 1.8 - 5.6.0 - - - - - io.cucumber - cucumber-groovy - test - - - io.cucumber - cucumber-junit - test - - - org.junit.jupiter - junit-jupiter - ${junit-jupiter.version} - test - - - org.codehaus.groovy - groovy-all - provided - - - - - - - org.codehaus.gmaven - gmaven-plugin - - - - generateStubs - compile - generateTestStubs - testCompile - - - - - - - - - maven-javadoc-plugin - - true - - - - maven-deploy-plugin - - true - - - - org.sonatype.plugins - nexus-staging-maven-plugin - - true - - - - org.revapi - revapi-maven-plugin - - true - - - - - - + + 4.0.0 + + + io.cucumber + cucumber-jvm-groovy + 5.1.3 + + + groovy-examples + jar + Cucumber Groovy Examples + + + 1.8 + 5.6.0 + + + + + io.cucumber + cucumber-groovy + test + + + io.cucumber + cucumber-junit + test + + + org.junit.jupiter + junit-jupiter + ${junit-jupiter.version} + test + + + org.codehaus.groovy + groovy-all + provided + + + + + + + org.codehaus.gmaven + gmaven-plugin + + + + generateStubs + compile + generateTestStubs + testCompile + + + + + + + + + maven-javadoc-plugin + + true + + + + maven-deploy-plugin + + true + + + + org.sonatype.plugins + nexus-staging-maven-plugin + + true + + + + org.revapi + revapi-maven-plugin + + true + + + + + + diff --git a/groovy/pom.xml b/groovy/pom.xml index c2cdbf6..db386f8 100644 --- a/groovy/pom.xml +++ b/groovy/pom.xml @@ -4,7 +4,7 @@ io.cucumber cucumber-jvm-groovy - 5.1.3-SNAPSHOT + 5.1.3 cucumber-groovy @@ -134,7 +134,7 @@ - + diff --git a/pom.xml b/pom.xml index 561f676..729e15e 100644 --- a/pom.xml +++ b/pom.xml @@ -1,157 +1,156 @@ - - 4.0.0 - cucumber-jvm-groovy - 5.1.3-SNAPSHOT - pom - Cucumber-JVM: Groovy - Cucumber for Groovy - http://cucumber.io/ - - - io.cucumber - cucumber-parent - 2.1.0 - - - - - glib-briia - Glib Briia - glib.briia@gmail.com - AssertThat - https://www.assertthat.com - - - - - UTF-8 - UTF-8 - 3.3 - ${project.build.directory} - 5.1.3 - 5.2.0 - 2.4.12 - 5.6.0 - 2.27.0 - io.cucumber.groovy - - - - scm:git:https://github.com/cucumber/cucumber-jvm-groovy.git - scm:git:git@github.com:cucumber/cucumber-jvm-groovy.git - https://github.com/cucumber/cucumber-jvm-groovy - HEAD - - - - - - io.cucumber - cucumber-groovy - ${project.version} - - - io.cucumber - cucumber-core - ${cucumber.version} - - - org.codehaus.groovy - groovy-all - ${groovy.version} - provided - - - - io.cucumber - cucumber-junit - ${cucumber.version} - test - - - org.junit.jupiter - junit-jupiter - ${junit-jupiter.version} - test - - - org.mockito - mockito-core - ${mockito.version} - test - - - - - - groovy - - - - - examples - - true - - - examples - - - - - - - - - - - org.apache.maven.plugins - maven-antrun-plugin - 1.8 - - - org.codehaus.groovy - groovy-all - ${groovy.version} - - - io.cucumber - gherkin - ${gherkin.version} - - - - - - org.codehaus.mojo - build-helper-maven-plugin - 3.0.0 - - - - - org.codehaus.gmaven - gmaven-plugin - 1.5 - - - - - org.eluder.coveralls - coveralls-maven-plugin - 4.3.0 - - - - javax.xml.bind - jaxb-api - 2.3.1 - - - - - - - + + 4.0.0 + cucumber-jvm-groovy + 5.1.3 + pom + Cucumber-JVM: Groovy + Cucumber for Groovy + http://cucumber.io/ + + + io.cucumber + cucumber-parent + 2.1.0 + + + + + glib-briia + Glib Briia + glib.briia@gmail.com + AssertThat + https://www.assertthat.com + + + + + UTF-8 + UTF-8 + 3.3 + ${project.build.directory} + 5.1.3 + 5.2.0 + 2.4.12 + 5.6.0 + 2.27.0 + io.cucumber.groovy + + + + scm:git:https://github.com/cucumber/cucumber-jvm-groovy.git + scm:git:git@github.com:cucumber/cucumber-jvm-groovy.git + https://github.com/cucumber/cucumber-jvm-groovy + v5.1.3 + + + + + + io.cucumber + cucumber-groovy + ${project.version} + + + io.cucumber + cucumber-core + ${cucumber.version} + + + org.codehaus.groovy + groovy-all + ${groovy.version} + provided + + + + io.cucumber + cucumber-junit + ${cucumber.version} + test + + + org.junit.jupiter + junit-jupiter + ${junit-jupiter.version} + test + + + org.mockito + mockito-core + ${mockito.version} + test + + + + + + groovy + + + + + examples + + true + + + examples + + + + + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + 1.8 + + + org.codehaus.groovy + groovy-all + ${groovy.version} + + + io.cucumber + gherkin + ${gherkin.version} + + + + + + org.codehaus.mojo + build-helper-maven-plugin + 3.0.0 + + + + + org.codehaus.gmaven + gmaven-plugin + 1.5 + + + + + org.eluder.coveralls + coveralls-maven-plugin + 4.3.0 + + + + javax.xml.bind + jaxb-api + 2.3.1 + + + + + + +