Skip to content
This repository was archived by the owner on Jul 27, 2025. It is now read-only.

Commit dc0253d

Browse files
committed
0.3.1 (2022-11-27)
* Changed yaml-doc-tool version to 0.3.1 * Corrected [yaml-doc-config sample](src/test/resources/yaml-doc-config.xml)
1 parent c0d44d6 commit dc0253d

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1+
0.3.1 (2022-11-27)
2+
------------------
3+
* Changed yaml-doc-tool version to 0.3.1
4+
* Corrected [yaml-doc-config sample](src/test/resources/yaml-doc-config.xml)
5+
16
0.3.0 (2022-11-27)
27
------------------
3-
+ Changed parent pom version (fj-bom) to 0.2.3
8+
* Changed parent pom version (fj-bom) to 0.2.3
49
* Updated documentation
510
* Updated to yaml-doc-tool 0.3.0

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<relativePath></relativePath>
1212
</parent>
1313

14-
<version>0.3.0</version>
14+
<version>0.3.1</version>
1515
<packaging>maven-plugin</packaging>
1616

1717
<name>yaml-doc-maven-plugin</name>
Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
<yaml-doc-config>
22

3-
<openapi id="sample"
4-
inputYaml="src/test/resources/sample/sample.yaml"
5-
outputFile="target/sample.pdf"
6-
/>
3+
<openapi-catalog id="sample">
4+
<openapi id="sample_yaml"
5+
inputYaml="src/test/resources/sample/sample.yaml"
6+
outputFile="target/sample.pdf"
7+
useOpenapiTitle="true"
8+
/>
9+
</openapi-catalog>
710

811
</yaml-doc-config>

0 commit comments

Comments
 (0)