Skip to content

Commit 608975e

Browse files
committed
[maven-release-plugin] prepare release v4.7.1
1 parent dad1356 commit 608975e

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
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-scala</artifactId>
7-
<version>4.7.1-SNAPSHOT</version>
7+
<version>4.7.1</version>
88
</parent>
99

1010
<artifactId>scala-examples</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-scala</artifactId>
5-
<version>4.7.1-SNAPSHOT</version>
5+
<version>4.7.1</version>
66
<packaging>pom</packaging>
77
<name>Cucumber-JVM: Scala</name>
88
<description>Cucumber for Scala</description>
@@ -44,7 +44,7 @@
4444
<connection>scm:git:git://github.com/cucumber/cucumber-jvm-scala.git</connection>
4545
<developerConnection>scm:git:git@github.com:cucumber/cucumber-jvm-scala.git</developerConnection>
4646
<url>git://github.com/cucumber/cucumber-jvm-scala.git</url>
47-
<tag>v4.3.0</tag>
47+
<tag>v4.7.1</tag>
4848
</scm>
4949

5050
<dependencyManagement>

scala/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-scala</artifactId>
7-
<version>4.7.1-SNAPSHOT</version>
7+
<version>4.7.1</version>
88
</parent>
99

1010
<artifactId>cucumber-scala-aggregator</artifactId>

scala/scala_2.11/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-scala-aggregator</artifactId>
7-
<version>4.7.1-SNAPSHOT</version>
7+
<version>4.7.1</version>
88
</parent>
99

1010
<artifactId>cucumber-scala_2.11</artifactId>

scala/scala_2.12/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-scala-aggregator</artifactId>
7-
<version>4.7.1-SNAPSHOT</version>
7+
<version>4.7.1</version>
88
</parent>
99

1010
<artifactId>cucumber-scala_2.12</artifactId>

scala/scala_2.13/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-scala-aggregator</artifactId>
7-
<version>4.7.1-SNAPSHOT</version>
7+
<version>4.7.1</version>
88
</parent>
99

1010
<artifactId>cucumber-scala_2.13</artifactId>

0 commit comments

Comments
 (0)