#1639 - Update build plugins to be JDK 17 compatible.

This commit is contained in:
Oliver Drotbohm
2021-09-21 14:21:04 +02:00
parent a43a3d68be
commit 2e84949b34

View File

@@ -513,7 +513,7 @@
<plugin>
<groupId>org.jfrog.buildinfo</groupId>
<artifactId>artifactory-maven-plugin</artifactId>
<version>2.6.1</version>
<version>3.3.0</version>
<executions>
<execution>
<id>deploy-docs</id>
@@ -560,7 +560,7 @@
<plugin>
<groupId>org.jfrog.buildinfo</groupId>
<artifactId>artifactory-maven-plugin</artifactId>
<version>2.6.1</version>
<version>3.3.0</version>
<inherited>false</inherited>
<executions>
<execution>
@@ -1074,7 +1074,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.2.0</version>
<executions>
<execution>
<id>add-docs-source</id>