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 9c74a3f commit 9e5742cCopy full SHA for 9e5742c
modello-plugins/modello-plugin-xdoc/pom.xml
@@ -28,7 +28,7 @@
28
<dependency>
29
<groupId>org.jsoup</groupId>
30
<artifactId>jsoup</artifactId>
31
- <version>1.20.1</version>
+ <version>1.21.1</version>
32
</dependency>
33
34
<groupId>com.github.chhorz</groupId>
modello-plugins/modello-plugin-xdoc/src/test/resources/html4.expected.xml
@@ -21,7 +21,7 @@
21
<br />
22
This is a description in HTML4
23
24
-<strong>NOTE: </strong>HTML linebreak should be converted to selfclosing XML-tag
+<strong>NOTE: </strong> HTML linebreak should be converted to selfclosing XML-tag
25
26
<p><b>Since</b>: Maven 3</p></p>
27
<table>
0 commit comments