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 dc0253d commit a98bd75Copy full SHA for a98bd75
CHANGELOG.md
@@ -1,4 +1,9 @@
1
-0.3.1 (2022-11-27)
+0.3.2 (2022-12-01)
2
+------------------
3
+* Changed yaml-doc-tool version to 0.3.2
4
+* Removed version vulnerability in pom dependencies
5
+
6
+0.3.1 (2022-12-01)
7
------------------
8
* Changed yaml-doc-tool version to 0.3.1
9
* Corrected [yaml-doc-config sample](src/test/resources/yaml-doc-config.xml)
pom.xml
@@ -11,7 +11,7 @@
11
<relativePath></relativePath>
12
</parent>
13
14
- <version>0.3.1</version>
+ <version>0.3.2</version>
15
<packaging>maven-plugin</packaging>
16
17
<name>yaml-doc-maven-plugin</name>
0 commit comments