|
1 | 1 | <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"> |
2 | 2 |
|
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | | - |
| 4 | + |
5 | 5 | <parent> |
6 | 6 | <groupId>org.codehaus.mojo</groupId> |
7 | 7 | <artifactId>mojo-parent</artifactId> |
8 | | - <version>67</version> |
| 8 | + <version>77</version> |
9 | 9 | </parent> |
10 | 10 |
|
11 | 11 | <artifactId>taglist-maven-plugin</artifactId> |
|
17 | 17 | <url>https://www.mojohaus.org/taglist-maven-plugin/</url> |
18 | 18 |
|
19 | 19 | <properties> |
20 | | - <mavenVersion>3.2.5</mavenVersion> |
21 | | - <mojo.java.target>1.8</mojo.java.target> |
22 | 20 | <project.build.outputTimestamp>1642852333</project.build.outputTimestamp> |
23 | 21 |
|
24 | 22 | <doxiaVersion>1.12.0</doxiaVersion> |
25 | 23 | <doxia-sitetoolsVersion>1.11.1</doxia-sitetoolsVersion> |
26 | 24 |
|
27 | | - <!-- test dependencies --> |
28 | | - <dependency.junit.version>5.8.2</dependency.junit.version> |
29 | | - |
30 | 25 | <!-- override plugins --> |
31 | 26 | <taglist-maven-plugin.version>${project.version}</taglist-maven-plugin.version> |
32 | 27 | </properties> |
|
151 | 146 | <plugin> |
152 | 147 | <groupId>org.apache.maven.plugins</groupId> |
153 | 148 | <artifactId>maven-plugin-plugin</artifactId> |
154 | | - <version>3.10.2</version> |
155 | 149 | </plugin> |
156 | 150 | <plugin> |
157 | 151 | <groupId>org.codehaus.modello</groupId> |
|
195 | 189 | </plugins> |
196 | 190 | </build> |
197 | 191 |
|
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 | | - |
210 | 192 | <dependencies> |
211 | 193 | <dependency> |
212 | 194 | <groupId>org.apache.maven</groupId> |
|
285 | 267 | <artifactId>junit-jupiter-api</artifactId> |
286 | 268 | <scope>test</scope> |
287 | 269 | </dependency> |
288 | | - <dependency> |
289 | | - <groupId>org.junit.jupiter</groupId> |
290 | | - <artifactId>junit-jupiter-engine</artifactId> |
291 | | - <scope>test</scope> |
292 | | - </dependency> |
293 | 270 | <dependency> |
294 | 271 | <groupId>org.junit.vintage</groupId> |
295 | 272 | <artifactId>junit-vintage-engine</artifactId> |
|
0 commit comments