Skip to content

Commit f5af04d

Browse files
committed
Bump project to version 1.1.0
1 parent 41dc947 commit f5af04d

File tree

9 files changed

+9
-8
lines changed

9 files changed

+9
-8
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ This repo also contains a [Practice site], i.e., a representative set of sample
2121
This repo uses Git tags to track the evolution of the codebase in time. These tags are the following:
2222

2323
* `1.0.0`: The examples of the first version of the book (released in April 2022) are based on this tag.
24+
* `1.1.0`: Bump to Java 11, due to the incompatibility of TestNG 7.6.0 (released on May 18, 2022) with Java 8.
2425

2526
## About
2627

selenium-webdriver-junit4/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66

77
jar {
88
archiveBaseName = "selenium-webdriver-junit4"
9-
archiveVersion = "1.0.0"
9+
archiveVersion = "1.1.0"
1010
}
1111

1212
compileTestJava {

selenium-webdriver-junit4/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>io.github.bonigarcia</groupId>
77
<artifactId>selenium-webdriver-junit4</artifactId>
8-
<version>1.0.0</version>
8+
<version>1.1.0</version>
99

1010
<properties>
1111
<slf4j.version>1.7.36</slf4j.version>

selenium-webdriver-junit5-seljup/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66

77
jar {
88
archiveBaseName = "selenium-webdriver-junit5-seljup"
9-
archiveVersion = "1.0.0"
9+
archiveVersion = "1.1.0"
1010
}
1111

1212
compileTestJava {

selenium-webdriver-junit5-seljup/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>io.github.bonigarcia</groupId>
77
<artifactId>selenium-webdriver-junit5-seljup</artifactId>
8-
<version>1.0.0</version>
8+
<version>1.1.0</version>
99

1010
<properties>
1111
<slf4j.version>1.7.36</slf4j.version>

selenium-webdriver-junit5/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66

77
jar {
88
archiveBaseName = "selenium-webdriver-junit5"
9-
archiveVersion = "1.0.0"
9+
archiveVersion = "1.1.0"
1010
}
1111

1212
compileTestJava {

selenium-webdriver-junit5/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>io.github.bonigarcia</groupId>
77
<artifactId>selenium-webdriver-junit5</artifactId>
8-
<version>1.0.0</version>
8+
<version>1.1.0</version>
99

1010
<properties>
1111
<slf4j.version>1.7.36</slf4j.version>

selenium-webdriver-testng/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66

77
jar {
88
archiveBaseName = "selenium-webdriver-testng"
9-
archiveVersion = "1.0.0"
9+
archiveVersion = "1.1.0"
1010
}
1111

1212
compileTestJava {

selenium-webdriver-testng/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>io.github.bonigarcia</groupId>
77
<artifactId>selenium-webdriver-testng</artifactId>
8-
<version>1.0.0</version>
8+
<version>1.1.0</version>
99

1010
<properties>
1111
<slf4j.version>1.7.36</slf4j.version>

0 commit comments

Comments
 (0)