Skip to content

v1.3.0

Compare
Choose a tag to compare
@ctron ctron released this 18 Sep 10:47
· 116 commits to master since this release
rpm-1.3.0

See also: https://ctron.github.io/rpm-builder

This is a feature release, backwards compatible with 1.2.x.

New features

  • #43: Allow customizing the verification flags using <verify> element. Thanks to @OliverMatz for contributing the PR.
  • #40: Add support for using rpm as the Maven module type. Thanks to @singhald for contributing the PR.

Changes

  • Switch to artifacts from Eclipse Packager
  • Update a bunch of dependencies

Maven coordinates

<dependency>
    <groupId>de.dentrassi.maven</groupId>
    <artifactId>rpm</artifactId>
    <version>1.3.0</version>
</dependency>