From ea39e752fc03ba1ba7db9f476437e1357634d2c6 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Fri, 21 Jun 2013 15:40:31 +0000
Subject: [PATCH] Backport r9039
---
pom.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 899e750..777662d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,7 @@
<properties>
<currentSDKversion>${project.version}</currentSDKversion>
<stableSDKversion>version.not.defined</stableSDKversion>
- <currentServerVersion>${project.version}</currentServerVersion>
+ <currentServerVersion>2.5.0-SNAPSHOT</currentServerVersion>
<stableServerVersion>2.4.6</stableServerVersion>
<docTargetVersion>2.6.0</docTargetVersion>
<sdkDocTargetVersion>2.6.0</sdkDocTargetVersion>
@@ -192,7 +192,7 @@
<artifactItem>
<groupId>org.forgerock.opendj</groupId>
<artifactId>opendj-log-ref</artifactId>
- <version>${project.version}</version>
+ <version>${currentServerVersion}</version>
<type>jar</type>
<overWrite>true</overWrite>
<outputDirectory>${project.build.directory}/logref</outputDirectory>
--
Gitblit v1.10.0