This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-shared-io.git
The following commit(s) were added to refs/heads/master by this push: new 6858b76 [MSHARED-1468] Upgrade parent POM to version 43 (#27) 6858b76 is described below commit 6858b769b4b3b89e1f15b6acff7463ed3db23e6b Author: Gerd Aschemann <git...@aschemann.net> AuthorDate: Mon Mar 3 21:34:05 2025 +0100 [MSHARED-1468] Upgrade parent POM to version 43 (#27) The reactor build didn't work (support-and-care/maven-support-and-care#77). Additionally, it was necessary to add a dependency to a current Plexus-XML (in test scope). --- pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 537d33f..776c2a3 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-shared-components</artifactId> - <version>39</version> + <version>43</version> <relativePath /> </parent> @@ -129,6 +129,11 @@ <version>4.13.2</version> <scope>test</scope> </dependency> + <dependency> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-xml</artifactId> + <scope>test</scope> + </dependency> </dependencies> </project>