Skip to content

Commit 307d99d

Browse files
Bump org.codehaus.plexus:plexus from 15 to 16 (#328)
* Bump org.codehaus.plexus:plexus from 15 to 16 Bumps [org.codehaus.plexus:plexus](https://github.com/codehaus-plexus/plexus-pom) from 15 to 16. - [Release notes](https://github.com/codehaus-plexus/plexus-pom/releases) - [Commits](https://github.com/codehaus-plexus/plexus-pom/commits) --- updated-dependencies: - dependency-name: org.codehaus.plexus:plexus dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Use plugin version from 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>
1 parent 4759a5d commit 307d99d

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

pom.xml

+1-10
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.codehaus.plexus</groupId>
77
<artifactId>plexus</artifactId>
8-
<version>15</version>
8+
<version>16</version>
99
</parent>
1010

1111
<artifactId>plexus-compiler</artifactId>
@@ -147,7 +147,6 @@
147147
<plugin>
148148
<groupId>org.apache.maven.plugins</groupId>
149149
<artifactId>maven-surefire-plugin</artifactId>
150-
<version>3.2.2</version>
151150
<configuration>
152151
<redirectTestOutputToFile>${redirectTestOutputToFile}</redirectTestOutputToFile>
153152
</configuration>
@@ -168,13 +167,6 @@
168167
<autoVersionSubmodules>true</autoVersionSubmodules>
169168
</configuration>
170169
</plugin>
171-
<plugin>
172-
<groupId>org.apache.maven.plugins</groupId>
173-
<artifactId>maven-javadoc-plugin</artifactId>
174-
<configuration>
175-
<additionalparam>-Xdoclint:none</additionalparam>
176-
</configuration>
177-
</plugin>
178170
</plugins>
179171
</pluginManagement>
180172
<plugins>
@@ -188,7 +180,6 @@
188180
<plugin>
189181
<groupId>org.apache.maven.plugins</groupId>
190182
<artifactId>maven-enforcer-plugin</artifactId>
191-
<version>3.4.1</version>
192183
<executions>
193184
<execution>
194185
<id>enforce-java</id>

0 commit comments

Comments
 (0)