This repository has been archived by the owner on Mar 1, 2023. It is now read-only.
Releases: Stratio/unix-maven-plugin
Releases · Stratio/unix-maven-plugin
1.2.0
1.0-alpha-9
- Improve version mapping. This fixes handling of -rcX, -SNAPSHOT, etc. Issue #11.
- DEB: Force gzip compression (otherwise, newer dpkg-deb releases will use xz, which is not supported yet, see #13).
- Re-enable and fix most integraion tests.
- Upgrade commons-compress to 1.9. Fixes #5.
- Upgrade joda-time to 2.7.
1.0-alpha-8
- Fix NPE caused by MavenProject/Session not being injected. PR #10.
1.0-alpha-7
- Added
<size>
setting that maps to Debian'sInstalled-Size
. - Fix unix.sysvpkg.PkgchkUtil when Locale != ENGLISH. Issue #10.
- Move groupId and packages to
com.stratio.mojo.unix
. - Changed parent to Sonatype OSS.