Skip to content

Commit

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

## [Unreleased]

## [1.4.3] - 2023-09-24

### Added

- Code of conduct badge and file
- Java / Maven version badges

### Changed

- fj-test-helper version set to 0.5.2 (and added new module in dependencyManagement fj-test-helper-java-jaxrs)

## [1.4.2] - 2023-09-23

### Added
Expand Down
4 changes: 2 additions & 2 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Contributor Covenant Code of Conduct
# Code of conduct

[refer to main repository code of conduct](https://github.com/fugerit-org/fj-universe/blob/main/CODE_OF_CONDUCT.md)
refer to [fugerit-org](https://github.com/fugerit-org) [code of conduct](https://github.com/fugerit-org/fj-universe/blob/main/CODE_OF_CONDUCT.md).
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Main parent pom of fugerit-org projects.
[![Maven Central](https://img.shields.io/maven-central/v/org.fugerit.java/fj-bom.svg)](https://mvnrepository.com/artifact/org.fugerit.java/fj-bom)
[![license](https://img.shields.io/badge/License-Apache%20License%202.0-teal.svg)](https://opensource.org/licenses/Apache-2.0)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=fugerit-org_fj-bom&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=fugerit-org_fj-bom)
[![code of conduct](https://img.shields.io/badge/Conduct-Contributor%20Covenant%202.1-purple.svg)](https://github.com/fugerit-org/fj-universe/blob/main/CODE_OF_CONDUCT.md)
[![code of conduct](https://img.shields.io/badge/conduct-Contributor%20Covenant-purple.svg)](https://github.com/fugerit-org/fj-universe/blob/main/CODE_OF_CONDUCT.md)

![Java runtime version](https://img.shields.io/badge/run%20on-java%208+-%23113366.svg?style=for-the-badge&logo=openjdk&logoColor=white)
![Java build version](https://img.shields.io/badge/build%20on-java%2011+-%23ED8B00.svg?style=for-the-badge&logo=openjdk&logoColor=white)
Expand Down
11 changes: 9 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.2</version>
<version>1.4.3</version>
<packaging>pom</packaging>

<name>Fugerit Java Platform BOM</name>
Expand Down Expand Up @@ -99,7 +99,7 @@
<junit-version>4.13.2</junit-version>
<awaitility-version>4.2.0</awaitility-version>
<hsqldb-version>2.7.2</hsqldb-version>
<fj-test-helper-version>0.5.0</fj-test-helper-version>
<fj-test-helper-version>0.5.1</fj-test-helper-version>
<common-compress-version>1.24.0</common-compress-version>
<org.tukaani.xz-version>1.9</org.tukaani.xz-version>
<!-- development plugin -->
Expand Down Expand Up @@ -220,6 +220,13 @@
</exclusions>
</dependency>

<dependency>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-test-helper-java-jaxrs</artifactId>
<version>${fj-test-helper-version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down

0 comments on commit 191ec12

Please sign in to comment.