From 9206d7a5604d2c2cdd217689f9c27a8538193ea6 Mon Sep 17 00:00:00 2001
From: Open Identity Platform Community <open-identity-platform-opendj@googlegroups.com>
Date: Thu, 20 Jul 2023 09:30:27 +0000
Subject: [PATCH] [maven-release-plugin] prepare release 4.5.5

---
 pom.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 257c9ce..0681f85 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.5.5-SNAPSHOT</version>
+	<version>4.5.5</version>
     <packaging>pom</packaging>
 
     <name>OpenDJ Directory Services Project</name>
@@ -54,7 +54,7 @@
         <!--  ForgeRock build tools and Checkstyle versions (to avoid many checkstyle errors with ForgeRock Parent 2.0.10) -->
         <checkstylePluginVersion>2.9.1</checkstylePluginVersion>
         <checkstyleVersion>5.5</checkstyleVersion>
-        <argLine></argLine>
+        <argLine />
     </properties>
 
     <inceptionYear>2011</inceptionYear>
@@ -107,7 +107,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.5.5</tag>
   	</scm>
 	<repositories>
 		<repository>

--
Gitblit v1.10.0