Skip to content

Commit

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

## [Unreleased]

## [1.4.5] - 2023-09-24

### Changed

- mvn-javadoc-version set to 3.6.0

## [1.4.4] - 2023-09-24

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.fugerit.java</groupId>
<artifactId>fj-bom</artifactId>

<version>1.4.4</version>
<version>1.4.5</version>
<packaging>pom</packaging>

<name>Fugerit Java Platform BOM</name>
Expand Down Expand Up @@ -76,7 +76,7 @@
<!-- maven plugin versions -->
<mvn-compiler-version>3.11.0</mvn-compiler-version>
<mvn-source-version>3.3.0</mvn-source-version>
<mvn-javadoc-version>3.5.0</mvn-javadoc-version>
<mvn-javadoc-version>3.6.0</mvn-javadoc-version>
<mvn-jar-version>3.3.0</mvn-jar-version>
<mvn-shade-version>3.4.1</mvn-shade-version>
<mvn-surefire-version>3.1.2</mvn-surefire-version>
Expand Down

0 comments on commit 2a6466b

Please sign in to comment.