Skip to content

Commit

Permalink
Use updated maven-javadoc-plugin (#779)
Browse files Browse the repository at this point in the history
* Overwrite javadoc plugin

* Bump Java port to 0.6.4
  • Loading branch information
tushuhei authored Oct 22, 2024
1 parent 2b275ae commit 18040d2
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
<version>9</version>
</parent>

<groupId>com.google.budoux</groupId>
<artifactId>budoux</artifactId>
<version>0.6.3</version>
<version>0.6.4</version>

<name>BudouX</name>
<url>https://google.github.io/budoux/</url>
Expand Down Expand Up @@ -56,6 +56,13 @@
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.10.0</version>
</plugin>
</plugins>
<pluginManagement><!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) -->
<plugins>
<!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle -->
Expand Down

0 comments on commit 18040d2

Please sign in to comment.