Skip to content

Commit bb4a1ec

Browse files
authored
Merge pull request #5 from fugerit-org/branch-sonarcloud
[0.4.1] - 2023-09-24
2 parents fe2f46b + 8762a00 commit bb4a1ec

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.4.1] - 2023-09-24
11+
12+
### Added
13+
14+
- Code of conduct badge and file
15+
- [Sample jdk compatibility check workflow on branch develop](.github/workflows/build_maven_compatibility.yml)
16+
17+
### Changed
18+
19+
- [Sonar cloud workflow merged in maven build](.github/workflows/deploy_maven_package.yml)
20+
- fj-bom version set to 1.4.0
21+
22+
### Removed
23+
24+
- Sonar cloud workflow yml removed. (after being merged with maven build)
25+
1026
## [0.4.0] - 2023-09-23
1127

1228
### Added

CODE_OF_CONDUCT.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Code of conduct
2+
3+
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).

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Tool export query in CSV and XLS / XLSX format
55
[![Keep a Changelog v1.1.0 badge](https://img.shields.io/badge/changelog-Keep%20a%20Changelog%20v1.1.0-%23E05735)](CHANGELOG.md)
66
[![Maven Central](https://img.shields.io/maven-central/v/org.fugerit.java/query-export-tool.svg)](https://mvnrepository.com/artifact/org.fugerit.java/query-export-tool)
77
[![license](https://img.shields.io/badge/License-Apache%20License%202.0-teal.svg)](https://opensource.org/licenses/Apache-2.0)
8+
[![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)
89
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=fugerit-org_query-export-tool&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=fugerit-org_query-export-tool)
910
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=fugerit-org_query-export-tool&metric=coverage)](https://sonarcloud.io/summary/new_code?id=fugerit-org_query-export-tool)
1011

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
<parent>
77
<groupId>org.fugerit.java</groupId>
88
<artifactId>fj-bom</artifactId>
9-
<version>1.4.0</version>
9+
<version>1.4.2</version>
1010
<relativePath></relativePath>
1111
</parent>
1212

1313
<artifactId>query-export-tool</artifactId>
1414

15-
<version>0.4.0</version>
15+
<version>0.4.1</version>
1616
<packaging>jar</packaging>
1717

1818
<name>query-export-tool</name>
@@ -89,7 +89,6 @@
8989
<dependency>
9090
<groupId>org.slf4j</groupId>
9191
<artifactId>slf4j-simple</artifactId>
92-
<version>2.0.9</version>
9392
<scope>test</scope>
9493
</dependency>
9594

0 commit comments

Comments
 (0)