From d2c2d1f01abc8a77be268dc5811330b7e7dd1029 Mon Sep 17 00:00:00 2001
From: Open Identity Platform Community <open-identity-platform-opendj@googlegroups.com>
Date: Sun, 17 Feb 2019 18:37:46 +0000
Subject: [PATCH] [ci skip] 4.3.3->4.3.4 prepare for next development iteration

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

diff --git a/pom.xml b/pom.xml
index 9201a07..ceac8d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
      </parent>
 	<groupId>org.forgerock.opendj</groupId>
     <artifactId>opendj-parent</artifactId>
-	<version>4.3.4</version>
+	<version>4.3.5-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>OpenDJ Directory Services Project</name>
@@ -109,7 +109,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.3.4</tag>
+      	<tag>HEAD</tag>
   	</scm>
 
     <distributionManagement>

--
Gitblit v1.10.0