Skip to content

Commit 96a0e74

Browse files
committed
[8.2.5] - 2023-09-04
Added - [workflow](src/main/md/github/create_maven_build_workflow.md) for package testing and dependency upload Changed - fj-bom set to 1.3.4 - fj-daogen test dependency set to 1.1.9 - reference to https://keepachangelog.com/ v1.1.0 in changelog
1 parent d32e0fe commit 96a0e74

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,22 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [8.2.5] - 2023-09-04
11+
1012
### Added
1113

1214
- [workflow](src/main/md/github/create_maven_build_workflow.md) for package testing and dependency upload
1315

1416
### Changed
1517

1618
- fj-bom set to 1.3.4
19+
- fj-daogen test dependency set to 1.1.9
20+
- reference to https://keepachangelog.com/ v1.1.0 in changelog
1721

1822
## [8.2.4] - 2023-09-04
1923

fj-core-jvfs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.fugerit.java</groupId>
1010
<artifactId>fj-lib</artifactId>
11-
<version>8.2.5-SNAPSHOT</version>
11+
<version>8.2.5</version>
1212
</parent>
1313

1414
<name>fj-core-jvfs</name>

fj-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-lib</artifactId>
10-
<version>8.2.5-SNAPSHOT</version>
10+
<version>8.2.5</version>
1111
</parent>
1212

1313
<name>fj-core</name>

fj-tool/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-lib</artifactId>
10-
<version>8.2.5-SNAPSHOT</version>
10+
<version>8.2.5</version>
1111
</parent>
1212

1313
<name>fj-tool</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<relativePath></relativePath>
1212
</parent>
1313

14-
<version>8.2.5-SNAPSHOT</version>
14+
<version>8.2.5</version>
1515
<packaging>pom</packaging>
1616

1717
<name>fj-lib</name>

0 commit comments

Comments
 (0)