From cb178a0c9c5175acbddadcd68777950b515c72f4 Mon Sep 17 00:00:00 2001
From: Open Identity Platform Community <open-identity-platform-opendj@googlegroups.com>
Date: Fri, 21 Feb 2020 10:06:47 +0000
Subject: [PATCH] [ci skip] 4.4.3->4.4.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 5897b83..fa578ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.openidentityplatform.opendj</groupId>
<artifactId>opendj-parent</artifactId>
- <version>4.4.4</version>
+ <version>4.4.5-SNAPSHOT</version>
<packaging>pom</packaging>
<name>OpenDJ Directory Services Project</name>
@@ -97,7 +97,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.4.4</tag>
+ <tag>HEAD</tag>
</scm>
<repositories>
<!-- <repository> -->
--
Gitblit v1.10.0