|
3 | 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
4 | 4 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
5 | 5 | <modelVersion>4.0.0</modelVersion> |
| 6 | + |
6 | 7 | <groupId>org.htmlunit</groupId> |
7 | 8 | <artifactId>htmlunit</artifactId> |
8 | 9 | <version>4.12.0-SNAPSHOT</version> |
| 10 | + <packaging>jar</packaging> |
| 11 | + |
9 | 12 | <name>HtmlUnit</name> |
| 13 | + <description> |
| 14 | + A headless browser intended for use in testing web-based applications. |
| 15 | + </description> |
10 | 16 | <organization> |
11 | 17 | <name>Gargoyle Software Inc.</name> |
12 | 18 | <url>http://www.GargoyleSoftware.com/</url> |
13 | 19 | </organization> |
14 | | - <packaging>jar</packaging> |
15 | | - <description> |
16 | | - A headless browser intended for use in testing web-based applications. |
17 | | - </description> |
18 | 20 | <url>https://www.htmlunit.org</url> |
19 | 21 |
|
20 | 22 | <properties> |
|
25 | 27 | <maven.compiler.source>8</maven.compiler.source> |
26 | 28 | <maven.compiler.target>8</maven.compiler.target> |
27 | 29 |
|
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> |
30 | 32 | <htmlunitcorejs.version>4.12.0-SNAPSHOT</htmlunitcorejs.version> |
31 | 33 | <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> |
34 | 36 |
|
35 | 37 | <httpcomponents.version>4.5.14</httpcomponents.version> |
36 | 38 | <commons-lang3.version>3.17.0</commons-lang3.version> |
|
0 commit comments