Author: veithen
Date: Sun Nov 18 10:43:38 2012
New Revision: 1410864
URL: http://svn.apache.org/viewvc?rev=1410864&view=rev
Log:
Downgraded animal sniffer to version 1.8 to avoid issues on Java 5/6.
Modified:
axis/axis1/java/trunk/pom.xml
Modified: axis/axis1/java/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis1/java/trunk/pom.xml?rev=1410864&r1=1410863&r2=1410864&view=diff
==============================================================================
--- axis/axis1/java/trunk/pom.xml (original)
+++ axis/axis1/java/trunk/pom.xml Sun Nov 18 10:43:38 2012
@@ -275,7 +275,9 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
- <version>1.9</version>
+ <!-- Note: 1.9 contains a call to a Java 7 specific method
(java.nio.CharBuffer.subSequence(II)Ljava/nio/CharBuffer;)
+ that is triggered when an undefined reference is
found. This breaks error reporting on Java 5/6. -->
+ <version>1.8</version>
<executions>
<execution>
<phase>verify</phase>