Skip to content

Commit

Permalink
[0.6.1] - 2023-10-07
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed Oct 7, 2023
1 parent f62080f commit dd8c057
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.1] - 2023-10-07

### Changed

- yaml-doc-tool version to 0.6.1
- fj-bom version set to 1.4.7

## [0.5.0] - 2023-09-21

### Added
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-bom</artifactId>
<version>1.4.0</version>
<version>1.4.7</version>
<relativePath></relativePath>
</parent>

<version>0.5.0</version>
<version>0.6.1</version>
<packaging>maven-plugin</packaging>

<name>yaml-doc-maven-plugin</name>
Expand All @@ -28,7 +28,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<yaml-doc-version>0.5.0</yaml-doc-version>
<yaml-doc-version>0.6.1</yaml-doc-version>
<!-- sonar cloud configuration -->
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.organization>fugerit-org</sonar.organization>
Expand Down

0 comments on commit dd8c057

Please sign in to comment.