You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2015/06/05 23:02:50 UTC

svn commit: r1683870 - /myfaces/tobago/branches/tobago-3.0.x/pom.xml

Author: lofwyr
Date: Fri Jun  5 21:02:50 2015
New Revision: 1683870

URL: http://svn.apache.org/r1683870
Log:
updating animal sniffer plugin to check against JDK 1.6 for Tobago 3.0

Modified:
    myfaces/tobago/branches/tobago-3.0.x/pom.xml

Modified: myfaces/tobago/branches/tobago-3.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/pom.xml?rev=1683870&r1=1683869&r2=1683870&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/pom.xml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/pom.xml Fri Jun  5 21:02:50 2015
@@ -669,12 +669,12 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>animal-sniffer-maven-plugin</artifactId>
-        <version>1.7</version>
+        <version>1.14</version>
         <configuration>
           <signature>
             <groupId>org.codehaus.mojo.signature</groupId>
-            <artifactId>java15</artifactId>
-            <version>1.0</version>
+            <artifactId>java16</artifactId>
+            <version>1.1</version>
           </signature>
         </configuration>
       </plugin>