From 6ae65e7422b74aca27904b4dda1c2a368d0f742b Mon Sep 17 00:00:00 2001
From: Open Identity Platform Community <open-identity-platform-opendj@googlegroups.com>
Date: Wed, 17 Oct 2018 09:17:23 +0000
Subject: [PATCH] [ci skip] 4.2.2->4.2.3 prepare for next development iteration

---
 pom.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index dd480d4..a8f0a31 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.forgerock.opendj</groupId>
         <artifactId>opendj-bom</artifactId>
-        <version>4.2.3</version>
+        <version>4.2.4-SNAPSHOT</version>
         <relativePath>opendj-bom/pom.xml</relativePath>
     </parent>
 
@@ -110,7 +110,7 @@
         <connection>scm:git:https://github.com/OpenIdentityPlatform/OpenDJ.git</connection>
         <developerConnection>scm:git:https://github.com/OpenIdentityPlatform/OpenDJ.git</developerConnection>
         <url>https://github.com/OpenIdentityPlatform/OpenDJ</url>
-      	<tag>4.2.3</tag>
+      	<tag>HEAD</tag>
   	</scm>
 
     <distributionManagement>

--
Gitblit v1.10.0