mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Valery Kharseko
15.43.2025 c5d75dd932190ce9df0190bc08e8443cbfda93ce
Bump org.openidentityplatform.commons 2.4.0 (#528)

1 files modified
5 ■■■■■ changed files
pom.xml 5 ●●●●● patch | view | raw | blame | history
pom.xml
@@ -13,7 +13,7 @@
  information: "Portions Copyright [year] [name of copyright owner]".
  Copyright 2011-2016 ForgeRock AS.
  Portions  Copyright 2017-2024 3A Systems, LLC.
  Portions  Copyright 2017-2025 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">
    <modelVersion>4.0.0</modelVersion>
@@ -35,7 +35,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.3.1-SNAPSHOT</commons.version>
        <commons.version>2.4.0</commons.version>
        <freemarker.version>2.3.34</freemarker.version>
        <metrics-core.version>4.2.30</metrics-core.version>
        <maven.compiler.target>8</maven.compiler.target>
@@ -313,6 +313,7 @@
                <configuration>
                    <publishingServerId>ossrh</publishingServerId>
                    <autoPublish>true</autoPublish>
                    <waitMaxTime>5400</waitMaxTime>
                </configuration>
                </plugin>
        </plugins>