Skip to content

Commit 5f704b9

Browse files
committed
Update versions to 2.0.0-SNAPSHOT and gherkin to 4.0.0.
1 parent 45ee674 commit 5f704b9

File tree

42 files changed

+61
-61
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+61
-61
lines changed

android/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>cucumber-jvm</artifactId>
77
<relativePath>../pom.xml</relativePath>
8-
<version>1.2.6-SNAPSHOT</version>
8+
<version>2.0.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>cucumber-android</artifactId>

clojure/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>cucumber-jvm</artifactId>
77
<relativePath>../pom.xml</relativePath>
8-
<version>1.2.6-SNAPSHOT</version>
8+
<version>2.0.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>cucumber-clojure</artifactId>
@@ -23,7 +23,7 @@
2323
<scope>provided</scope>
2424
</dependency>
2525
<dependency>
26-
<groupId>info.cukes</groupId>
26+
<groupId>io.cucumber</groupId>
2727
<artifactId>gherkin</artifactId>
2828
<scope>provided</scope>
2929
</dependency>

core/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>cucumber-jvm</artifactId>
77
<relativePath>../pom.xml</relativePath>
8-
<version>1.2.6-SNAPSHOT</version>
8+
<version>2.0.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>cucumber-core</artifactId>
@@ -22,7 +22,7 @@
2222
<artifactId>cucumber-jvm-deps</artifactId>
2323
</dependency>
2424
<dependency>
25-
<groupId>info.cukes</groupId>
25+
<groupId>io.cucumber</groupId>
2626
<artifactId>gherkin</artifactId>
2727
</dependency>
2828

examples/android/android-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>info.cukes.android-examples</groupId>
88
<artifactId>android-examples</artifactId>
99
<relativePath>../pom.xml</relativePath>
10-
<version>1.2.5-SNAPSHOT</version>
10+
<version>2.0.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>cucumber-android-test</artifactId>

examples/android/cukeulator-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>info.cukes.android-examples</groupId>
88
<artifactId>android-examples</artifactId>
99
<relativePath>../pom.xml</relativePath>
10-
<version>1.2.5-SNAPSHOT</version>
10+
<version>2.0.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>cukelator-test</artifactId>

examples/android/cukeulator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>info.cukes.android-examples</groupId>
88
<artifactId>android-examples</artifactId>
99
<relativePath>../pom.xml</relativePath>
10-
<version>1.2.5-SNAPSHOT</version>
10+
<version>2.0.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>cukelator</artifactId>

examples/android/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>info.cukes</groupId>
88
<artifactId>cucumber-jvm</artifactId>
99
<relativePath>../../pom.xml</relativePath>
10-
<version>1.2.5-SNAPSHOT</version>
10+
<version>2.0.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<groupId>info.cukes.android-examples</groupId>

examples/clojure_cukes/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>info.cukes</groupId>
77
<artifactId>cucumber-jvm</artifactId>
88
<relativePath>../../pom.xml</relativePath>
9-
<version>1.2.6-SNAPSHOT</version>
9+
<version>2.0.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<groupId>clojure_cukes</groupId>

examples/groovy-calculator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>cucumber-jvm</artifactId>
77
<relativePath>../../pom.xml</relativePath>
8-
<version>1.2.6-SNAPSHOT</version>
8+
<version>2.0.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>groovy-calculator</artifactId>

examples/java-calculator-testng/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>cucumber-jvm</artifactId>
77
<relativePath>../../pom.xml</relativePath>
8-
<version>1.2.6-SNAPSHOT</version>
8+
<version>2.0.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>java-calculator-testng</artifactId>

examples/java-calculator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>cucumber-jvm</artifactId>
77
<relativePath>../../pom.xml</relativePath>
8-
<version>1.2.6-SNAPSHOT</version>
8+
<version>2.0.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>java-calculator</artifactId>

examples/java-webbit-websockets-selenium/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>cucumber-jvm</artifactId>
77
<relativePath>../../pom.xml</relativePath>
8-
<version>1.2.6-SNAPSHOT</version>
8+
<version>2.0.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>java-webbit-websockets-selenium</artifactId>

