From 691dbfdadfcf86f7a37e4e725ed8e3e973845fcd Mon Sep 17 00:00:00 2001
From: Bruno Lavit <bruno.lavit@forgerock.com>
Date: Fri, 18 Dec 2015 10:21:53 +0000
Subject: [PATCH] Update the OpenDJ dependency to 3.0.0-RC1. Quick PR with Gaetan to remove the duplicated property in the ZIP OEM pom.xml

---
 opendj-packages/pom.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj-packages/pom.xml b/opendj-packages/pom.xml
index c53758a..5bd9f31 100644
--- a/opendj-packages/pom.xml
+++ b/opendj-packages/pom.xml
@@ -132,7 +132,7 @@
         <lib.folder>lib</lib.folder>
         <!-- Location of the opendj service file for linux based packages. -->
         <sysv.file.location />
-        <opendj.server.archive.version>3.0.0-SNAPSHOT</opendj.server.archive.version>
+        <opendj.server.archive.version>3.0.0-RC1</opendj.server.archive.version>
     </properties>
 
     <modules>

--
Gitblit v1.10.0