Skip to content

Commit 020907b

Browse files
committed
4.40.0
1 parent c9c72c6 commit 020907b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.seleniumhq.selenium</groupId>
77
<artifactId>htmlunit3-driver</artifactId>
8-
<version>4.40.0-SNAPSHOT</version>
8+
<version>4.40.0</version>
99

1010
<name>${project.artifactId}</name>
1111
<description>WebDriver compatible driver for HtmlUnit headless browser</description>
@@ -19,6 +19,8 @@
1919
<maven.compiler.target>17</maven.compiler.target>
2020
<maven.compiler.release>17</maven.compiler.release>
2121

22+
<maven.version.ignore>(?i).*-(alpha|beta|m|rc)([\.-]?\d+)?</maven.version.ignore>
23+
2224
<selenium.version>4.40.0</selenium.version>
2325
<selenium.devtools.artifactId>selenium-devtools-v144</selenium.devtools.artifactId>
2426
<htmlunit.version>4.21.0</htmlunit.version>
@@ -35,7 +37,7 @@
3537
<dependencycheck.version>12.1.9</dependencycheck.version>
3638

3739
<!-- plugins -->
38-
<central-publishing-plugin.version>0.9.0</central-publishing-plugin.version>
40+
<central-publishing-plugin.version>0.10.0</central-publishing-plugin.version>
3941
<checkstyle-plugin.version>3.6.0</checkstyle-plugin.version>
4042
<spotbugs-plugin.version>4.9.8.2</spotbugs-plugin.version>
4143
<gpg-plugin.version>3.2.8</gpg-plugin.version>

0 commit comments

Comments
 (0)