Skip to content

Commit 390c85c

Browse files
committed
[1.6.0] - 2024-02-11
1 parent 914da05 commit 390c85c

File tree

3 files changed

+74
-10
lines changed

3 files changed

+74
-10
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

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

14+
- mvn-compiler-version set to 3.12.1
15+
- mvn-surefire-version set to 3.2.5
16+
- mvn-plugin-annotations-version set to 3.11.0
17+
- mvn-plugin-version set to 3.11.0
18+
- slf4j-version set to 2.0.12
19+
- common-codec-version set to 1.16.1
20+
- dbcp2-version set to 2.11.0
21+
- graalvm-mvn-native-version 0.10.0
22+
- jackson-version set to 2.16.1
1223
- review github workflows
1324
- fugert org project conventions badge
1425

README.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,56 @@ Main parent pom of fugerit-org projects.
1212
[![Java build version](https://img.shields.io/badge/build%20on-java%2011+-%23ED8B00.svg?style=for-the-badge&logo=openjdk&logoColor=white)](https://universe.fugerit.org/src/docs/versions/java11.html)
1313
[![Apache Maven](https://img.shields.io/badge/Apache%20Maven-3.9.0+-C71A36?style=for-the-badge&logo=Apache%20Maven&logoColor=white)](https://universe.fugerit.org/src/docs/versions/maven3_9.html)
1414
[![Fugerit Github Project Conventions](https://img.shields.io/badge/Fugerit%20Org-Project%20Conventions-1A36C7?style=for-the-badge&logo=Onlinect%20Playground&logoColor=white)](https://universe.fugerit.org/src/docs/conventions/index.html)
15+
16+
## general properties
17+
18+
| property | current value | note |
19+
|--------------------------------|---------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
20+
| project.build.sourceEncoding | UTF-8 | |
21+
| java-version-compliance | 1.8 | |
22+
| maven.compiler.source | ${java-version-compliance} | |
23+
| maven.compiler.target | ${java-version-compliance} | |
24+
| licenseURL | http://www.apache.org/licenses/LICENSE-2.0.txt | |
25+
| javadoc-javasource-path-extra | |
26+
| javadoc-javasource-path | ${delombok-output-dir}${javadoc-javasource-path-extra} |
27+
28+
## artifact versions properties
29+
30+
| property | current value | note |
31+
|-------------------------------------------|----------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
32+
| mvn-compiler-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v3.12.1-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-compiler-plugin.svg)](https://central.sonatype.com/artifact/org.apache.maven.plugins/maven-compiler-plugin) |
33+
| mvn-source-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v3.3.0-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-source-plugin.svg)](https://central.sonatype.com/artifact/org.apache.maven.plugins/maven-source-plugin) |
34+
| mvn-javadoc-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v3.6.3-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-javadoc-plugin.svg)](https://central.sonatype.com/artifact/org.apache.maven.plugins/maven-javadoc-plugin) |
35+
| mvn-jar-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v3.3.0-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-jar-plugin.svg)](https://central.sonatype.com/artifact/org.apache.maven.plugins/maven-jar-plugin) |
36+
| mvn-shade-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v3.5.1-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-shade-plugin.svg)](https://central.sonatype.com/artifact/org.apache.maven.plugins/maven-shade-plugin) |
37+
| mvn-surefire-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v3.2.5-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-surefire-plugin.svg)](https://central.sonatype.com/artifact/org.apache.maven.plugins/maven-surefire-plugin) |
38+
| mvn-resources-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v3.3.1-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-resources-plugin.svg)](https://central.sonatype.com/artifact/org.apache.maven.plugins/maven-resources-plugin) |
39+
| mvn-plugin-api-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v3.9.6-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.apache.maven/maven-plugin-api.svg)](https://central.sonatype.com/artifact/org.apache.maven/maven-plugin-api) |
40+
| mvn-plugin-annotations-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v3.11.0-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.apache.maven.plugin-tools/maven-plugin-annotations.svg)](https://central.sonatype.com/artifact/org.apache.maven.plugin-tools/maven-plugin-annotations) |
41+
| mvn-plugin-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v3.11.0-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-plugin-plugin.svg)](https://central.sonatype.com/artifact/org.apache.maven.plugins/maven-plugin-plugin) |
42+
| slf4j-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v2.0.12-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.slf4j/slf4j-api.svg)](https://central.sonatype.com/artifact/org.slf4j/slf4j-api) |
43+
| log4j2-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v2.22.1-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.apache.logging.log4j/log4j-api.svg)](https://central.sonatype.com/artifact/org.apache.logging.log4j/log4j-api) |
44+
| nexus-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v1.6.13-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.sonatype.plugins/nexus-staging-maven-plugin.svg)](https://central.sonatype.com/artifact/org.sonatype.plugins/nexus-staging-maven-plugin) |
45+
| mvn-gpg-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v3.1.0-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-gpg-plugin.svg)](https://central.sonatype.com/artifact/org.apache.maven.plugins/maven-gpg-plugin) |
46+
| poi-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v5.2.5-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.apache.poi/poi.svg)](https://central.sonatype.com/artifact/org.apache.poi/poi) |
47+
| common-codec-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v1.16.1-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/commons-codec/commons-codec.svg)](https://central.sonatype.com/artifact/commons-codec/commons-codec) |
48+
| dbcp-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v1.4-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/commons-dbcp/commons-dbcp.svg)](https://central.sonatype.com/artifact/commons-dbcp/commons-dbcp) |
49+
| dbcp2-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v2.11.0-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.apache.commons/commons-dbcp2.svg)](https://central.sonatype.com/artifact/org.apache.commons/commons-dbcp2) |
50+
| junit-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v4.13.2-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/junit/junit.svg)](https://central.sonatype.com/artifact/junit/junit) |
51+
| awaitility-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v4.2.0-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.awaitility/awaitility.svg)](https://central.sonatype.com/artifact/org.awaitility/awaitility) |
52+
| awaitility-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v2.7.2-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.hsqldb/hsqldb.svg)](https://central.sonatype.com/artifact/org.hsqldb/hsqldb) |
53+
| fj-test-helper-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v0.5.2-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.fugerit.java/fj-test-helper.svg)](https://central.sonatype.com/artifact/org.fugerit.java/fj-test-helper) |
54+
| common-compress-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v1.25.0-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.apache.commons/commons-compress.svg)](https://central.sonatype.com/artifact/org.apache.commons/commons-compress) |
55+
| org.tukaani.xz-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v1.9-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.tukaani/xz.svg)](https://central.sonatype.com/artifact/org.tukaani/xz) |
56+
| lombok-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v1.18.30-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.projectlombok/lombok.svg)](https://central.sonatype.com/artifact/org.projectlombok/lombok) |
57+
| graalvm-mvn-native-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v0.10.0-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.graalvm.buildtools/native-maven-plugin.svg)](https://central.sonatype.com/artifact/org.graalvm.buildtools/native-maven-plugin) |
58+
| slf4j-simple-version | ${slf4j-version} | [![Maven Central](https://img.shields.io/maven-central/v/org.slf4j/slf4j-simple)](https://central.sonatype.com/artifact/org.slf4j/slf4j-simple) |
59+
| jacoco-maven-plugin-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v0.8.11-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.jacoco/jacoco.svg)](https://central.sonatype.com/artifact/org.jacoco/jacoco) |
60+
| buildnumber-maven-plugin-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v3.2.0-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.codehaus.mojo/buildnumber-maven-plugin.svg)](https://central.sonatype.com/artifact/org.codehaus.mojo/buildnumber-maven-plugin) |
61+
| build-helper-maven-plugin-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v3.5.0-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.codehaus.mojo/build-helper-maven-plugin.svg)](https://central.sonatype.com/artifact/org.codehaus.mojo/build-helper-maven-plugin) |
62+
| jackson-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v2.16.1-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/com.fasterxml.jackson.core/jackson-core.svg)](https://central.sonatype.com/artifact/com.fasterxml.jackson.core/jackson-core) |
63+
| fasterxml-jackson-core-version | ${jackson-version} | [![Maven Central](https://img.shields.io/maven-central/v/com.fasterxml.jackson.core/jackson-core.svg)](https://central.sonatype.com/artifact/com.fasterxml.jackson.core/jackson-core) |
64+
| fasterxml-jackson-databind-version | ${jackson-version} | [![Maven Central](https://img.shields.io/maven-central/v/com.fasterxml.jackson.core/jackson-databind.svg)](https://central.sonatype.com/artifact/com.fasterxml.jackson.core/jackson-databind) |
65+
| fasterxml-jackson-dataformat-yaml-version | ${jackson-version} | [![Maven Central](https://img.shields.io/maven-central/v/com.fasterxml.jackson.dataformat/jackson-dataformat-yaml.svg)](https://central.sonatype.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-yaml) |
66+
| opencsv-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v5.9-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/com.opencsv/opencsv.svg)](https://central.sonatype.com/artifact/com.opencsv/opencsv) |
67+
| lombok-maven-plugin-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v3.5.0-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.projectlombok/lombok-maven-plugin.svg)](https://central.sonatype.com/artifact/org.projectlombok/lombok-maven-plugin) |

pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.fugerit.java</groupId>
66
<artifactId>fj-bom</artifactId>
77

8-
<version>1.5.2</version>
8+
<version>1.6.0</version>
99
<packaging>pom</packaging>
1010

1111
<name>Fugerit Java Platform BOM</name>
@@ -74,26 +74,26 @@
7474
<maven.compiler.source>${java-version-compliance}</maven.compiler.source>
7575
<maven.compiler.target>${java-version-compliance}</maven.compiler.target>
7676
<!-- maven plugin versions -->
77-
<mvn-compiler-version>3.12.0</mvn-compiler-version>
77+
<mvn-compiler-version>3.12.1</mvn-compiler-version>
7878
<mvn-source-version>3.3.0</mvn-source-version>
7979
<mvn-javadoc-version>3.6.3</mvn-javadoc-version>
8080
<mvn-jar-version>3.3.0</mvn-jar-version>
8181
<mvn-shade-version>3.5.1</mvn-shade-version>
82-
<mvn-surefire-version>3.2.3</mvn-surefire-version>
82+
<mvn-surefire-version>3.2.5</mvn-surefire-version>
8383
<mvn-resources-version>3.3.1</mvn-resources-version>
8484
<!-- maven plugin creation dependancies -->
8585
<mvn-plugin-api-version>3.9.6</mvn-plugin-api-version>
86-
<mvn-plugin-annotations-version>3.10.2</mvn-plugin-annotations-version>
87-
<mvn-plugin-version>3.10.2</mvn-plugin-version>
86+
<mvn-plugin-annotations-version>3.11.0</mvn-plugin-annotations-version>
87+
<mvn-plugin-version>3.11.0</mvn-plugin-version>
8888
<!-- logging dependancies -->
89-
<slf4j-version>2.0.9</slf4j-version>
90-
<log4j2-version>2.22.0</log4j2-version>
89+
<slf4j-version>2.0.12</slf4j-version>
90+
<log4j2-version>2.22.1</log4j2-version>
9191
<!-- release dependancies -->
9292
<nexus-version>1.6.13</nexus-version>
9393
<mvn-gpg-version>3.1.0</mvn-gpg-version>
9494
<!-- other library dependancies -->
9595
<poi-version>5.2.5</poi-version>
96-
<common-codec-version>1.15</common-codec-version>
96+
<common-codec-version>1.16.1</common-codec-version>
9797
<dbcp-version>1.4</dbcp-version> <!-- dbcp should be avoided, use dbcp2 -->
9898
<dbcp2-version>2.9.0</dbcp2-version>
9999
<junit-version>4.13.2</junit-version>
@@ -105,7 +105,7 @@
105105
<!-- development plugin -->
106106
<lombok-version>1.18.30</lombok-version>
107107
<!-- graal vm -->
108-
<graalvm-mvn-native-version>0.9.28</graalvm-mvn-native-version>
108+
<graalvm-mvn-native-version>0.1.0</graalvm-mvn-native-version>
109109
<slf4j-simple-version>${slf4j-version}</slf4j-simple-version>
110110
<!-- sonar cloud -->
111111
<jacoco-maven-plugin-version>0.8.11</jacoco-maven-plugin-version>
@@ -115,7 +115,7 @@
115115
<!-- build helper -->
116116
<build-helper-maven-plugin-version>3.5.0</build-helper-maven-plugin-version>
117117
<!-- jackson version -->
118-
<jackson-version>2.16.0</jackson-version>
118+
<jackson-version>2.16.1</jackson-version>
119119
<fasterxml-jackson-core-version>${jackson-version}</fasterxml-jackson-core-version>
120120
<fasterxml-jackson-databind-version>${jackson-version}</fasterxml-jackson-databind-version>
121121
<fasterxml-jackson-dataformat-yaml-version>${jackson-version}</fasterxml-jackson-dataformat-yaml-version>

0 commit comments

Comments
 (0)