Skip to content

Commit dcee061

Browse files
committed
4.21.0
1 parent 8769e0e commit dcee061

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
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.20.0 / December 07, 2025
1+
### Latest release Version 4.21.0 / December 28, 2025
22

33
# HtmlUnit - core-js
44

pom.xml

Lines changed: 6 additions & 4 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.21.0-SNAPSHOT</version>
7+
<version>4.21.0</version>
88
<name>HtmlUnit JavaScript Engine</name>
99
<organization>
1010
<name>HtmlUnit</name>
@@ -35,7 +35,9 @@
3535
<enforcer-plugin.version>3.6.2</enforcer-plugin.version>
3636
<compiler-plugin.version>3.14.1</compiler-plugin.version>
3737
<jar-plugin.version>3.5.0</jar-plugin.version>
38-
<release-plugin.version>3.2.0</release-plugin.version>
38+
<release-plugin.version>3.3.1</release-plugin.version>
39+
<resources-plugin.version>3.4.0</resources-plugin.version>
40+
<source-plugin.version>3.4.0</source-plugin.version>
3941
<javadoc-plugin.version>3.12.0</javadoc-plugin.version>
4042
<surefire-plugin.version>3.5.4</surefire-plugin.version>
4143
</properties>
@@ -147,7 +149,7 @@
147149
</plugin>
148150
<plugin>
149151
<artifactId>maven-resources-plugin</artifactId>
150-
<version>3.3.1</version>
152+
<version>${resources-plugin.version}</version>
151153
<executions>
152154
<execution>
153155
<id>copy-resource-01</id>
@@ -517,7 +519,7 @@
517519
<plugin>
518520
<groupId>org.apache.maven.plugins</groupId>
519521
<artifactId>maven-source-plugin</artifactId>
520-
<version>3.3.1</version>
522+
<version>${source-plugin.version}</version>
521523
<executions>
522524
<execution>
523525
<goals>

0 commit comments

Comments
 (0)