Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Releases: Stratio/unix-maven-plugin

1.2.0

08 Mar 16:53
Compare
Choose a tag to compare
  • Already expecting DEB conffiles at src/main/unix/files/DEBIAN/conffiles.
  • Building RPM spec with each line existing at src/main/unix/files/DEBIAN/conffiles.

1.0-alpha-9

19 Jan 17:00
Compare
Choose a tag to compare
1.0-alpha-9 Pre-release
Pre-release
  • 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

15 Jan 16:18
Compare
Choose a tag to compare
1.0-alpha-8 Pre-release
Pre-release
  • Fix NPE caused by MavenProject/Session not being injected. PR #10.

1.0-alpha-7

15 Jan 15:56
Compare
Choose a tag to compare
1.0-alpha-7 Pre-release
Pre-release
  • Added <size> setting that maps to Debian's Installed-Size.
  • Fix unix.sysvpkg.PkgchkUtil when Locale != ENGLISH. Issue #10.
  • Move groupId and packages to com.stratio.mojo.unix.
  • Changed parent to Sonatype OSS.