Skip to content

Commit 35f590f

Browse files
committed
prepare version 1.1.0
1 parent ad0b6b3 commit 35f590f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>net.sourceforge.htmlunit</groupId>
66
<artifactId>htmlunit-cssparser</artifactId>
7-
<version>1.1.0-SNAPSHOT</version>
7+
<version>1.1.0</version>
88
<name>HtmlUnit CSS Parser</name>
99
<packaging>jar</packaging>
1010
<description>CSS parser for HtmlUnit.</description>
@@ -110,14 +110,14 @@
110110
<dependency>
111111
<groupId>com.puppycrawl.tools</groupId>
112112
<artifactId>checkstyle</artifactId>
113-
<version>8.5</version>
113+
<version>8.11</version>
114114
</dependency>
115115
</dependencies>
116116
</plugin>
117117
<plugin>
118118
<groupId>org.apache.maven.plugins</groupId>
119119
<artifactId>maven-jar-plugin</artifactId>
120-
<version>3.0.2</version>
120+
<version>3.1.0</version>
121121
<configuration>
122122
<archive>
123123
<manifest>
@@ -150,12 +150,12 @@
150150
<plugin>
151151
<groupId>org.apache.maven.plugins</groupId>
152152
<artifactId>maven-site-plugin</artifactId>
153-
<version>3.6</version>
153+
<version>3.7.1</version>
154154
</plugin>
155155
<plugin>
156156
<groupId>org.apache.maven.plugins</groupId>
157157
<artifactId>maven-javadoc-plugin</artifactId>
158-
<version>3.0.0</version>
158+
<version>3.0.1</version>
159159
<configuration>
160160
<additionalparam>--allow-script-in-comments</additionalparam>
161161
<excludePackageNames>com.gargoylesoftware.css.parser.javacc</excludePackageNames>
@@ -227,7 +227,7 @@
227227
<plugin>
228228
<groupId>org.apache.maven.plugins</groupId>
229229
<artifactId>maven-javadoc-plugin</artifactId>
230-
<version>3.0.0</version>
230+
<version>3.0.1</version>
231231
<configuration>
232232
<additionalparam>--allow-script-in-comments</additionalparam>
233233
<links>

src/changes/changes.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
</properties>
88

99
<body>
10-
<release version="1.1.0" date="xx.xx.2018" description="Bugfixes">
10+
<release version="1.1.0" date="22.07.2018" description="Bugfixes">
1111
<action type="fix" dev="rbri">
12-
Various fixes for the selector specifity calculation and same more test cases added.
12+
Various fixes for the selector specificity calculation and same more test cases added.
1313
</action>
1414
</release>
1515

0 commit comments

Comments
 (0)