Skip to content

Commit

Permalink
Update plugin versions to fix javadoc generation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Dec 9, 2021
1 parent 74d78cc commit b2867ff
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ under the License.
<artifactId>maven-plugins</artifactId>
<groupId>org.apache.maven.plugins</groupId>
<version>34</version>
<relativePath>../../pom/maven/maven-plugins/pom.xml</relativePath>
<relativePath/>
</parent>

<artifactId>maven-dependency-plugin</artifactId>
Expand Down Expand Up @@ -95,6 +95,7 @@ under the License.
<jettyVersion>9.4.41.v20210516</jettyVersion>
<pluginTestingVersion>3.1.0</pluginTestingVersion>
<javaVersion>8</javaVersion>
<mavenPluginToolsVersion>3.6.2</mavenPluginToolsVersion>
<project.build.outputTimestamp>2021-06-07T12:17:08Z</project.build.outputTimestamp>
<slf4j.version>1.7.32</slf4j.version>
</properties>
Expand Down Expand Up @@ -400,6 +401,15 @@ under the License.
</excludes>
</configuration>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.2.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.1.2</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
Expand Down

0 comments on commit b2867ff

Please sign in to comment.