From 9401c3fc9612d1d20742d30c531208d16c8c8cb8 Mon Sep 17 00:00:00 2001 From: Ronald Brill Date: Wed, 28 Dec 2022 14:45:37 +0100 Subject: [PATCH] prepare version 1.13.0 --- README.md | 9 ++++----- pom.xml | 4 ++-- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ca276ca..997b938 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.12.0 / April 24, 2022 +### Latest release Version 1.13.0 / December 28, 2022 For maven, you would add: net.sourceforge.htmlunit htmlunit-cssparser - 1.12.0 + 1.13.0 ### Latst CI build @@ -36,7 +36,7 @@ If you use maven please add: net.sourceforge.htmlunit htmlunit-cssparser - 1.13.0-SNAPSHOT + 1.14.0-SNAPSHOT You have to add the sonatype snapshot repository to your pom distributionManagement section also: @@ -89,9 +89,8 @@ Every contribution - from bug reports to feature requests, typos to full new fea This part is intended for committer who are packaging a release. * Check all your files are checked in -* Execute "mvn clean test" to be sure all tests are passing +* Execute "mvn -U clean test" to be sure all tests are passing * Update the version number in pom.xml and README.md -* Execute "mvn clean test" to be sure all tests are passing * Commit the changes diff --git a/pom.xml b/pom.xml index a36cd9e..1dfff4c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 net.sourceforge.htmlunit htmlunit-cssparser - 1.13.0-SNAPSHOT + 1.13.0 HtmlUnit CSS Parser jar CSS parser for HtmlUnit. @@ -45,7 +45,7 @@ org.owasp dependency-check-maven - 7.1.2 + 7.4.1 0