Skip to content

Commit 4a19be4

Browse files
committed
Bump org.codehaus.mojo:mojo-parent from 67 to 77 (Require Maven 3.6.3+ from parent)
1 parent 9963a4a commit 4a19be4

File tree

1 file changed

+2
-25
lines changed

1 file changed

+2
-25
lines changed

pom.xml

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22

33
<modelVersion>4.0.0</modelVersion>
4-
4+
55
<parent>
66
<groupId>org.codehaus.mojo</groupId>
77
<artifactId>mojo-parent</artifactId>
8-
<version>67</version>
8+
<version>77</version>
99
</parent>
1010

1111
<artifactId>taglist-maven-plugin</artifactId>
@@ -17,16 +17,11 @@
1717
<url>https://www.mojohaus.org/taglist-maven-plugin/</url>
1818

1919
<properties>
20-
<mavenVersion>3.2.5</mavenVersion>
21-
<mojo.java.target>1.8</mojo.java.target>
2220
<project.build.outputTimestamp>1642852333</project.build.outputTimestamp>
2321

2422
<doxiaVersion>1.12.0</doxiaVersion>
2523
<doxia-sitetoolsVersion>1.11.1</doxia-sitetoolsVersion>
2624

27-
<!-- test dependencies -->
28-
<dependency.junit.version>5.8.2</dependency.junit.version>
29-
3025
<!-- override plugins -->
3126
<taglist-maven-plugin.version>${project.version}</taglist-maven-plugin.version>
3227
</properties>
@@ -151,7 +146,6 @@
151146
<plugin>
152147
<groupId>org.apache.maven.plugins</groupId>
153148
<artifactId>maven-plugin-plugin</artifactId>
154-
<version>3.10.2</version>
155149
</plugin>
156150
<plugin>
157151
<groupId>org.codehaus.modello</groupId>
@@ -195,18 +189,6 @@
195189
</plugins>
196190
</build>
197191

198-
<dependencyManagement>
199-
<dependencies>
200-
<dependency>
201-
<groupId>org.junit</groupId>
202-
<artifactId>junit-bom</artifactId>
203-
<version>${dependency.junit.version}</version>
204-
<type>pom</type>
205-
<scope>import</scope>
206-
</dependency>
207-
</dependencies>
208-
</dependencyManagement>
209-
210192
<dependencies>
211193
<dependency>
212194
<groupId>org.apache.maven</groupId>
@@ -285,11 +267,6 @@
285267
<artifactId>junit-jupiter-api</artifactId>
286268
<scope>test</scope>
287269
</dependency>
288-
<dependency>
289-
<groupId>org.junit.jupiter</groupId>
290-
<artifactId>junit-jupiter-engine</artifactId>
291-
<scope>test</scope>
292-
</dependency>
293270
<dependency>
294271
<groupId>org.junit.vintage</groupId>
295272
<artifactId>junit-vintage-engine</artifactId>

0 commit comments

Comments
 (0)