From 80decf5a805ae9498142d59366d98a1a97ae3c94 Mon Sep 17 00:00:00 2001
From: vharseko <vharseko@3a-systems.ru>
Date: Thu, 27 Jan 2022 14:55:01 +0000
Subject: [PATCH] FIX license in pom.xml https://github.com/OpenIdentityPlatform/OpenDJ/issues/205
---
pom.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9771d1e..f63d649 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,8 +78,8 @@
<licenses>
<license>
- <name>CDDL-1.0</name>
- <url>http://www.opensource.org/licenses/CDDL-1.0</url>
+ <name>CDDL-1.1</name>
+ <url>https://github.com/OpenIdentityPlatform/OpenDJ/blob/master/LICENSE.md</url>
<comments>Common Development and Distribution License (CDDL) 1.0.
This license applies to OpenDJ source code as indicated in the
source files.
--
Gitblit v1.10.0