mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Open Identity Platform Community
06.26.2018 925a4e3f37a2ff41447f1c371790b401cb001425
opendj-packages/opendj-msi/pom.xml
@@ -20,7 +20,7 @@
    <parent>
        <groupId>org.forgerock.opendj</groupId>
        <artifactId>opendj-packages</artifactId>
        <version>4.1.5-SNAPSHOT</version>
        <version>4.1.5</version>
    </parent>
    <artifactId>opendj-msi</artifactId>
@@ -85,9 +85,9 @@
                <module>opendj-msi-standard</module>
            </modules>
            <properties>
                <exec.heat>${project.build.directory}/wix/heat.exe</exec.heat><param.heat></param.heat>
              <exec.candle>${project.build.directory}/wix/candle.exe</exec.candle><param.candle></param.candle>
              <exec.light>${project.build.directory}/wix/light.exe</exec.light><param.light></param.light>
                <exec.heat>${project.build.directory}/wix/heat.exe</exec.heat><param.heat />
              <exec.candle>${project.build.directory}/wix/candle.exe</exec.candle><param.candle />
              <exec.light>${project.build.directory}/wix/light.exe</exec.light><param.light />
            </properties>
        </profile>
    </profiles>