Skip to content

Commit

Permalink
Release 2.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
tntim96 committed Jan 2, 2024
1 parent c6e16fd commit 10ebf01
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2.0.17 / 2023-??-??
2.0.17 / 2024-01-02
==================
* Upgrade JSCover 2.0.17->2.0.19
* Upgrade Selenium 4.9.0->4.16.1
Expand Down
2 changes: 1 addition & 1 deletion plugin-parent/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.tntim96</groupId>
<artifactId>jscover-parent-maven-plugin</artifactId>
<version>2.0.17-SNAPSHOT</version>
<version>2.0.17</version>
</parent>

<artifactId>jscover-common-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugin-parent/coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.tntim96</groupId>
<artifactId>jscover-parent-maven-plugin</artifactId>
<version>2.0.17-SNAPSHOT</version>
<version>2.0.17</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion plugin-parent/file-system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.tntim96</groupId>
<artifactId>jscover-parent-maven-plugin</artifactId>
<version>2.0.17-SNAPSHOT</version>
<version>2.0.17</version>
</parent>

<artifactId>jscover-file-maven-plugin</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions plugin-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<parent>
<groupId>com.github.tntim96</groupId>
<artifactId>jscover-maven-plugin</artifactId>
<version>2.0.17-SNAPSHOT</version>
<version>2.0.17</version>
</parent>
<artifactId>jscover-parent-maven-plugin</artifactId>
<version>2.0.17-SNAPSHOT</version>
<version>2.0.17</version>
<packaging>pom</packaging>
<name>JSCover Plugin Parent Project</name>

Expand Down
2 changes: 1 addition & 1 deletion plugin-parent/report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.tntim96</groupId>
<artifactId>jscover-parent-maven-plugin</artifactId>
<version>2.0.17-SNAPSHOT</version>
<version>2.0.17</version>
</parent>

<artifactId>jscover-report-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugin-parent/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.tntim96</groupId>
<artifactId>jscover-parent-maven-plugin</artifactId>
<version>2.0.17-SNAPSHOT</version>
<version>2.0.17</version>
</parent>

<artifactId>jscover-server-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.tntim96</groupId>
<artifactId>jscover-maven-plugin</artifactId>
<version>2.0.17-SNAPSHOT</version>
<version>2.0.17</version>
<description>Plugin to run web-tests (e.g. Jasmine, QUnit) with WebDriver and JSCover</description>
<packaging>pom</packaging>

Expand Down

0 comments on commit 10ebf01

Please sign in to comment.