Skip to content

Commit ec065c9

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

File tree

34 files changed

+49
-49
lines changed

34 files changed

+49
-49
lines changed

archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.cucumber</groupId>
77
<artifactId>cucumber-jvm</artifactId>
8-
<version>7.2.0</version>
8+
<version>7.2.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>cucumber-archetype</artifactId>

bom/pom.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>cucumber-jvm</artifactId>
55
<groupId>io.cucumber</groupId>
6-
<version>7.2.0</version>
6+
<version>7.2.1-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<packaging>pom</packaging>
@@ -45,12 +45,12 @@
4545
<dependency>
4646
<groupId>io.cucumber</groupId>
4747
<artifactId>datatable</artifactId>
48-
<version>7.2.0</version>
48+
<version>7.2.1-SNAPSHOT</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>io.cucumber</groupId>
5252
<artifactId>datatable-matchers</artifactId>
53-
<version>7.2.0</version>
53+
<version>7.2.1-SNAPSHOT</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>io.cucumber</groupId>
@@ -66,62 +66,62 @@
6666
<dependency>
6767
<groupId>io.cucumber</groupId>
6868
<artifactId>docstring</artifactId>
69-
<version>7.2.0</version>
69+
<version>7.2.1-SNAPSHOT</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>io.cucumber</groupId>
7373
<artifactId>cucumber-plugin</artifactId>
74-
<version>7.2.0</version>
74+
<version>7.2.1-SNAPSHOT</version>
7575
</dependency>
7676
<dependency>
7777
<groupId>io.cucumber</groupId>
7878
<artifactId>cucumber-core</artifactId>
79-
<version>7.2.0</version>
79+
<version>7.2.1-SNAPSHOT</version>
8080
</dependency>
8181
<dependency>
8282
<groupId>io.cucumber</groupId>
8383
<artifactId>cucumber-java</artifactId>
84-
<version>7.2.0</version>
84+
<version>7.2.1-SNAPSHOT</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>io.cucumber</groupId>
8888
<artifactId>cucumber-java8</artifactId>
89-
<version>7.2.0</version>
89+
<version>7.2.1-SNAPSHOT</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>io.cucumber</groupId>
9393
<artifactId>cucumber-spring</artifactId>
94-
<version>7.2.0</version>
94+
<version>7.2.1-SNAPSHOT</version>
9595
</dependency>
9696
<dependency>
9797
<groupId>io.cucumber</groupId>
9898
<artifactId>cucumber-junit</artifactId>
99-
<version>7.2.0</version>
99+
<version>7.2.1-SNAPSHOT</version>
100100
</dependency>
101101
<dependency>
102102
<groupId>io.cucumber</groupId>
103103
<artifactId>cucumber-testng</artifactId>
104-
<version>7.2.0</version>
104+
<version>7.2.1-SNAPSHOT</version>
105105
</dependency>
106106
<dependency>
107107
<groupId>io.cucumber</groupId>
108108
<artifactId>cucumber-picocontainer</artifactId>
109-
<version>7.2.0</version>
109+
<version>7.2.1-SNAPSHOT</version>
110110
</dependency>
111111
<dependency>
112112
<groupId>io.cucumber</groupId>
113113
<artifactId>cucumber-gherkin</artifactId>
114-
<version>7.2.0</version>
114+
<version>7.2.1-SNAPSHOT</version>
115115
</dependency>
116116
<dependency>
117117
<groupId>io.cucumber</groupId>
118118
<artifactId>cucumber-gherkin-messages</artifactId>
119-
<version>7.2.0</version>
119+
<version>7.2.1-SNAPSHOT</version>
120120
</dependency>
121121
<dependency>
122122
<groupId>io.cucumber</groupId>
123123
<artifactId>cucumber-junit-platform-engine</artifactId>
124-
<version>7.2.0</version>
124+
<version>7.2.1-SNAPSHOT</version>
125125
</dependency>
126126
</dependencies>
127127
</dependencyManagement>

cdi2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>io.cucumber</groupId>
1616
<artifactId>cucumber-jvm</artifactId>
17-
<version>7.2.0</version>
17+
<version>7.2.1-SNAPSHOT</version>
1818
</parent>
1919

2020
<artifactId>cucumber-cdi2</artifactId>

compatibility/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>cucumber-jvm</artifactId>
55
<groupId>io.cucumber</groupId>
6-
<version>7.2.0</version>
6+
<version>7.2.1-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

core/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</artifactId>
7-
<version>7.2.0</version>
7+
<version>7.2.1-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>cucumber-core</artifactId>

datatable-matchers/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.cucumber</groupId>
77
<artifactId>cucumber-jvm</artifactId>
8-
<version>7.2.0</version>
8+
<version>7.2.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>datatable-matchers</artifactId>

datatable/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.cucumber</groupId>
77
<artifactId>cucumber-jvm</artifactId>
8-
<version>7.2.0</version>
8+
<version>7.2.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>datatable</artifactId>

deltaspike/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.cucumber</groupId>
77
<artifactId>cucumber-jvm</artifactId>
8-
<version>7.2.0</version>
8+
<version>7.2.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>cucumber-deltaspike</artifactId>

docstring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>cucumber-jvm</artifactId>
55
<groupId>io.cucumber</groupId>
6-
<version>7.2.0</version>
6+
<version>7.2.1-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

examples/calculator-java-cli/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-examples</artifactId>
7-
<version>7.2.0</version>
7+
<version>7.2.1-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>calculator-java-cli</artifactId>

0 commit comments

Comments
 (0)