Skip to content

Commit f0f9d03

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent d31ddd4 commit f0f9d03

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.8.2</version>
7+
<version>6.8.3-SNAPSHOT</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.8.2</version>
4+
<version>6.8.3-SNAPSHOT</version>
55
<packaging>pom</packaging>
66
<name>Cucumber-JVM: Scala</name>
77
<description>Cucumber for Scala</description>
@@ -37,7 +37,7 @@
3737
<connection>scm:git:git://github.com/cucumber/cucumber-jvm-scala.git</connection>
3838
<developerConnection>scm:git:[email protected]:cucumber/cucumber-jvm-scala.git</developerConnection>
3939
<url>git://github.com/cucumber/cucumber-jvm-scala.git</url>
40-
<tag>v6.8.2</tag>
40+
<tag>v4.3.0</tag>
4141
</scm>
4242

4343
<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.8.2</version>
7+
<version>6.8.3-SNAPSHOT</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.8.2</version>
7+
<version>6.8.3-SNAPSHOT</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.8.2</version>
7+
<version>6.8.3-SNAPSHOT</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.8.2</version>
7+
<version>6.8.3-SNAPSHOT</version>
88
</parent>
99

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

0 commit comments

Comments
 (0)