Skip to content

Commit e7dce40

Browse files
author
AutomatedOwl
committed
Updated version number in pom.xml.
1 parent 6eb1bc9 commit e7dce40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

junit5/pom.xml

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

77
<groupId>com.github.automatedowl</groupId>
88
<artifactId>chromedriver-js-errors-collector-junit</artifactId>
9-
<version>1.0.1</version>
9+
<version>1.0.2</version>
1010
<name>${project.groupId}:${project.artifactId}</name>
1111
<description>Java library which allows to easily collect JS errors received in Chromedriver session,
1212
using annotations on test methods.</description>

testng/pom.xml

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

77
<groupId>com.github.automatedowl</groupId>
88
<artifactId>chromedriver-js-errors-collector-testng</artifactId>
9-
<version>1.0.1</version>
9+
<version>1.0.2</version>
1010
<name>${project.groupId}:${project.artifactId}</name>
1111
<description>Java library which allows to easily collect JS errors received in Chromedriver session,
1212
using annotations on test methods.</description>

0 commit comments

Comments
 (0)