Skip to content

Commit

Permalink
[MJAR-308] Bump org.apache.maven.plugins:maven-plugins from 41 to 42 (#…
Browse files Browse the repository at this point in the history
…85)

* Bump org.apache.maven.plugins:maven-plugins from 41 to 42

Bumps [org.apache.maven.plugins:maven-plugins](https://github.com/apache/maven-parent) from 41 to 42.
- [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] <support@github.com>

* Cleanups after new parent

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Slawomir Jaranowski <s.jaranowski@gmail.com>
  • Loading branch information
dependabot[bot] and slawekjaranowski committed Apr 16, 2024
1 parent 52111cc commit 325b299
Showing 1 changed file with 1 addition and 31 deletions.
32 changes: 1 addition & 31 deletions pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugins</artifactId>
<version>41</version>
<version>42</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -81,13 +81,6 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.10.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
Expand Down Expand Up @@ -212,29 +205,6 @@
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-report-plugin</artifactId>
<configuration>
<requirementsHistories>
<requirementsHistory>
<version>3.3.0</version>
<maven>3.2.5</maven>
<jdk>1.8</jdk>
</requirementsHistory>
<requirementsHistory>
<version>3.2.1 - 3.2.2</version>
<maven>3.1.0</maven>
<jdk>1.7</jdk>
</requirementsHistory>
<requirementsHistory>
<version>3.0.0 - 3.2.0</version>
<maven>3.0</maven>
<jdk>1.7</jdk>
</requirementsHistory>
</requirementsHistories>
</configuration>
</plugin>
</plugins>
</pluginManagement>

Expand Down

0 comments on commit 325b299

Please sign in to comment.