Skip to content

Commit 10eec86

Browse files
committed
[maven-release-plugin] prepare release v4.2.6
1 parent eb03375 commit 10eec86

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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.2.6-SNAPSHOT</version>
7+
<version>4.2.6</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.2.6-SNAPSHOT</version>
5+
<version>4.2.6</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:[email protected]:cucumber/cucumber-jvm-scala.git</developerConnection>
4646
<url>git://github.com/cucumber/cucumber-jvm-scala.git</url>
47-
<tag>cucumber-jvm-2.0.0</tag>
47+
<tag>v4.2.6</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.2.6-SNAPSHOT</version>
7+
<version>4.2.6</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.2.6-SNAPSHOT</version>
7+
<version>4.2.6</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.2.6-SNAPSHOT</version>
7+
<version>4.2.6</version>
88
</parent>
99

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

0 commit comments

Comments
 (0)