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 0e30abe commit 2647143Copy full SHA for 2647143
CHANGELOG.md
@@ -7,8 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [1.0.0] - 2023-11-30
11
+
12
### Changed
13
14
+- yaml-doc-tool version to 1.0.0
15
+- fj-bom version set to 1.5.0
16
17
## [0.7.0] - 2023-10-09
18
19
- yaml-doc-tool version to 0.7.0
pom.xml
@@ -7,11 +7,11 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-bom</artifactId>
- <version>1.4.7</version>
+ <version>1.5.0</version>
<relativePath></relativePath>
</parent>
- <version>0.7.0</version>
+ <version>1.0.0</version>
<packaging>maven-plugin</packaging>
<name>yaml-doc-maven-plugin</name>
0 commit comments