Skip to content

Commit

Permalink
[1.3.8] - 2023-09-15
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed Sep 15, 2023
1 parent 68e2fad commit 477394c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_maven_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
distribution: 'corretto'
cache: maven
- name: Build with Maven
run: mvn -P full,coverage,metadata -B package --file pom.xml
run: mvn -P metadata -B package --file pom.xml

# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Update dependency graph
Expand Down
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.3.8] - 2023-09-15

### Changed

- [Minor change to deploy workflow](.github/workflows/deploy_maven_package.yml) (Some profiles were not needed for pom only packaging)

## [1.3.7] - 2023-09-15

### Added
Expand Down
2 changes: 1 addition & 1 deletion 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.3.7</version>
<version>1.3.8</version>
<packaging>pom</packaging>

<name>Fugerit Java Platform BOM</name>
Expand Down

0 comments on commit 477394c

Please sign in to comment.