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

Commit 2647143

Browse files
committed
1.0.0] - 2023-11-30
1 parent 0e30abe commit 2647143

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.0] - 2023-11-30
11+
1012
### Changed
1113

14+
- yaml-doc-tool version to 1.0.0
15+
- fj-bom version set to 1.5.0
16+
1217
## [0.7.0] - 2023-10-09
1318

1419
- yaml-doc-tool version to 0.7.0

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-bom</artifactId>
10-
<version>1.4.7</version>
10+
<version>1.5.0</version>
1111
<relativePath></relativePath>
1212
</parent>
1313

14-
<version>0.7.0</version>
14+
<version>1.0.0</version>
1515
<packaging>maven-plugin</packaging>
1616

1717
<name>yaml-doc-maven-plugin</name>

0 commit comments

Comments
 (0)