This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-remote-resources-plugin.git
The following commit(s) were added to refs/heads/master by this push: new da85a9c [MRRESOURCES-146] Bump org.apache.maven.plugins:maven-plugins from 41 to 43 (#61) da85a9c is described below commit da85a9c903df5c5516e8186291d6eca48f926c8e Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Dec 16 19:34:23 2024 +0100 [MRRESOURCES-146] Bump org.apache.maven.plugins:maven-plugins from 41 to 43 (#61) * Bump org.apache.maven.plugins:maven-plugins from 41 to 43 Bumps [org.apache.maven.plugins:maven-plugins](https://github.com/apache/maven-parent) from 41 to 43. - [Release notes](https://github.com/apache/maven-parent/releases) - [Commits](https://github.com/apache/maven-parent/commits) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-plugins dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <supp...@github.com> * Cleanups with new parent --------- Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Slawomir Jaranowski <s.jaranow...@gmail.com> --- pom.xml | 55 +------------------------------------------------------ 1 file changed, 1 insertion(+), 54 deletions(-) diff --git a/pom.xml b/pom.xml index 722a925..c68661c 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>41</version> + <version>43</version> <relativePath /> </parent> @@ -74,21 +74,6 @@ under the License. <mavenFilteringVersion>3.3.2</mavenFilteringVersion> </properties> - <dependencyManagement> - <dependencies> - <dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-utils</artifactId> - <version>4.0.0</version> - </dependency> - <dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-xml</artifactId> - <version>3.0.0</version> - </dependency> - </dependencies> - </dependencyManagement> - <dependencies> <!-- maven core --> <dependency> @@ -247,44 +232,6 @@ under the License. </excludes> </configuration> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-plugin-report-plugin</artifactId> - <configuration> - <requirementsHistories> - <requirementsHistory> - <version>3.2.0</version> - <maven>3.6.3</maven> - <jdk>1.8</jdk> - </requirementsHistory> - <requirementsHistory> - <version>3.1.0</version> - <maven>3.2.5</maven> - <jdk>1.8</jdk> - </requirementsHistory> - <requirementsHistory> - <version>3.0.0</version> - <maven>3.2.5</maven> - <jdk>1.7</jdk> - </requirementsHistory> - <requirementsHistory> - <version>1.7.0</version> - <maven>2.2.1</maven> - <jdk>1.7</jdk> - </requirementsHistory> - <requirementsHistory> - <version>1.6.0</version> - <maven>2.2.1</maven> - <jdk>1.6</jdk> - </requirementsHistory> - <requirementsHistory> - <version>1.5</version> - <maven>2.2.1</maven> - <jdk>1.5</jdk> - </requirementsHistory> - </requirementsHistories> - </configuration> - </plugin> </plugins> </pluginManagement> <plugins>