File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 6666 <properties >
6767 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
6868 <org .openjdk.jmh.version>1.19</org .openjdk.jmh.version>
69+ <maven .javadoc.plugin.version>3.1.1</maven .javadoc.plugin.version>
6970
7071 <h3 .git.remote>https://github.com/uber/h3.git</h3 .git.remote>
7172 <h3 .use.docker>true</h3 .use.docker>
272273 <plugin >
273274 <groupId >org.apache.maven.plugins</groupId >
274275 <artifactId >maven-javadoc-plugin</artifactId >
275- <version >3.1.1 </version >
276+ <version >${maven.javadoc.plugin.version} </version >
276277 <executions >
277278 <execution >
278279 <id >attach-javadocs</id >
329330 <plugin >
330331 <groupId >org.apache.maven.plugins</groupId >
331332 <artifactId >maven-javadoc-plugin</artifactId >
332- <version >3.0.0 </version >
333+ <version >${maven.javadoc.plugin.version} </version >
333334 </plugin >
334335 <plugin >
335336 <groupId >org.codehaus.mojo</groupId >
You can’t perform that action at this time.
0 commit comments