Skip to content

Commit

Permalink
[MRRESOURCES-146] Bump org.apache.maven.plugins:maven-plugins from 41…
Browse files Browse the repository at this point in the history
… 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] <[email protected]>

* Cleanups with new parent

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Slawomir Jaranowski <[email protected]>
  • Loading branch information
dependabot[bot] and slawekjaranowski authored Dec 16, 2024
1 parent df4d256 commit da85a9c
Showing 1 changed file with 1 addition and 54 deletions.
55 changes: 1 addition & 54 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit da85a9c

Please sign in to comment.