Skip to content

Commit ad25db0

Browse files
committed
4.19.0
1 parent e8901a3 commit ad25db0

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Latest release Version 4.17.0 / October 30, 2025
1+
### Latest release Version 4.19.0 / November 23, 2025
22

33
# HtmlUnit - core-js
44

pom.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.htmlunit</groupId>
66
<artifactId>htmlunit-core-js</artifactId>
7-
<version>4.18.0</version>
7+
<version>4.19.0</version>
88
<name>HtmlUnit JavaScript Engine</name>
99
<organization>
1010
<name>HtmlUnit</name>
@@ -34,6 +34,8 @@
3434
<gpg-plugin.version>3.2.8</gpg-plugin.version>
3535
<enforcer-plugin.version>3.6.2</enforcer-plugin.version>
3636
<compiler-plugin.version>3.14.1</compiler-plugin.version>
37+
<jar-plugin.version>3.5.0</jar-plugin.version>
38+
<release-plugin.version>3.2.0</release-plugin.version>
3739
<javadoc-plugin.version>3.12.0</javadoc-plugin.version>
3840
<surefire-plugin.version>3.5.4</surefire-plugin.version>
3941
</properties>
@@ -493,7 +495,7 @@
493495
<plugin>
494496
<groupId>org.apache.maven.plugins</groupId>
495497
<artifactId>maven-jar-plugin</artifactId>
496-
<version>3.4.2</version>
498+
<version>${jar-plugin.version}</version>
497499
<configuration>
498500
<archive>
499501
<manifest>
@@ -576,7 +578,7 @@
576578
<plugin>
577579
<groupId>org.apache.maven.plugins</groupId>
578580
<artifactId>maven-release-plugin</artifactId>
579-
<version>3.1.1</version>
581+
<version>${release-plugin.version}</version>
580582
</plugin>
581583
</plugins>
582584
</build>

0 commit comments

Comments
 (0)