This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch prt45 in repository https://gitbox.apache.org/repos/asf/maven-stage-plugin.git
commit 92804a3d183ea1e0e0db275f88396f17e08ec91a Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sun Nov 16 11:06:32 2025 +0100 Bump parent pom to 45 --- pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a186653..48520c0 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugins</artifactId> - <version>43</version> + <version>45</version> </parent> <artifactId>maven-stage-plugin</artifactId> @@ -93,6 +93,7 @@ under the License. <dependency> <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-annotations</artifactId> + <version>${version.maven-plugin-tools}</version> <scope>provided</scope> </dependency> <dependency> @@ -114,6 +115,10 @@ under the License. <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> </dependency> + <dependency> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-xml</artifactId> + </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId>
