From 793bff37eaeb9037528e800e5a77e9723ba95ed8 Mon Sep 17 00:00:00 2001
From: maximthomas <maxim.thomas@gmail.com>
Date: Thu, 31 Jul 2025 11:19:48 +0000
Subject: [PATCH] update project version to 5.0.0
---
opendj-cli/pom.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-cli/pom.xml b/opendj-cli/pom.xml
index 1a99887..66aaf6b 100644
--- a/opendj-cli/pom.xml
+++ b/opendj-cli/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>opendj-parent</artifactId>
<groupId>org.openidentityplatform.opendj</groupId>
- <version>4.10.1-SNAPSHOT</version>
+ <version>5.0.0-SNAPSHOT</version>
</parent>
<artifactId>opendj-cli</artifactId>
--
Gitblit v1.10.0