fix unintended s/javacocs/Javadocs/

This commit is contained in:
Hervé Boutemy 2023-06-04 18:16:38 +02:00
parent e83192cd56
commit 434ec3b476
2 changed files with 2 additions and 2 deletions

View File

@ -445,7 +445,7 @@ under the License.
<version>2.2</version>
<executions>
<execution>
<id>attach-Javadocs</id>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>

View File

@ -127,7 +127,7 @@ under the License.
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>attach-Javadocs</id>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>