Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6ccdc09

Browse files
committed
[maven-release-plugin] prepare release v2.3.0
1 parent 74325ea commit 6ccdc09

File tree

32 files changed

+41
-49
lines changed

32 files changed

+41
-49
lines changed

android/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>2.2.1-SNAPSHOT</version>
7+
<version>2.3.0</version>
88
</parent>
99

1010
<artifactId>cucumber-android</artifactId>

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>2.2.1-SNAPSHOT</version>
7+
<version>2.3.0</version>
88
</parent>
99

1010
<artifactId>cucumber-core</artifactId>

examples/android/android-test/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<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/maven-v4_0_0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>io.cucumber.android-examples</groupId>
87
<artifactId>android-examples</artifactId>
9-
<version>2.2.1-SNAPSHOT</version>
8+
<version>2.3.0</version>
109
</parent>
1110

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

examples/android/cukeulator-test/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<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/maven-v4_0_0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>io.cucumber.android-examples</groupId>
87
<artifactId>android-examples</artifactId>
9-
<version>2.2.1-SNAPSHOT</version>
8+
<version>2.3.0</version>
109
</parent>
1110

1211
<artifactId>cukelator-test</artifactId>

examples/android/cukeulator/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<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/maven-v4_0_0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>io.cucumber.android-examples</groupId>
87
<artifactId>android-examples</artifactId>
9-
<version>2.2.1-SNAPSHOT</version>
8+
<version>2.3.0</version>
109
</parent>
1110

1211
<artifactId>cukelator</artifactId>

examples/android/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<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/maven-v4_0_0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>io.cucumber</groupId>
87
<artifactId>cucumber-examples</artifactId>
9-
<version>2.2.1-SNAPSHOT</version>
8+
<version>2.3.0</version>
109
</parent>
1110

1211
<groupId>io.cucumber.android-examples</groupId>

examples/java-calculator-testng/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>2.2.1-SNAPSHOT</version>
7+
<version>2.3.0</version>
88
</parent>
99

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

examples/java-calculator/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>2.2.1-SNAPSHOT</version>
7+
<version>2.3.0</version>
88
</parent>
99

1010
<artifactId>java-calculator</artifactId>

examples/java-webbit-websockets-selenium/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>2.2.1-SNAPSHOT</version>
7+
<version>2.3.0</version>
88
</parent>
99

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.cucumber</groupId>
55
<artifactId>java-wicket</artifactId>
6-
<version>2.2.1-SNAPSHOT</version>
6+
<version>2.3.0</version>
77
</parent>
88
<artifactId>java-wicket-main</artifactId>
99
<name>Examples: Wicket application</name>

0 commit comments

Comments
 (0)