Since the configuration file format has been changed, upgrading to 1.9 will not let you downgrade without loss of config, so mark 1.9 as the oldest compatible since version

This commit is contained in:
Stephen Connolly 2014-05-09 10:23:19 +01:00
parent 474ce4bbc0
commit 4a80681fe1

View file

@ -106,6 +106,7 @@
<artifactId>maven-hpi-plugin</artifactId>
<version>${maven-hpi-plugin.version}</version>
<configuration>
<compatibleSinceVersion>1.9</compatibleSinceVersion>
<systemProperties>
<hudson.bundled.plugins>${basedir}/work/plugins/ldap.hpl</hudson.bundled.plugins>
</systemProperties>