From 8a6b7b6f86feb8169fb8240c05f1b7a59ba21cc3 Mon Sep 17 00:00:00 2001
From: Maxim Thomas <maxim.thomas@gmail.com>
Date: Mon, 10 Jun 2024 12:15:38 +0000
Subject: [PATCH] update opendj-parent version
---
opendj-embedded/pom.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opendj-embedded/pom.xml b/opendj-embedded/pom.xml
index 48064a0..c67dec7 100644
--- a/opendj-embedded/pom.xml
+++ b/opendj-embedded/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.openidentityplatform.opendj</groupId>
<artifactId>opendj-parent</artifactId>
- <version>4.6.3</version>
+ <version>4.6.4-SNAPSHOT</version>
</parent>
<name>OpenDJ Embedded Server</name>
<artifactId>opendj-embedded</artifactId>
@@ -109,4 +109,4 @@
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
--
Gitblit v1.10.0