2024.2.0 (2024-11-14)
Changed
- Removed
source
and target
parameters for compiler, as the release
parameter takes their place.
- Updated
org.cyclonedx:cyclonedx-maven-plugin
: 2.8.0 -> 2.9.0
- Updated
org.apache.maven.plugins:maven-deploy-plugin
: 3.1.1 -> 3.1.3
- Updated
org.apache.maven.plugins:maven-install-plugin
: 3.1.1 -> 3.1.3
- Updated
org.apache.maven.plugins:maven-javadoc-plugin
: 3.6.3 -> 3.11.1
2024.1.0 (2024-04-10)
Changed
- Updated distributionManagement to use main Nexus.
- Updated
org.cyclonedx:cyclonedx-maven-plugin
: 2.7.11 -> 2.8.0
- Updated
org.apache.maven.plugins:maven-compiler-plugin
: 3.12.1 -> 3.13.0
- Updated
org.apache.maven.plugins:maven-source-plugin
: 3.3.0 -> 3.3.1
2024.0.0 (2024-03-15)
Changed
- Updated
org.cyclonedx:cyclonedx-maven-plugin
: 2.7.9 -> 2.7.11
- Updated
org.apache.maven.plugins:maven-compiler-plugin
: 3.11.0 -> 3.12.1
- Updated
org.apache.maven.plugins:maven-javadoc-plugin
: 3.5.0 -> 3.6.3
2023.0.2 (2023-07-01)
Changed
- Updated
org.cyclonedx:cyclonedx-maven-plugin
: 2.7.8 -> 2.7.9
- Updated
org.apache.maven.plugins:maven-source-plugin
: 3.2.1 -> 3.3.0
2023.0.1 (2023-05-15)
Fixed
- Parent POM should not define
revision
property.
2023.0.0 (2023-05-08)
Changed
- Updated Maven plugins in
nsx-deploy-at-end
profile:
org.apache.maven.plugins:maven-deploy-plugin
: 3.0.0 -> 3.1.1
org.apache.maven.plugins:maven-install-plugin
: 3.0.1 -> 3.1.1
2022.1.0 (2022-07-31)
Added
- Added
org.apache.maven.plugins:maven-compiler-plugin
to correctly target Java 8 when compiling with a newer JDK.
Changed
- Updated Maven plugins in
nsx-deploy-at-end
profile:
org.apache.maven.plugins:maven-deploy-plugin
: 2.8.2 -> 3.0.0
org.apache.maven.plugins:maven-install-plugin
: 2.5.2 -> 3.0.1
2022.0.0 (2022-05-31)
Added
- Added
cyclonedx-maven-plugin
to plugin management. Not inherited by default so projects can add it when needed.
Changed
- Updated dependencies:
org.apache.maven.plugins:maven-javadoc-plugin
: 3.2.0 -> 3.4.0
2020.9.1 (2020-09-28)
- added
nsx-javadoc-sources
profile to build javadoc and sources jars
- added
nsx-deploy-at-end
profile to run install and deploy steps after all modules are built
- set default build and reporting encoding to UTF-8
- set default Java version to 1.8