Skip to content

Commit f0e3047

Browse files
Bump org.codehaus.mojo:mojo-parent from 85 to 86 (#157)
* Bump org.codehaus.mojo:mojo-parent from 85 to 86 Bumps [org.codehaus.mojo:mojo-parent](https://github.com/mojohaus/mojo-parent) from 85 to 86. - [Release notes](https://github.com/mojohaus/mojo-parent/releases) - [Commits](https://github.com/mojohaus/mojo-parent/commits) --- updated-dependencies: - dependency-name: org.codehaus.mojo:mojo-parent dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * cleanups with next 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 0e0729c commit f0e3047

File tree

2 files changed

+9
-14
lines changed

2 files changed

+9
-14
lines changed

pom.xml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@
66
<parent>
77
<groupId>org.codehaus.mojo</groupId>
88
<artifactId>mojo-parent</artifactId>
9-
<version>85</version>
9+
<version>86</version>
1010
</parent>
1111

1212
<artifactId>taglist-maven-plugin</artifactId>
1313
<version>3.1.1-SNAPSHOT</version>
14-
1514
<packaging>maven-plugin</packaging>
15+
1616
<name>Taglist Maven Plugin</name>
1717
<description>Produce a tag list report.</description>
18+
1819
<url>https://www.mojohaus.org/taglist-maven-plugin/</url>
1920
<inceptionYear>2005</inceptionYear>
2021

@@ -260,6 +261,7 @@
260261
<version>3.0.1</version>
261262
</dependency>
262263
</dependencies>
264+
263265
<build>
264266
<pluginManagement>
265267
<plugins>
@@ -294,6 +296,7 @@
294296
</plugin>
295297
</plugins>
296298
</pluginManagement>
299+
297300
<plugins>
298301
<plugin>
299302
<groupId>org.apache.maven.plugins</groupId>
@@ -302,10 +305,6 @@
302305
<argLine>-Duser.language=en</argLine>
303306
</configuration>
304307
</plugin>
305-
<plugin>
306-
<groupId>org.apache.maven.plugins</groupId>
307-
<artifactId>maven-plugin-plugin</artifactId>
308-
</plugin>
309308
<plugin>
310309
<groupId>org.codehaus.modello</groupId>
311310
<artifactId>modello-maven-plugin</artifactId>
@@ -355,12 +354,9 @@
355354
</plugin>
356355
</plugins>
357356
</build>
357+
358358
<reporting>
359359
<plugins>
360-
<plugin>
361-
<groupId>org.apache.maven.plugins</groupId>
362-
<artifactId>maven-javadoc-plugin</artifactId>
363-
</plugin>
364360
<plugin>
365361
<groupId>org.codehaus.mojo</groupId>
366362
<artifactId>taglist-maven-plugin</artifactId>

src/site/site.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/DECORATION/1.8.1"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.1 https://maven.apache.org/xsd/decoration-1.8.1.xsd">
2+
<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd">
54
<body>
65

76
<breadcrumbs>
@@ -21,4 +20,4 @@
2120
<item name="Sample Taglist Report" href="./taglist.html" />
2221
</menu>
2322
</body>
24-
</project>
23+
</site>

0 commit comments

Comments
 (0)