Author: veithen
Date: Sat Oct 10 12:45:21 2015
New Revision: 1707877

URL: http://svn.apache.org/viewvc?rev=1707877&view=rev
Log:
Upgrade animal-sniffer-maven-plugin for compatibility with Java 8.

Modified:
    webservices/axiom/trunk/pom.xml

Modified: webservices/axiom/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/axiom/trunk/pom.xml?rev=1707877&r1=1707876&r2=1707877&view=diff
==============================================================================
--- webservices/axiom/trunk/pom.xml (original)
+++ webservices/axiom/trunk/pom.xml Sat Oct 10 12:45:21 2015
@@ -866,9 +866,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>animal-sniffer-maven-plugin</artifactId>
-                <!-- 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 6. -->
-                <version>1.8</version>
+                <version>1.14</version>
                 <executions>
                     <execution>
                         <id>check</id>


Reply via email to