Skip to content

Commit 325b299

Browse files
[MJAR-308] Bump org.apache.maven.plugins:maven-plugins from 41 to 42 (#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] <[email protected]> * Cleanups after 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]>
1 parent 52111cc commit 325b299

File tree

1 file changed

+1
-31
lines changed

1 file changed

+1
-31
lines changed

pom.xml

+1-31
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.maven.plugins</groupId>
2525
<artifactId>maven-plugins</artifactId>
26-
<version>41</version>
26+
<version>42</version>
2727
<relativePath />
2828
</parent>
2929

@@ -81,13 +81,6 @@
8181

8282
<dependencyManagement>
8383
<dependencies>
84-
<dependency>
85-
<groupId>org.junit</groupId>
86-
<artifactId>junit-bom</artifactId>
87-
<version>5.10.2</version>
88-
<type>pom</type>
89-
<scope>import</scope>
90-
</dependency>
9184
<dependency>
9285
<groupId>commons-io</groupId>
9386
<artifactId>commons-io</artifactId>
@@ -212,29 +205,6 @@
212205
</excludes>
213206
</configuration>
214207
</plugin>
215-
<plugin>
216-
<groupId>org.apache.maven.plugins</groupId>
217-
<artifactId>maven-plugin-report-plugin</artifactId>
218-
<configuration>
219-
<requirementsHistories>
220-
<requirementsHistory>
221-
<version>3.3.0</version>
222-
<maven>3.2.5</maven>
223-
<jdk>1.8</jdk>
224-
</requirementsHistory>
225-
<requirementsHistory>
226-
<version>3.2.1 - 3.2.2</version>
227-
<maven>3.1.0</maven>
228-
<jdk>1.7</jdk>
229-
</requirementsHistory>
230-
<requirementsHistory>
231-
<version>3.0.0 - 3.2.0</version>
232-
<maven>3.0</maven>
233-
<jdk>1.7</jdk>
234-
</requirementsHistory>
235-
</requirementsHistories>
236-
</configuration>
237-
</plugin>
238208
</plugins>
239209
</pluginManagement>
240210

0 commit comments

Comments
 (0)