Skip to content

Commit

Permalink
#1639 - Update build plugins to be JDK 17 compatible.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Sep 21, 2021
1 parent fc99a84 commit 054d2bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -514,7 +514,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>
Expand Down Expand Up @@ -561,7 +561,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>
Expand Down Expand Up @@ -1069,7 +1069,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>
Expand Down

0 comments on commit 054d2bf

Please sign in to comment.