mirror of
https://github.com/nicolabs/ldap-plugin.git
synced 2026-05-20 17:35:32 +02:00
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:
parent
474ce4bbc0
commit
4a80681fe1
1
pom.xml
1
pom.xml
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue