This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch backport1 in repository https://gitbox.apache.org/repos/asf/maven-reporting-impl.git
commit 6d5df51e9dd9837884c1fb4d347a4d1a6c1e53ef Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sun Feb 4 17:03:29 2024 +0100 Update parent pom to 41 --- pom.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 25eb0aa..26db453 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,4 @@ -<?xml version='1.0' encoding='UTF-8'?> +<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-shared-components</artifactId> - <version>34</version> + <version>41</version> <relativePath /> </parent> @@ -49,8 +49,8 @@ <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-reporting-impl.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-reporting-impl.git</developerConnection> - <url>https://github.com/apache/maven-reporting-impl/tree/${project.scm.tag}</url> <tag>HEAD</tag> + <url>https://github.com/apache/maven-reporting-impl/tree/${project.scm.tag}</url> </scm> <issueManagement> <system>jira</system> @@ -148,10 +148,10 @@ <artifactId>doxia-module-markdown</artifactId> <version>${doxiaVersion}</version> <exclusions> - <exclusion> - <groupId>com.vladsch.flexmark</groupId> - <artifactId>flexmark-all</artifactId> - </exclusion> + <exclusion> + <groupId>com.vladsch.flexmark</groupId> + <artifactId>flexmark-all</artifactId> + </exclusion> </exclusions> </dependency>