examples/java-wicket/java-wicket-main/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>info.cukes</groupId>
55
<artifactId>java-wicket</artifactId>
6-
<version>1.2.6-SNAPSHOT</version>
6+
<version>2.0.0-SNAPSHOT</version>
77
</parent>
88
<artifactId>java-wicket-main</artifactId>
99
<name>Examples: Wicket application</name>

examples/java-wicket/java-wicket-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>info.cukes</groupId>
55
<artifactId>java-wicket</artifactId>
6-
<version>1.2.6-SNAPSHOT</version>
6+
<version>2.0.0-SNAPSHOT</version>
77
</parent>
88
<artifactId>java-wicket-test</artifactId>
99
<name>Examples: Wicket application tested with Selenium</name>

examples/java-wicket/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>info.cukes</groupId>
55
<artifactId>cucumber-jvm</artifactId>
66
<relativePath>../../pom.xml</relativePath>
7-
<version>1.2.6-SNAPSHOT</version>
7+
<version>2.0.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>java-wicket</artifactId>
1010
<packaging>pom</packaging>

examples/pax-exam/calculator-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>pax-exam</artifactId>
77
<relativePath>../pom.xml</relativePath>
8-
<version>1.2.5-SNAPSHOT</version>
8+
<version>2.0.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>pax-exam-calculator-api</artifactId>

examples/pax-exam/calculator-service/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>pax-exam</artifactId>
77
<relativePath>../pom.xml</relativePath>
8-
<version>1.2.5-SNAPSHOT</version>
8+
<version>2.0.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>pax-exam-calculator-service</artifactId>

examples/pax-exam/calculator-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>pax-exam</artifactId>
77
<relativePath>../pom.xml</relativePath>
8-
<version>1.2.5-SNAPSHOT</version>
8+
<version>2.0.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>pax-exam-calculator-test</artifactId>

examples/pax-exam/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>cucumber-jvm</artifactId>
77
<relativePath>../../pom.xml</relativePath>
8-
<version>1.2.5-SNAPSHOT</version>
8+
<version>2.0.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>pax-exam</artifactId>

examples/scala-calculator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>cucumber-jvm</artifactId>
77
<relativePath>../../pom.xml</relativePath>
8-
<version>1.2.6-SNAPSHOT</version>
8+
<version>2.0.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>scala-calculator</artifactId>

examples/spring-txn/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>cucumber-jvm</artifactId>
77
<relativePath>../../pom.xml</relativePath>
8-
<version>1.2.6-SNAPSHOT</version>
8+
<version>2.0.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>spring-txn</artifactId>

gosu/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>cucumber-jvm</artifactId>
77
<relativePath>../pom.xml</relativePath>
8-
<version>1.2.5-SNAPSHOT</version>
8+
<version>2.0.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>cucumber-gosu</artifactId>

groovy/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>cucumber-jvm</artifactId>
77
<relativePath>../pom.xml</relativePath>
8-
<version>1.2.6-SNAPSHOT</version>
8+
<version>2.0.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>cucumber-groovy</artifactId>
@@ -26,7 +26,7 @@
2626
<artifactId>cucumber-jvm-deps</artifactId>
2727
</dependency>
2828
<dependency>
29-
<groupId>info.cukes</groupId>
29+
<groupId>io.cucumber</groupId>
3030
<artifactId>gherkin</artifactId>
3131
</dependency>
3232
<dependency>

guice/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>cucumber-jvm</artifactId>
77
<relativePath>../pom.xml</relativePath>
8-
<version>1.2.6-SNAPSHOT</version>
8+
<version>2.0.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>cucumber-guice</artifactId>
@@ -23,7 +23,7 @@
2323
<scope>provided</scope>
2424
</dependency>
2525
<dependency>
26-
<groupId>info.cukes</groupId>
26+
<groupId>io.cucumber</groupId>
2727
<artifactId>gherkin</artifactId>
2828
<scope>provided</scope>
2929
</dependency>

