We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 384e417 commit a5123e0Copy full SHA for a5123e0
pom.xml
@@ -4,7 +4,7 @@
4
<modelVersion>4.0.0</modelVersion>
5
<groupId>net.sourceforge.htmlunit</groupId>
6
<artifactId>htmlunit-cssparser</artifactId>
7
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.5.0</version>
8
<name>HtmlUnit CSS Parser</name>
9
<packaging>jar</packaging>
10
<description>CSS parser for HtmlUnit.</description>
@@ -117,7 +117,7 @@
117
<plugin>
118
<groupId>org.apache.maven.plugins</groupId>
119
<artifactId>maven-jar-plugin</artifactId>
120
- <version>3.1.1</version>
+ <version>3.1.2</version>
121
<configuration>
122
<archive>
123
<manifest>
0 commit comments