Skip to content

Commit caa7d06

Browse files
committed
start working on version 3.0.0
1 parent 4740f7d commit caa7d06

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<module name="Translation"/>
2525

2626
<module name="Header">
27-
<property name="header" value="/*\n * Copyright (c) 2019-2021 Ronald Brill.\n *\n * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n"/>
27+
<property name="header" value="/*\n * Copyright (c) 2019-2023 Ronald Brill.\n *\n * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n"/>
2828
</module>
2929

3030
<module name="FileTabCharacter">

pom.xml

Lines changed: 4 additions & 4 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.14.0</version>
7+
<version>3.0.0-SNAPSHOT</version>
88
<name>HtmlUnit CSS Parser</name>
99
<packaging>jar</packaging>
1010
<description>CSS parser for HtmlUnit.</description>
@@ -101,7 +101,7 @@
101101
</execution>
102102
</executions>
103103
<configuration>
104-
<basedir>${project.build.directory}/generated-sources/javacc/com/gargoylesoftware/css/parser/javacc</basedir>
104+
<basedir>${project.build.directory}/generated-sources/javacc/org/htmlunit/css/parser/javacc</basedir>
105105
<includes>
106106
<include>CSS3Parser.java</include>
107107

@@ -195,7 +195,7 @@
195195
<version>3.4.1</version>
196196
<configuration>
197197
<additionalparam>--allow-script-in-comments</additionalparam>
198-
<excludePackageNames>com.gargoylesoftware.css.parser.javacc</excludePackageNames>
198+
<excludePackageNames>org.htmlunit.css.parser.javacc</excludePackageNames>
199199
</configuration>
200200
<executions>
201201
<execution>
@@ -270,7 +270,7 @@
270270
<links>
271271
<link>http://docs.oracle.com/javase/8/docs/api/</link>
272272
</links>
273-
<excludePackageNames>com.gargoylesoftware.css.parser.javacc</excludePackageNames>
273+
<excludePackageNames>org.htmlunit.css.parser.javacc</excludePackageNames>
274274
</configuration>
275275
</plugin>
276276
<plugin>

0 commit comments

Comments
 (0)