java/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>cucumber-jvm</artifactId>
77
<relativePath>../pom.xml</relativePath>
8-
<version>1.2.6-SNAPSHOT</version>
8+
<version>2.0.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>cucumber-java</artifactId>
@@ -23,7 +23,7 @@
2323
<scope>provided</scope>
2424
</dependency>
2525
<dependency>
26-
<groupId>info.cukes</groupId>
26+
<groupId>io.cucumber</groupId>
2727
<artifactId>gherkin</artifactId>
2828
<scope>provided</scope>
2929
</dependency>

java8/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>cucumber-jvm</artifactId>
77
<relativePath>../pom.xml</relativePath>
8-
<version>1.2.6-SNAPSHOT</version>
8+
<version>2.0.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>cucumber-java8</artifactId>

jruby/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>cucumber-jvm</artifactId>
77
<relativePath>../pom.xml</relativePath>
8-
<version>1.2.6-SNAPSHOT</version>
8+
<version>2.0.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>cucumber-jruby</artifactId>
@@ -22,7 +22,7 @@
2222
<artifactId>cucumber-jvm-deps</artifactId>
2323
</dependency>
2424
<dependency>
25-
<groupId>info.cukes</groupId>
25+
<groupId>io.cucumber</groupId>
2626
<artifactId>gherkin</artifactId>
2727
</dependency>
2828
<dependency>

junit/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>cucumber-jvm</artifactId>
77
<relativePath>../pom.xml</relativePath>
8-
<version>1.2.6-SNAPSHOT</version>
8+
<version>2.0.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>cucumber-junit</artifactId>
@@ -23,7 +23,7 @@
2323
<scope>provided</scope>
2424
</dependency>
2525
<dependency>
26-
<groupId>info.cukes</groupId>
26+
<groupId>io.cucumber</groupId>
2727
<artifactId>gherkin</artifactId>
2828
<scope>provided</scope>
2929
</dependency>

jython/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>cucumber-jvm</artifactId>
77
<relativePath>../pom.xml</relativePath>
8-
<version>1.2.6-SNAPSHOT</version>
8+
<version>2.0.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>cucumber-jython</artifactId>
@@ -22,7 +22,7 @@
2222
<artifactId>cucumber-jvm-deps</artifactId>
2323
</dependency>
2424
<dependency>
25-
<groupId>info.cukes</groupId>
25+
<groupId>io.cucumber</groupId>
2626
<artifactId>gherkin</artifactId>
2727
</dependency>
2828
<dependency>

needle/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>cucumber-jvm</artifactId>
77
<relativePath>../pom.xml</relativePath>
8-
<version>1.2.6-SNAPSHOT</version>
8+
<version>2.0.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>cucumber-needle</artifactId>
@@ -27,7 +27,7 @@
2727
<scope>provided</scope>
2828
</dependency>
2929
<dependency>
30-
<groupId>info.cukes</groupId>
30+
<groupId>io.cucumber</groupId>
3131
<artifactId>gherkin</artifactId>
3232
<scope>provided</scope>
3333
</dependency>

openejb/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>cucumber-jvm</artifactId>
77
<relativePath>../pom.xml</relativePath>
8-
<version>1.2.6-SNAPSHOT</version>
8+
<version>2.0.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>cucumber-openejb</artifactId>
@@ -23,7 +23,7 @@
2323
<scope>provided</scope>
2424
</dependency>
2525
<dependency>
26-
<groupId>info.cukes</groupId>
26+
<groupId>io.cucumber</groupId>
2727
<artifactId>gherkin</artifactId>
2828
<scope>provided</scope>
2929
</dependency>

osgi/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>cucumber-jvm</artifactId>
77
<relativePath>../pom.xml</relativePath>
8-
<version>1.2.6-SNAPSHOT</version>
8+
<version>2.0.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>cucumber-osgi</artifactId>
@@ -23,7 +23,7 @@
2323
<scope>provided</scope>
2424
</dependency>
2525
<dependency>
26-
<groupId>info.cukes</groupId>
26+
<groupId>io.cucumber</groupId>
2727
<artifactId>gherkin</artifactId>
2828
<scope>provided</scope>
2929
</dependency>

0 commit comments

Comments
 (0)