diff --git a/examples/pom.xml b/examples/pom.xml
index 23d3b11..8e5f35f 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -1,91 +1,91 @@
-
- 4.0.0
-
-
- io.cucumber
- cucumber-jvm-groovy
- 6.10.4-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
+ 6.10.4
+
+
+ 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 f900353..f497138 100644
--- a/groovy/pom.xml
+++ b/groovy/pom.xml
@@ -1,237 +1,237 @@
-
- 4.0.0
-
-
- io.cucumber
- cucumber-jvm-groovy
- 6.10.4-SNAPSHOT
-
-
- cucumber-groovy
- jar
- Cucumber Groovy
-
-
- 1.8
- 2.10.0
- 5.6.0
-
-
-
-
- io.cucumber
- cucumber-core
-
-
- org.codehaus.groovy
- groovy-all
- provided
-
-
- com.fasterxml.jackson.datatype
- jackson-datatype-jsr310
- ${jackson.version}
- test
-
-
- com.fasterxml.jackson.core
- jackson-databind
- ${jackson.version}
- test
-
-
- io.cucumber
- cucumber-junit
- test
-
-
- org.junit.jupiter
- junit-jupiter
- ${junit-jupiter.version}
- test
-
-
- org.mockito
- mockito-core
- test
-
-
- com.google.auto.service
- auto-service
- 1.0-rc6
-
-
-
-
-
-
- org.codehaus.gmavenplus
- gmavenplus-plugin
- 1.9.0
-
-
-
- generateStubs
- compile
- generateTestStubs
- compileTests
-
-
-
-
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-clean-plugin
-
-
-
- bin
-
- *.jar
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-shade-plugin
-
-
- package
-
- shade
-
-
- true
-
-
-
-
-
- org.apache.maven.plugins
- maven-antrun-plugin
-
-
- generate-i18n-sources
-
- run
-
- generate-sources
-
-
-
-
-
-
-
-
- copy-full-jar
- package
-
-
-
-
-
-
- run
-
-
-
- groovy-cli-test
- integration-test
-
- run
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- org.codehaus.mojo
- build-helper-maven-plugin
-
-
- add-source
- generate-sources
-
- add-source
-
-
-
-
-
-
-
-
-
-
- org.eluder.coveralls
- coveralls-maven-plugin
-
-
- ${project.build
- .outputDirectory}/generated-sources/i18n/java
- /io/cucumber/groovy
-
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
-
-
- **/*.java
-
-
-
-
-
-
+
+ 4.0.0
+
+
+ io.cucumber
+ cucumber-jvm-groovy
+ 6.10.4
+
+
+ cucumber-groovy
+ jar
+ Cucumber Groovy
+
+
+ 1.8
+ 2.10.0
+ 5.6.0
+
+
+
+
+ io.cucumber
+ cucumber-core
+
+
+ org.codehaus.groovy
+ groovy-all
+ provided
+
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-jsr310
+ ${jackson.version}
+ test
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+ ${jackson.version}
+ test
+
+
+ io.cucumber
+ cucumber-junit
+ test
+
+
+ org.junit.jupiter
+ junit-jupiter
+ ${junit-jupiter.version}
+ test
+
+
+ org.mockito
+ mockito-core
+ test
+
+
+ com.google.auto.service
+ auto-service
+ 1.0-rc6
+
+
+
+
+
+
+ org.codehaus.gmavenplus
+ gmavenplus-plugin
+ 1.9.0
+
+
+
+ generateStubs
+ compile
+ generateTestStubs
+ compileTests
+
+
+
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-clean-plugin
+
+
+
+ bin
+
+ *.jar
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-shade-plugin
+
+
+ package
+
+ shade
+
+
+ true
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-antrun-plugin
+
+
+ generate-i18n-sources
+
+ run
+
+ generate-sources
+
+
+
+
+
+
+
+
+ copy-full-jar
+ package
+
+
+
+
+
+
+ run
+
+
+
+ groovy-cli-test
+ integration-test
+
+ run
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ org.codehaus.mojo
+ build-helper-maven-plugin
+
+
+ add-source
+ generate-sources
+
+ add-source
+
+
+
+
+
+
+
+
+
+
+ org.eluder.coveralls
+ coveralls-maven-plugin
+
+
+ ${project.build
+ .outputDirectory}/generated-sources/i18n/java
+ /io/cucumber/groovy
+
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+
+ **/*.java
+
+
+
+
+
+
diff --git a/pom.xml b/pom.xml
index fa14f12..6f071c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,7 +1,7 @@
4.0.0
cucumber-jvm-groovy
- 6.10.4-SNAPSHOT
+ 6.10.4
pom
Cucumber-JVM: Groovy
Cucumber for Groovy
@@ -40,7 +40,7 @@
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
+ v6.10.4