From d5b0a03b710cf353995e8cbd941dabb46415ca4c Mon Sep 17 00:00:00 2001
From: vharseko <vharseko@openam.org.ru>
Date: Sun, 11 Mar 2018 10:21:24 +0000
Subject: [PATCH] Merge branch 'master' of https://github.com/OpenIdentityPlatform/OpenDJ.git
---
opendj-packages/opendj-msi/pom.xml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/opendj-packages/opendj-msi/pom.xml b/opendj-packages/opendj-msi/pom.xml
index dd69dcf..9b1f19b 100644
--- a/opendj-packages/opendj-msi/pom.xml
+++ b/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.6-SNAPSHOT</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>
--
Gitblit v1.10.0