From fec67fa7927fa3d0f3e69ad389d7dd7134446230 Mon Sep 17 00:00:00 2001
From: Open Identity Platform Community <open-identity-platform-opendj@googlegroups.com>
Date: Fri, 25 May 2018 05:03:06 +0000
Subject: [PATCH] [ci skip] 4.1.8->4.1.9 prepare release 4.1.9
---
pom.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9c3a425..5087e6c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.forgerock.opendj</groupId>
<artifactId>opendj-bom</artifactId>
- <version>4.1.9-SNAPSHOT</version>
+ <version>4.1.9</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>HEAD</tag>
+ <tag>4.1.9</tag>
</scm>
<distributionManagement>
--
Gitblit v1.10.0