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> <version>2.2</version>
<executions> <executions>
<execution> <execution>
<id>attach-Javadocs</id> <id>attach-javadocs</id>
<goals> <goals>
<goal>jar</goal> <goal>jar</goal>
</goals> </goals>

View File

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