Skip to content

Commit 0edd5bf

Browse files
committed
start working towards 4.12.0
1 parent a379e5b commit 0edd5bf

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

pom.xml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,20 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
55
<modelVersion>4.0.0</modelVersion>
6+
67
<groupId>org.htmlunit</groupId>
78
<artifactId>htmlunit</artifactId>
89
<version>4.12.0-SNAPSHOT</version>
10+
<packaging>jar</packaging>
11+
912
<name>HtmlUnit</name>
13+
<description>
14+
A headless browser intended for use in testing web-based applications.
15+
</description>
1016
<organization>
1117
<name>Gargoyle Software Inc.</name>
1218
<url>http://www.GargoyleSoftware.com/</url>
1319
</organization>
14-
<packaging>jar</packaging>
15-
<description>
16-
A headless browser intended for use in testing web-based applications.
17-
</description>
1820
<url>https://www.htmlunit.org</url>
1921

2022
<properties>
@@ -25,12 +27,12 @@
2527
<maven.compiler.source>8</maven.compiler.source>
2628
<maven.compiler.target>8</maven.compiler.target>
2729

28-
<htmlunitcsp.version>4.11.0</htmlunitcsp.version>
29-
<htmlunitcssparser.version>4.11.0</htmlunitcssparser.version>
30+
<htmlunitcsp.version>4.12.0</htmlunitcsp.version>
31+
<htmlunitcssparser.version>4.12.0</htmlunitcssparser.version>
3032
<htmlunitcorejs.version>4.12.0-SNAPSHOT</htmlunitcorejs.version>
3133
<htmlunitneko.version>4.12.0-SNAPSHOT</htmlunitneko.version>
32-
<htmlunitwebsocketclient.version>4.11.0</htmlunitwebsocketclient.version>
33-
<htmlunitxpath.version>4.12.0-SNAPSHOT</htmlunitxpath.version>
34+
<htmlunitwebsocketclient.version>4.12.0</htmlunitwebsocketclient.version>
35+
<htmlunitxpath.version>4.12.0</htmlunitxpath.version>
3436

3537
<httpcomponents.version>4.5.14</httpcomponents.version>
3638
<commons-lang3.version>3.17.0</commons-lang3.version>

0 commit comments

Comments
 (0)