Skip to content

Commit

Permalink
prepare version 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Sep 18, 2021
1 parent 4e0a12a commit 2bfb28a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.10.0-SNAPSHOT</version>
<version>1.10.0</version>
<name>HtmlUnit CSS Parser</name>
<packaging>jar</packaging>
<description>CSS parser for HtmlUnit.</description>
Expand Down Expand Up @@ -187,7 +187,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.2.0</version>
<version>3.3.1</version>
<configuration>
<additionalparam>--allow-script-in-comments</additionalparam>
<excludePackageNames>com.gargoylesoftware.css.parser.javacc</excludePackageNames>
Expand Down Expand Up @@ -259,7 +259,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.2.0</version>
<version>3.3.1</version>
<configuration>
<additionalparam>--allow-script-in-comments</additionalparam>
<links>
Expand Down

0 comments on commit 2bfb28a

Please sign in to comment.