Skip to content

Commit e78cbc1

Browse files
Merge branch 'main' of [email protected]:toolfactory/jvm-driver.git into main
2 parents 623b4c4 + 5145499 commit e78cbc1

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
[![Maven Central with version prefix filter](https://img.shields.io/maven-central/v/io.github.toolfactory/jvm-driver/9)](https://maven-badges.herokuapp.com/maven-central/io.github.toolfactory/jvm-driver/)
88
[![GitHub](https://img.shields.io/github/license/toolfactory/jvm-driver)](https://github.com/toolfactory/jvm-driver/blob/main/LICENSE)
99

10-
[![Platforms](https://img.shields.io/badge/platforms-Windows%2C%20Mac%20OS%2C%20Linux-orange)](https://github.com/toolfactory/jvm-driver/actions/runs/3209745174)
10+
[![Platforms](https://img.shields.io/badge/platforms-Windows%2C%20Mac%20OS%2C%20Linux-orange)](https://github.com/toolfactory/jvm-driver/actions/runs/3209994951)
1111

12-
[![Supported JVM](https://img.shields.io/badge/supported%20JVM-7%2C%208%2C%209+%20(19)-blueviolet)](https://github.com/toolfactory/jvm-driver/actions/runs/3209745174)
12+
[![Supported JVM](https://img.shields.io/badge/supported%20JVM-7%2C%208%2C%209+%20(19)-blueviolet)](https://github.com/toolfactory/jvm-driver/actions/runs/3209994951)
1313

1414
[![GitHub open issues](https://img.shields.io/github/issues/toolfactory/jvm-driver)](https://github.com/toolfactory/jvm-driver/issues)
1515
[![GitHub closed issues](https://img.shields.io/github/issues-closed/toolfactory/jvm-driver)](https://github.com/toolfactory/jvm-driver/issues?q=is%3Aissue+is%3Aclosed)
@@ -25,7 +25,7 @@ To include ToolFactory JVM Driver in your projects simply use with **Apache Mave
2525
<dependency>
2626
<groupId>io.github.toolfactory</groupId>
2727
<artifactId>jvm-driver</artifactId>
28-
<version>9.4.0</version>
28+
<version>9.4.1</version>
2929
</dependency>
3030
```
3131
### Requiring the ToolFactory JVM Driver module

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
[![Maven Central with version prefix filter](https://img.shields.io/maven-central/v/io.github.toolfactory/jvm-driver/9)](https://maven-badges.herokuapp.com/maven-central/io.github.toolfactory/jvm-driver/)
88
[![GitHub](https://img.shields.io/github/license/toolfactory/jvm-driver)](https://github.com/toolfactory/jvm-driver/blob/main/LICENSE)
99

10-
[![Platforms](https://img.shields.io/badge/platforms-Windows%2C%20Mac%20OS%2C%20Linux-orange)](https://github.com/toolfactory/jvm-driver/actions/runs/2711751462)
10+
[![Platforms](https://img.shields.io/badge/platforms-Windows%2C%20Mac%20OS%2C%20Linux-orange)](https://github.com/toolfactory/jvm-driver/actions/runs/3209994951)
1111

12-
[![Supported JVM](https://img.shields.io/badge/supported%20JVM-7%2C%208%2C%209+%20(19)-blueviolet)](https://github.com/toolfactory/jvm-driver/actions/runs/2711751462)
12+
[![Supported JVM](https://img.shields.io/badge/supported%20JVM-7%2C%208%2C%209+%20(19)-blueviolet)](https://github.com/toolfactory/jvm-driver/actions/runs/3209994951)
1313

1414
[![GitHub open issues](https://img.shields.io/github/issues/toolfactory/jvm-driver)](https://github.com/toolfactory/jvm-driver/issues)
1515
[![GitHub closed issues](https://img.shields.io/github/issues-closed/toolfactory/jvm-driver)](https://github.com/toolfactory/jvm-driver/issues?q=is%3Aissue+is%3Aclosed)
@@ -25,7 +25,7 @@ To include ToolFactory JVM Driver in your projects simply use with **Apache Mave
2525
<dependency>
2626
<groupId>io.github.toolfactory</groupId>
2727
<artifactId>jvm-driver</artifactId>
28-
<version>9.4.0</version>
28+
<version>9.4.1</version>
2929
</dependency>
3030
```
3131
### Requiring the ToolFactory JVM Driver module

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</parent>
3737

3838
<artifactId>jvm-driver</artifactId>
39-
<version>9.4.1-SNAPSHOT</version>
39+
<version>9.4.2-SNAPSHOT</version>
4040

4141
<packaging>jar</packaging>
4242

java/sa-pom.xml

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

3030
<groupId>io.github.toolfactory</groupId>
3131
<artifactId>jvm-driver</artifactId>
32-
<version>9.4.1-SNAPSHOT</version>
32+
<version>9.4.2-SNAPSHOT</version>
3333

3434
<packaging>jar</packaging>
3535

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
2424
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
2525
OR OTHER DEALINGS IN THE SOFTWARE.
26-
-->
26+
-->
2727
<project xmlns="http://maven.apache.org/POM/4.0.0"
2828
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2929
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
@@ -113,4 +113,4 @@
113113
<tag>HEAD</tag>
114114
</scm>
115115

116-
</project>
116+
</project>

0 commit comments

Comments
 (0)