Skip to content

Commit ce6c99d

Browse files
committed
[maven-release-plugin] prepare release v6.0.0
1 parent 6321fdc commit ce6c99d

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

examples/pom.xml

Lines changed: 1 addition & 1 deletion
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>6.0.0-SNAPSHOT</version>
7+
<version>6.0.0</version>
88
</parent>
99

1010
<artifactId>scala-examples</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
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-scala</artifactId>
4-
<version>6.0.0-SNAPSHOT</version>
4+
<version>6.0.0</version>
55
<packaging>pom</packaging>
66
<name>Cucumber-JVM: Scala</name>
77
<description>Cucumber for Scala</description>
@@ -38,7 +38,7 @@
3838
<connection>scm:git:git://github.com/cucumber/cucumber-jvm-scala.git</connection>
3939
<developerConnection>scm:git:git@github.com:cucumber/cucumber-jvm-scala.git</developerConnection>
4040
<url>git://github.com/cucumber/cucumber-jvm-scala.git</url>
41-
<tag>v4.3.0</tag>
41+
<tag>v6.0.0</tag>
4242
</scm>
4343

4444
<dependencyManagement>

scala/pom.xml

Lines changed: 1 addition & 1 deletion
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>6.0.0-SNAPSHOT</version>
7+
<version>6.0.0</version>
88
</parent>
99

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

scala/scala_2.11/pom.xml

Lines changed: 1 addition & 1 deletion
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>6.0.0-SNAPSHOT</version>
7+
<version>6.0.0</version>
88
</parent>
99

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

scala/scala_2.12/pom.xml

Lines changed: 1 addition & 1 deletion
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>6.0.0-SNAPSHOT</version>
7+
<version>6.0.0</version>
88
</parent>
99

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

scala/scala_2.13/pom.xml

Lines changed: 1 addition & 1 deletion
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>6.0.0-SNAPSHOT</version>
7+
<version>6.0.0</version>
88
</parent>
99

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

0 commit comments

Comments
 (0)