Browse Source

upgrade maven-javadoc-plugin to 3.0.0-M1 to support publishing of 3.22.0-GA

tags/rel_3_22_00_ga^0
Scott Marlow 6 years ago
parent
commit
8cca83be82
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      pom.xml

+ 1
- 1
pom.xml View File

@@ -191,7 +191,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.7</version>
<version>3.0.0-M1</version>
<configuration>
<attach>true</attach>
</configuration>

Loading…
Cancel
Save