From aaa6794c3272757c255aecab0444de11b15e6012 Mon Sep 17 00:00:00 2001
From: Maxim Thomas <maxim.thomas@gmail.com>
Date: Tue, 25 Jun 2024 11:21:27 +0000
Subject: [PATCH] move commons version to property && fix doc-maven-plugin version (#347)
---
pom.xml | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index f699baf..dc558b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,6 +34,7 @@
<product.locales>ca_ES,es,de,fr,ja,ko,pl,zh_CN,zh_TW</product.locales>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<localized.jars.classifier>i18n</localized.jars.classifier>
+ <commons.version>2.1.4</commons.version>
<freemarker.version>2.3.31</freemarker.version>
<grizzly-framework.version>2.3.35</grizzly-framework.version>
<metrics-core.version>3.1.2</metrics-core.version>
@@ -145,7 +146,7 @@
<dependency>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>parent</artifactId>
- <version>2.1.4</version>
+ <version>${commons.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -562,11 +563,12 @@
<plugin>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>doc-maven-plugin</artifactId>
+ <version>${commons.version}</version>
<configuration>
- <projectName>OpenDJ</projectName>
+ <projectName>${product.name}</projectName>
<projectVersion>${project.version}</projectVersion>
<releaseVersion>${project.version}</releaseVersion>
- <googleAnalyticsId>UA-23412190-8</googleAnalyticsId>
+ <googleAnalyticsId/>
</configuration>
</plugin>
--
Gitblit v1.10.0