Skip to content

Commit

Permalink
[1.0.0] - 2024-02-17
Browse files Browse the repository at this point in the history
- fj-version set to 8.4.8
- fj-bom set to 1.6.0
  • Loading branch information
fugerit79 committed Feb 17, 2024
1 parent bdec053 commit cc57d69
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0] - 2024-02-17

### Changed

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

Expand Down
13 changes: 6 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-bom</artifactId>
<version>1.4.2</version>
<version>1.6.0</version>
<relativePath/>
</parent>

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

<version>0.4.2</version>
<version>1.0.0</version>
<packaging>jar</packaging>

<name>query-export-tool</name>
Expand All @@ -32,8 +32,7 @@
<maven.compiler.target>${java-version-compliance}</maven.compiler.target>
<maven.compiler.release>${java-version-compliance}</maven.compiler.release>
<!-- libraries versions -->
<fj-version>8.3.8</fj-version>
<opencsv-version>5.9</opencsv-version>
<fj-version>8.4.8</fj-version>
</properties>

<licenses>
Expand Down Expand Up @@ -175,4 +174,4 @@
<name>Fugerit</name>
</organization>

</project>
</project>

0 comments on commit cc57d69

Please sign in to comment.