Skip to content

Commit d978432

Browse files
committed
Update POMs with explicit URL
1 parent 2e32163 commit d978432

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

empiricism/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
</parent>
1111

1212
<name>empiricism</name>
13+
<url>https://github.com/OWASP/java-html-sanitizer</url>
1314
<description>
1415
HTML metadata derived by interrogating a browser's HTML parser
1516
</description>

java10-shim/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</parent>
1010

1111
<name>Java 10 Shim</name>
12+
<url>https://github.com/OWASP/java-html-sanitizer</url>
1213
<description>
1314
Provides an implementation of java8-shim that interoperates with
1415
Java &gt;= 10 idioms for immutable collections.

java8-shim/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</parent>
1010

1111
<name>Java 8 Shim</name>
12+
<url>https://github.com/OWASP/java-html-sanitizer</url>
1213
<description>
1314
Backports @since Java 9 collection factories like List.of onto
1415
Java8 in a way that uses the real ones where available, falls back

owasp-java-html-sanitizer/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</parent>
1010

1111
<name>OWASP Java HTML Sanitizer</name>
12+
<url>https://github.com/OWASP/java-html-sanitizer</url>
1213
<description>
1314
Takes third-party HTML and produces HTML that is safe to embed in
1415
your web application.

0 commit comments

Comments
 (0)