diff --git a/README.md b/README.md index ebddee5..785027b 100644 --- a/README.md +++ b/README.md @@ -15,14 +15,14 @@ We will try to stay in sync with CSSParser regarding the features in the future. ### Project News [HtmlUnit@Twitter][3] -### Latest release Version 1.11.0 / December 11, 2021 +### Latest release Version 1.12.0 / April 24, 2022 For maven, you would add: net.sourceforge.htmlunit htmlunit-cssparser - 1.11.0 + 1.12.0 ### Latest CI build @@ -36,15 +36,22 @@ If you use maven please add: net.sourceforge.htmlunit htmlunit-cssparser - 1.12.0-SNAPSHOT + 1.13.0-SNAPSHOT You have to add the sonatype snapshot repository to your pom distributionManagement section also: - - sonatype-nexus-snapshots - https://oss.sonatype.org/content/repositories/snapshots - + + OSS Sonatype snapshots + https://oss.sonatype.org/content/repositories/snapshots/ + + true + always + + + false + + ## Start HtmlUnit - CSSParser Development diff --git a/pom.xml b/pom.xml index 78b1964..bfd8e06 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 net.sourceforge.htmlunit htmlunit-cssparser - 1.12.0-SNAPSHOT + 1.12.0 HtmlUnit CSS Parser jar CSS parser for HtmlUnit. @@ -45,7 +45,7 @@ org.owasp dependency-check-maven - 7.0.0 + 7.1.0 0 @@ -65,7 +65,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.8.1 + 3.10.1 @@ -84,7 +84,7 @@ net.java.dev.javacc javacc - 7.0.10 + 7.0.11 @@ -155,14 +155,14 @@ com.puppycrawl.tools checkstyle - 9.2 + 9.3 org.apache.maven.plugins maven-jar-plugin - 3.2.0 + 3.2.2 @@ -192,7 +192,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.3.1 + 3.3.2 --allow-script-in-comments com.gargoylesoftware.css.parser.javacc @@ -208,7 +208,7 @@ org.apache.maven.plugins maven-gpg-plugin - 1.6 + 3.0.1 verify