Bump os-maven-plugin from 1.5.0.Final to 1.7.1
Bumps os-maven-plugin from 1.5.0.Final to 1.7.1.
Release notes
Sourced from os-maven-plugin's releases.
os-maven-plugin-1.7.1
- Added detection of more RISC-V architectures. #61 #62 #66 (Thanks to
@zinovya
and@luhenry
)
riscv32
is detected asriscv
for backward compatibility with 1.7.0.riscv64
is detected asriscv64
.- Added detection of Elbrus 2000 architecture. #57 (Thanks to
@antonbashir
)- Added detection of LoongArch64 architecture. #63 #64 (Thanks to
@zhangwenlong8911
and@xiangzhai
)- Fixed the detection logic so that it detects more MacOS variants. #58 #67 (Thanks to
@aalmiray
)os-maven-plugin-1.7.0
- Added a new property
os.detected.arch.bitness
#36 #41 (Thanks to@jflecomte
and@bmarwell
)- Added detection of RISC-V architecture,
riscv
#51 #53 (Thanks to@advancedwebdeveloper
)- Added an abstraction layer for System property and file system access #47 #48 (Thanks to
@voidzcy
)- Added thread safety information to Maven plugin metadata so that Maven doesn't warn about thread safety anymore #42 #44 (Thanks to
@seime
and@mortenlocka
)os-maven-plugin-1.6.2
os-maven-plugin-1.6.1
- Added
m2e
life cycle mapping metadata soos-maven-plugin
works better with Eclipsem2e
. #37 (Thanks,@sergei-ivanov
)os-maven-plugin-1.6.0
- Added support for MIPS and MIPSEL 32/64-bit architecture
mips_32
- if the value is one of:mips
,mips32
mips_64
- if the value ismips64
mipsel_32
- if the value is one of:mipsel
,mips32el
mipsel_64
- if the value ismips64el
- Added support for PPCLE 32-bit architecture
ppcle_32
- if the value is one of:ppcle
,ppc32le
- Added support for IA64N and IA64W architecture
itanium_32
- if the value isia64n
itanium_64
- if the value is one of:ia64
,ia64w
(new),itanium64
- Fixed classpath conflicts due to outdated Guava version in transitive dependencies (#29)
- Fixed incorrect prerequisite (#21)
- Overall code clean-up and dependency updates
Commits
-
9913130
[maven-release-plugin] prepare release os-maven-plugin-1.7.1 -
211db49
Override the default Maven repository when testing against old Maven versions -
88bae1e
Detect moreosx
variants (#67) -
cebc3e8
Add support for LoongArch64 architecture (#63) -
4df5494
Addriscv32
andriscv64
support (#62) -
6bd9cfa
Support for E2K (Elbrus 2000) architecture (#57) -
6d81345
Update README.md -
52e547c
Update the version in README.md -
ad10438
[maven-release-plugin] prepare for next development iteration -
4a74c82
[maven-release-plugin] prepare release os-maven-plugin-1.7.0 - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts