From a50f7f3224b0aa48d4549ddecd189c8371fbd793 Mon Sep 17 00:00:00 2001
From: Open Identity Platform Community <open-identity-platform-opendj@googlegroups.com>
Date: Wed, 26 Jun 2024 07:36:34 +0000
Subject: [PATCH] [maven-release-plugin] prepare release 4.6.4
---
opendj-embedded/pom.xml | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/opendj-embedded/pom.xml b/opendj-embedded/pom.xml
index c67dec7..f84ab24 100644
--- a/opendj-embedded/pom.xml
+++ b/opendj-embedded/pom.xml
@@ -14,14 +14,12 @@
Copyright 2024 3A Systems LLC.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.openidentityplatform.opendj</groupId>
<artifactId>opendj-parent</artifactId>
- <version>4.6.4-SNAPSHOT</version>
+ <version>4.6.4</version>
</parent>
<name>OpenDJ Embedded Server</name>
<artifactId>opendj-embedded</artifactId>
--
Gitblit v1.10.0