Skip to content

Releases: fugerit-org/fj-bom

2023-09.1

17 Sep 12:29
41364c3
Compare
Choose a tag to compare

[1.4.0] - 2023-09-15

Added

  • project fj-test-helper added to dependencyManagement (starting version 0.5.0).

[1.3.8] - 2023-09-15

Changed

[1.3.7] - 2023-09-15

Added

Changed

  • common-compress-version set to 1.24.0

Security

[1.3.6] - 2023-09-05

Changed

2023-09.0

04 Sep 15:38
4f17707
Compare
Choose a tag to compare

[1.3.5] - 2023-08-04

Added

Changed

  • slf4j-api and simple binding set to 2.0.9

[Unreleased]

[1.3.4] - 2023-08-04

Added

Changed

  • buildnumber-maven-plugin-version set to 3.2.0

[1.3.3] - 2023-08-04

Changed

[1.3.2] - 2023-08-03

Changed

  • Set role
  • Developers data

Fixed

  • Set the license url in the property 'licenseURL' as in the 'license' tag. (#8)
  • scm url (.git was missing at the end)

[1.3.1] - 2023-08-31

Added

  • github action for sonar cloud scan (on branch main and branch-sonarcloud) (#6)
  • maven profile 'sonarfugerit' to set sonar cloud properties for fugerit-org (#6)

Removed

  • plain changelog link (substituted by the 'keep a changelog' badge) (#4)

2023-08.2

31 Aug 15:12
2c04241
Compare
Choose a tag to compare

[1.3.0] - 2023-08-31

Added

  • buildnumber-maven-plugin version 3.1.0 (#2)
  • maven profile 'metadata' which activate the buildnumber-maven-plugin and add metadata to MANIFEST.MF (#2)
  • property licenseURL for license (default in fj-bom is https://opensource.org/license/apache-2-0/) (#2)
  • On 'metadata' maven profile, property 'Bundle-License' will be added to MANIFEST.MF (values is the 'licenseURL' maven property) (#2)
  • On 'metadata' maven profile, property 'Bundle-Description' will be added to MANIFEST.MF (values is the 'project.description' maven property) (#2)
  • On 'metadata' maven profile, property 'Bundle-Name' will be added to MANIFEST.MF (values is the 'project.name' maven property) (#2)
  • On 'metadata' maven profile, property 'Bundle-License' will be added to MANIFEST.MF (values is the 'licenseURL' maven property) (#2)
  • On 'metadata' maven profile, property 'Implementation-Build' will be added to MANIFEST.MF (values is the 'buildNumber' from buildnumber-maven-plugin) (#2)
  • On 'metadata' maven profile, maven-jar-plugin will add 'addDefaultImplementationEntries' to MANIFEST.MF (#2)

Changed

  • Maven profile 'doRelease' will now activate buildnumber-maven-plugin and add metadata to MANIFEST.MF (#2)
  • On 'doRelease' maven profile, property 'Bundle-License' will be added to MANIFEST.MF (values is the 'licenseURL' maven property) (#2)
  • On 'doRelease' maven profile, property 'Bundle-Description' will be added to MANIFEST.MF (values is the 'project.description' maven property) (#2)
  • On 'doRelease' maven profile, property 'Bundle-Name' will be added to MANIFEST.MF (values is the 'project.name' maven property) (#2)
  • On 'doRelease' maven profile, property 'Bundle-License' will be added to MANIFEST.MF (values is the 'licenseURL' maven property) (#2)
  • On 'doRelease' maven profile, property 'Implementation-Build' will be added to MANIFEST.MF (values is the 'buildNumber' from buildnumber-maven-plugin) (#2)
  • On 'doRelease' maven profile, maven-jar-plugin will add 'addDefaultImplementationEntries' to MANIFEST.MF (#2)
  • New changelog style based on : https://github.com/olivierlacan/keep-a-changelog (#4)
  • Added new changelog badge (#4)

2023-08.1

27 Aug 09:52
9d682ef
Compare
Choose a tag to compare

1.2.5 (2023-08-27)

  • added profile coverage based on jacoco-maven-plugin. (for sonar cloud test coverage)

2023-08.0

24 Aug 18:11
655d57b
Compare
Choose a tag to compare

1.2.4 (2023-08-24)

  • revert maven source plugin to 3.2.1
  • mvn-plugin-api-version set to 3.9.4
  • mvn-plugin-annotations-version set to 3.9.0
  • mvn-plugin-plugin-version set to 3.9.0
  • hsqldb-version set to 2.7.2
  • graalvm-mvn-native-version set to 0.9.24

2023-07.1

11 Jul 13:50
c1da08b
Compare
Choose a tag to compare

1.2.3 (2023-07-11)

  • revert maven source plugin to 3.2.1

1.2.2 (2023-07-10)

  • update mvn-source-version to 3.3.0

1.2.1 (2023-07-09)

  • update mvn-resources-version to 3.3.1
  • update mvn-surefire-version to 3.1.2

2023-07.0

04 Jul 13:00
a5ce818
Compare
Choose a tag to compare

1.2.0 (2023-07-04)

  • org.graalvm.buildtools plugin version update to 0.9.23
  • update lombok version to 1.18.28

1.1.0 (2023-05-30)

  • Added org.graalvm.buildtools plugin management
  • Version update of a few dependencies

2023-03.0

26 Mar 10:39
2a7f456
Compare
Choose a tag to compare

1.0.0 (2023-03-26)

  • To comply with HyperSQL 2.7.1+ the libraries should be built with java 11 (maven.compiler.release can still be set to java 8)
  • Added Apache Maven Compiler Plugin version 3.11.0
  • Added Project Lombok version 1.18.26
  • Removed j2ee dependency
  • Apache Maven Javadoc Plugin version changed to 3.5.0
  • Maven Surefire Plugin version changed to 3.0.0
  • Maven Plugin API version changed to 3.9.1
  • Maven Plugin Tools Java Annotations version changed to 3.8.1
  • Maven Plugin Plugin version changed to 3.8.1
  • SLF4J API Module version changed to 2.0.7
  • Nexus Staging Maven Plugin version changed to 1.6.13
  • Apache Log4j SLF4J Binding version changed to 2.20.0
  • HyperSQL Database version changed to 2.7.1
  • Apache Commons Compress version changed to 1.23.0

2022-11.0

27 Nov 19:23
Compare
Choose a tag to compare
  • Added maven-plugin-plugin dependancies
  • Added README.md