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 8d22443 commit 920ff07Copy full SHA for 920ff07
pom.xml
@@ -3,7 +3,6 @@
3
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
4
http://maven.apache.org/xsd/maven-4.0.0.xsd">
5
<modelVersion>4.0.0</modelVersion>
6
- <!-- The Basics -->
7
<parent>
8
<groupId>io.sf.carte</groupId>
9
<artifactId>css4j-dist</artifactId>
@@ -38,7 +37,6 @@
38
37
<optional>true</optional>
39
</dependency>
40
</dependencies>
41
- <!-- Build Settings -->
42
<build>
43
<resources>
44
<resource>
@@ -74,4 +72,7 @@
74
72
<url>https://maven.pkg.github.com/css4j/xml-dtd</url>
75
73
</repository>
76
</distributionManagement>
+ <issueManagement>
+ <url>https://github.com/css4j/xml-dtd/issues</url>
77
+ </issueManagement>
78
</project>
0 commit comments