Skip to content

Commit 0e30abe

Browse files
committed
yaml-doc-tool version to 0.7.0
1 parent dd8c057 commit 0e30abe

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
### Changed
11+
12+
## [0.7.0] - 2023-10-09
13+
14+
- yaml-doc-tool version to 0.7.0
15+
1016
## [0.6.1] - 2023-10-07
1117

1218
### Changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<relativePath></relativePath>
1212
</parent>
1313

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

1717
<name>yaml-doc-maven-plugin</name>
@@ -28,7 +28,7 @@
2828
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2929
<maven.compiler.target>1.8</maven.compiler.target>
3030
<maven.compiler.source>1.8</maven.compiler.source>
31-
<yaml-doc-version>0.6.1</yaml-doc-version>
31+
<yaml-doc-version>${project.version}</yaml-doc-version>
3232
<!-- sonar cloud configuration -->
3333
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
3434
<sonar.organization>fugerit-org</sonar.organization>

0 commit comments

Comments
 (0)