File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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>
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>
You can’t perform that action at this time.
0 commit comments