Compare commits

..

No commits in common. "5ddef71c2652c23feab3f0f32ebaacb04454cfa8" and "85b2da391abf84e83d56bdc33fe4a436e08bf118" have entirely different histories.

22
pom.xml
View File

@ -120,28 +120,6 @@
</goals>
</execution>
</executions>
<!-- Support JDK-style Javadoc tags -->
<configuration>
<tags>
<tag>
<name>apiNote</name>
<placement>a</placement>
<head>API Note:</head>
</tag>
<tag>
<name>implSpec</name>
<placement>a</placement>
<head>Implementation Requirements:</head>
</tag>
<tag>
<name>implNote</name>
<placement>a</placement>
<head>Implementation Note:</head>
</tag>
</tags>
</configuration>
</plugin>
<!-- GPG sign JAR -->