v1.4.0
See also: https://ctron.github.io/rpm-builder
This is a feature release, backwards compatible with 1.3.x.
New features
- #46: Allow configuring signature header content. Allows to create RPMs for older (really old) RPM versions, fixing the AIX issue eclipse/packager#7. Thanks to @rohit-lshift and @dwalluck for reporting, analyzing and testing this.
Changes
- Bring back support for compiling the plugin itself on Java 8
Maven coordinates
<dependency>
<groupId>de.dentrassi.maven</groupId>
<artifactId>rpm</artifactId>
<version>1.4.0</version>
</dependency>