Skip to content

Commit

Permalink
prepare version 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Dec 28, 2022
1 parent 2b676c2 commit 9401c3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit-cssparser</artifactId>
<version>1.12.0</version>
<version>1.13.0</version>
</dependency>

### Latst CI build
Expand All @@ -36,7 +36,7 @@ If you use maven please add:
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit-cssparser</artifactId>
<version>1.13.0-SNAPSHOT</version>
<version>1.14.0-SNAPSHOT</version>
</dependency>

You have to add the sonatype snapshot repository to your pom distributionManagement section also:
Expand Down Expand Up @@ -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


Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit-cssparser</artifactId>
<version>1.13.0-SNAPSHOT</version>
<version>1.13.0</version>
<name>HtmlUnit CSS Parser</name>
<packaging>jar</packaging>
<description>CSS parser for HtmlUnit.</description>
Expand Down Expand Up @@ -45,7 +45,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>7.1.2</version>
<version>7.4.1</version>
<configuration>
<failBuildOnCVSS>0</failBuildOnCVSS>
</configuration>
Expand Down

0 comments on commit 9401c3f

Please sign in to comment.