Details
Description
If a client requests the vendorVersion from the RootDSE, s/he gets "${pom.version}" as value:
$ ldapsearch -h localhost -p 10389 -D "uid=admin,ou=system" -w *****-b "" -s base "(ObjectClass=)" vendorVersion
version: 1
dn:
vendorVersion: ${pom.version}
The issue does not exist in previous versions, and is likely a side effect of the reorganisation activities for the 1.5 version.