Skip to content

Commit

Permalink
Upgrade Selenium 4.24.1->4.25.0, plexus-utils 4.0.1->4.0.2
Browse files Browse the repository at this point in the history
Fix links in bookmarks.html
  • Loading branch information
tntim96 committed Sep 25, 2024
1 parent 6813b77 commit da39605
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
2.0.19 / 202?-??-??
==================
* Upgrade Selenium 4.24.1->4.25.0
* Upgrade plexus-utils 4.0.1->4.0.2

2.0.18 / 2024-08-30
==================
* UpgradeJSCover 2.0.19->2.0.20
* Upgrade JSCover 2.0.19->2.0.20
* Upgrade maven-plugin-annotations 3.10.2->3.13.1
* Upgrade commons-lang3 3.14.0->3.17.0
* Upgrade Selenium 4.16.1->4.24.0
Expand Down
4 changes: 2 additions & 2 deletions bookmarks.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<body>

<h1>General</h1>
<a href="http://github.com/tntim96/JSCover-maven-plugin/" target="_blank">JSCover Maven Plugin Project On GitHub</a><br/>
<a href="https://github.com/tntim96/JSCover-maven-plugin/" target="_blank">JSCover Maven Plugin Project On GitHub</a><br/>
<a href="https://oss.sonatype.org/index.html" target="_blank">Sonatype Nexus</a><br/>
<a href="https://oss.sonatype.org/content/repositories/snapshots/com/github/tntim96/" target="_blank">JSCover Snapshots</a><br/>
<a href="https://repo1.maven.org/maven2/com/github/tntim96/jscover-maven-plugin/" target="_blank">JSCover-maven-plugin on Maven repo1</a><br/>
<a href="plugin-parent/data/src/test/javascript/" target="_blank">JS Test Directory</a><br/>

<h1>Test Reports</h1>
<a href="target/site/surefire-report.html" target="_blank">Unit Tests</a><br/>
<a href="target/reports/surefire.html" target="_blank">Unit Tests</a><br/>
<a href="plugin-parent/coverage/target/site/jacoco-aggregate/index.html" target="_blank">JaCoCo Coverage</a><br/>

</body>
Expand Down
6 changes: 3 additions & 3 deletions plugin-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</build>

<properties>
<selenium.version>4.24.0</selenium.version>
<selenium.version>4.25.0</selenium.version>
</properties>

<dependencies>
Expand All @@ -57,7 +57,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>4.0.1</version>
<version>4.0.2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down Expand Up @@ -148,7 +148,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.16.1</version>
<version>2.17.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit da39605

Please sign in to comment.