Skip to content

Commit cc57d69

Browse files
committed
[1.0.0] - 2024-02-17
- fj-version set to 8.4.8 - fj-bom set to 1.6.0
1 parent bdec053 commit cc57d69

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.0.0] - 2024-02-17
11+
1012
### Changed
1113

14+
- fj-version set to 8.4.8
15+
- fj-bom set to 1.6.0
1216
- Upgraded build_maven_package workflow to version 1.0.1, (accespt DISABLE_MAVEN_DEPENDENCY_SUBMISSION)
1317
- [Workflow review and transition to node 20](https://github.com/fugerit-org/fj-universe/issues/29)
1418

pom.xml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1+
<project xmlns="http://maven.apache.org/POM/4.0.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55

66
<parent>
77
<groupId>org.fugerit.java</groupId>
88
<artifactId>fj-bom</artifactId>
9-
<version>1.4.2</version>
9+
<version>1.6.0</version>
1010
<relativePath/>
1111
</parent>
1212

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

15-
<version>0.4.2</version>
15+
<version>1.0.0</version>
1616
<packaging>jar</packaging>
1717

1818
<name>query-export-tool</name>
@@ -32,8 +32,7 @@
3232
<maven.compiler.target>${java-version-compliance}</maven.compiler.target>
3333
<maven.compiler.release>${java-version-compliance}</maven.compiler.release>
3434
<!-- libraries versions -->
35-
<fj-version>8.3.8</fj-version>
36-
<opencsv-version>5.9</opencsv-version>
35+
<fj-version>8.4.8</fj-version>
3736
</properties>
3837

3938
<licenses>
@@ -175,4 +174,4 @@
175174
<name>Fugerit</name>
176175
</organization>
177176

178-
</project>
177+
</project>

0 commit comments

Comments
 (0)