From 412ad6b800c1fbd15661110e21d836b888231cce Mon Sep 17 00:00:00 2001 From: Gaetan Boismal <gaetan.boismal@forgerock.com> Date: Wed, 26 Aug 2015 15:23:41 +0000 Subject: [PATCH] OPENDJ-2232 Fix OpenDJ trunk to use Git --- opendj-server-legacy/src/main/java/org/opends/server/util/SetupUtils.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/opendj-server-legacy/src/main/java/org/opends/server/util/SetupUtils.java b/opendj-server-legacy/src/main/java/org/opends/server/util/SetupUtils.java index ae51ae2..3f5bacb 100644 --- a/opendj-server-legacy/src/main/java/org/opends/server/util/SetupUtils.java +++ b/opendj-server-legacy/src/main/java/org/opends/server/util/SetupUtils.java @@ -111,9 +111,9 @@ public static final String MINOR_VERSION = "Minor Version"; /** Point version of the product. */ public static final String POINT_VERSION = "Point Version"; - /** Revision number in SVN. */ - public static final String REVISION_NUMBER = "Revision Number"; - /** The SVN url repository. */ + /** Revision in VCS. */ + public static final String REVISION = "Revision Number"; + /** The VCS url repository. */ public static final String URL_REPOSITORY = "URL Repository"; /** The version qualifier. */ public static final String VERSION_QUALIFIER = "Version Qualifier"; -- Gitblit v1.10.0