This is an automated email from the ASF dual-hosted git repository. kwin pushed a commit to branch feature/parent-45 in repository https://gitbox.apache.org/repos/asf/maven-scm.git
commit ff6c801b40e4e21750876f8e2122c2e23e5f4af3 Author: Konrad Windszus <[email protected]> AuthorDate: Tue Aug 5 21:04:35 2025 +0200 Update to Maven Parent 45 --- maven-scm-plugin/pom.xml | 1 + pom.xml | 6 ++---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/maven-scm-plugin/pom.xml b/maven-scm-plugin/pom.xml index 5e5be113c..af8110a69 100644 --- a/maven-scm-plugin/pom.xml +++ b/maven-scm-plugin/pom.xml @@ -127,6 +127,7 @@ <dependency> <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-annotations</artifactId> + <version>3.15.1</version> <scope>provided</scope> </dependency> <dependency> diff --git a/pom.xml b/pom.xml index 80826030e..44942bee6 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-parent</artifactId> - <version>41</version> + <version>45</version> <relativePath /> </parent> @@ -148,7 +148,7 @@ <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-scm.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-scm.git</developerConnection> - <tag>maven-scm-2.0.0</tag> + <tag>master</tag> <url>https://github.com/apache/maven-scm/tree/${project.scm.tag}</url> </scm> @@ -175,8 +175,6 @@ <checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength,InnerAssignment,MagicNumber</checkstyle.violation.ignore> <checkstyle.failOnViolation>true</checkstyle.failOnViolation> <project.build.outputTimestamp>2024-04-11T12:24:41Z</project.build.outputTimestamp> - <version.maven-fluido-skin>2.1.0</version.maven-fluido-skin> - <version.maven-site-plugin>3.21.0</version.maven-site-plugin> </properties> <dependencyManagement>
