Skip to content

Commit 955a8b7

Browse files
author
Glib Briia
committed
[maven-release-plugin] prepare release v6.1.1
1 parent 454f7ab commit 955a8b7

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>6.1.1-SNAPSHOT</version>
7+
<version>6.1.1</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>6.1.1-SNAPSHOT</version>
7+
<version>6.1.1</version>
88
</parent>
99

1010
<artifactId>cucumber-groovy</artifactId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22
<modelVersion>4.0.0</modelVersion>
33
<artifactId>cucumber-jvm-groovy</artifactId>
4-
<version>6.1.1-SNAPSHOT</version>
4+
<version>6.1.1</version>
55
<packaging>pom</packaging>
66
<name>Cucumber-JVM: Groovy</name>
77
<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>HEAD</tag>
43+
<tag>v6.1.1</tag>
4444
</scm>
4545

4646
<dependencyManagement>

0 commit comments

Comments
 (0)