Skip to content

Commit 86e7bd4

Browse files
author
Glib Briia
committed
[maven-release-plugin] prepare release v4.6.0
1 parent 8984dbe commit 86e7bd4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.cucumber</groupId>
66
<artifactId>cucumber-jvm-groovy</artifactId>
7-
<version>4.5.5-SNAPSHOT</version>
7+
<version>4.6.0</version>
88
</parent>
99

1010
<artifactId>groovy-examples</artifactId>

groovy/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.cucumber</groupId>
66
<artifactId>cucumber-jvm-groovy</artifactId>
7-
<version>4.5.5-SNAPSHOT</version>
7+
<version>4.6.0</version>
88
</parent>
99

1010
<artifactId>cucumber-groovy</artifactId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>io.cucumber</groupId>
44
<artifactId>cucumber-jvm-groovy</artifactId>
5-
<version>4.5.5-SNAPSHOT</version>
5+
<version>4.6.0</version>
66
<packaging>pom</packaging>
77
<name>Cucumber-JVM: Groovy</name>
88
<description>Cucumber for Groovy</description>
@@ -40,7 +40,7 @@
4040
<connection>scm:git:https://github.com/cucumber/cucumber-jvm-groovy.git</connection>
4141
<developerConnection>scm:git:[email protected]:cucumber/cucumber-jvm-groovy.git</developerConnection>
4242
<url>https://github.com/cucumber/cucumber-jvm-groovy</url>
43-
<tag>v4.3.0</tag>
43+
<tag>v4.6.0</tag>
4444
</scm>
4545

4646
<dependencyManagement>

0 commit comments

Comments
 (0)