Skip to content

Commit 3d30f5a

Browse files
committed
release preparation
1 parent 4d42449 commit 3d30f5a

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
<maven.compiler.source>8</maven.compiler.source>
2828
<maven.compiler.target>8</maven.compiler.target>
2929

30-
<htmlunitcsp.version>4.14.0-SNAPSHOT</htmlunitcsp.version>
31-
<htmlunitcssparser.version>4.14.0-SNAPSHOT</htmlunitcssparser.version>
30+
<htmlunitcsp.version>4.14.0</htmlunitcsp.version>
31+
<htmlunitcssparser.version>4.14.0</htmlunitcssparser.version>
3232
<htmlunitcorejs.version>4.14.0-SNAPSHOT</htmlunitcorejs.version>
33-
<htmlunitneko.version>4.14.0-SNAPSHOT</htmlunitneko.version>
34-
<htmlunitwebsocketclient.version>4.14.0-SNAPSHOT</htmlunitwebsocketclient.version>
35-
<htmlunitxpath.version>4.14.0-SNAPSHOT</htmlunitxpath.version>
33+
<htmlunitneko.version>4.14.0</htmlunitneko.version>
34+
<htmlunitwebsocketclient.version>4.14.0</htmlunitwebsocketclient.version>
35+
<htmlunitxpath.version>4.14.0</htmlunitxpath.version>
3636

3737
<httpcomponents.version>4.5.14</httpcomponents.version>
3838
<commons-lang3.version>3.18.0</commons-lang3.version>

src/changes/changes.xml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@
77
</properties>
88

99
<body>
10-
<release version="4.14.0" date="July xx, 2025" description="Chrome/Edge 138, Firefox 140, many, many core-js updates, junit 5, Bugfixes">
10+
<release version="4.14.0" date="July xx, 2025" description="Chrome/Edge 138, Firefox 140, core-js, junit 5, Bugfixes">
11+
<action type="update" dev="rbri">
12+
Switched to sonatype central-publishing for snapshots and release builds.
13+
</action>
1114
<action type="fix" dev="rbri">
12-
avoid ConcurrentModificationException if HtmlPage.deregisterFramesIfNeeded()
15+
Avoid ConcurrentModificationException if HtmlPage.deregisterFramesIfNeeded()
1316
</action>
1417
<action type="add" dev="rbri">
1518
Separate developer docu to help peoples to start working on this project
@@ -74,6 +77,12 @@
7477
<action type="update" dev="RhinoTeam">
7578
core-js: Code cleanup.
7679
</action>
80+
<action type="fix" dev="rbri">
81+
neko: fix ParentNode#getTextContent()
82+
</action>
83+
<action type="add" dev="rbri">
84+
neko: introduce Element.SCRIPT_SUPPORTING flag for HTMLElements
85+
</action>
7786
<action type="update" dev="rbri">
7887
Upgrade Apache commons-io to 2.20.0.
7988
</action>

0 commit comments

Comments
 (0)