Author: mbenson Date: Tue Dec 8 19:56:18 2015 New Revision: 1718685 URL: http://svn.apache.org/viewvc?rev=1718685&view=rev Log: upgrade asm; disable doclint
Modified: commons/proper/weaver/trunk/pom.xml Modified: commons/proper/weaver/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/pom.xml?rev=1718685&r1=1718684&r2=1718685&view=diff ============================================================================== --- commons/proper/weaver/trunk/pom.xml (original) +++ commons/proper/weaver/trunk/pom.xml Tue Dec 8 19:56:18 2015 @@ -57,7 +57,7 @@ under the License. <commons.jira.id>WEAVER</commons.jira.id> <commons.jira.pid>12315320</commons.jira.pid> <commons.site.path>commons-weaver</commons.site.path> - <asm.version>5.0.3</asm.version> + <asm.version>5.0.4</asm.version> <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/${commons.site.path}</commons.scmPubUrl> <ant.version>1.9.3</ant.version> @@ -417,6 +417,9 @@ under the License. </executions> <configuration> <source>${maven.compiler.source}</source> + <additionalJOptions> + <additionalJOption>-Xdoclint:none</additionalJOption> + </additionalJOptions> </configuration> </plugin> <plugin>