Merge from master
This commit is contained in:
13
pom.xml
13
pom.xml
@@ -16,7 +16,7 @@ KIND, either express or implied. See the License for the
|
||||
specific language governing permissions and limitations
|
||||
under the License.
|
||||
-->
|
||||
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<!--
|
||||
Note that due to the special requirements of logging unit-tests, most
|
||||
tests are executed in the "integration-test" phase rather than the
|
||||
@@ -26,7 +26,7 @@ under the License.
|
||||
<parent>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-parent</artifactId>
|
||||
<version>78</version>
|
||||
<version>81</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>commons-logging</groupId>
|
||||
@@ -50,13 +50,13 @@ under the License.
|
||||
<commons.jira.id>LOGGING</commons.jira.id>
|
||||
<commons.jira.pid>12310484</commons.jira.pid>
|
||||
<!-- The RC version used in the staging repository URL. -->
|
||||
<commons.rc.version>RC1</commons.rc.version>
|
||||
<commons.rc.version>RC2</commons.rc.version>
|
||||
<skipSurefireReport>true</skipSurefireReport>
|
||||
<!-- Since version 3.2 additional classpath dependencies are allowed. -->
|
||||
<commons.failsafe.version>3.2.1</commons.failsafe.version>
|
||||
<!-- Allow default test run order to be changed -->
|
||||
<failsafe.runorder>filesystem</failsafe.runorder>
|
||||
<log4j2.version>2.24.2</log4j2.version>
|
||||
<log4j2.version>2.24.3</log4j2.version>
|
||||
<logback.version>1.3.14</logback.version>
|
||||
<slf4j.version>2.0.16</slf4j.version>
|
||||
<findsecbugs.version>1.13.0</findsecbugs.version>
|
||||
@@ -71,7 +71,8 @@ under the License.
|
||||
org.slf4j;version="[1.7, 3)";resolution:=optional,
|
||||
org.slf4j.spi;version="[1.7, 3)";resolution:=optional
|
||||
</commons.osgi.import>
|
||||
<project.build.outputTimestamp>2024-11-22T15:35:19Z</project.build.outputTimestamp>
|
||||
<!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
|
||||
<project.build.outputTimestamp>2024-08-19T13:43:35Z</project.build.outputTimestamp>
|
||||
<!-- JaCoCo: Don't make code coverage worse than: -->
|
||||
<commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>
|
||||
<commons.jacoco.classRatio>0.42</commons.jacoco.classRatio>
|
||||
@@ -758,7 +759,7 @@ under the License.
|
||||
<email>ggregory at apache.org</email>
|
||||
<url>https://www.garygregory.com</url>
|
||||
<organization>The Apache Software Foundation</organization>
|
||||
<organizationUrl>https://www.apache.org/</organizationUrl>
|
||||
<organizationUrl>https://www.apache.org/</organizationUrl>
|
||||
<roles>
|
||||
<role>PMC Member</role>
|
||||
</roles>
|
||||
|
||||
Reference in New Issue
Block a user