Skip to content

Commit b11c4b8

Browse files
committed
Final POM clean-up.
1 parent 7da59d0 commit b11c4b8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
44
http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
6-
<!-- The Basics -->
76
<parent>
87
<groupId>io.sf.carte</groupId>
98
<artifactId>css4j-dist</artifactId>
@@ -28,11 +27,10 @@
2827
<type>test-jar</type>
2928
<scope>test</scope>
3029
</dependency>
31-
<!-- https://mvnrepository.com/artifact/nu.validator.htmlparser/htmlparser -->
3230
<dependency>
33-
<groupId>nu.validator.htmlparser</groupId>
31+
<groupId>nu.validator</groupId>
3432
<artifactId>htmlparser</artifactId>
35-
<version>1.4</version>
33+
<version>1.4.16</version>
3634
<scope>test</scope>
3735
<optional>false</optional>
3836
</dependency>
@@ -111,4 +109,7 @@
111109
<url>https://maven.pkg.github.com/css4j/css4j-awt</url>
112110
</repository>
113111
</distributionManagement>
112+
<issueManagement>
113+
<url>https://github.com/css4j/css4j-awt/issues</url>
114+
</issueManagement>
114115
</project>

0 commit comments

Comments
 (0)