From 48b098f623e17371b951d5268d4e8c15a7fc486b Mon Sep 17 00:00:00 2001
From: Open Identity Platform Community <open-identity-platform-opendj@googlegroups.com>
Date: Tue, 06 Mar 2018 18:33:49 +0000
Subject: [PATCH] [ci skip] 4.1.4->4.1.5 prepare release 4.1.5

---
 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..8ce65f4 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.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>

--
Gitblit v1.10.0