You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2013/10/26 02:23:46 UTC

svn commit: r1535897 - in /myfaces/core/trunk: api/pom.xml impl/pom.xml

Author: lu4242
Date: Sat Oct 26 00:23:45 2013
New Revision: 1535897

URL: http://svn.apache.org/r1535897
Log:
update sniffer plugin to check java 6 compatibility

Modified:
    myfaces/core/trunk/api/pom.xml
    myfaces/core/trunk/impl/pom.xml

Modified: myfaces/core/trunk/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/pom.xml?rev=1535897&r1=1535896&r2=1535897&view=diff
==============================================================================
--- myfaces/core/trunk/api/pom.xml (original)
+++ myfaces/core/trunk/api/pom.xml Sat Oct 26 00:23:45 2013
@@ -557,7 +557,7 @@
                                 <configuration>
                                     <signature>
                                         <groupId>org.jvnet.animal-sniffer</groupId>
-                                        <artifactId>java1.5</artifactId>
+                                        <artifactId>java1.6</artifactId>
                                         <version>1.0</version>
                                     </signature>
                                 </configuration>

Modified: myfaces/core/trunk/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/pom.xml?rev=1535897&r1=1535896&r2=1535897&view=diff
==============================================================================
--- myfaces/core/trunk/impl/pom.xml (original)
+++ myfaces/core/trunk/impl/pom.xml Sat Oct 26 00:23:45 2013
@@ -931,7 +931,7 @@
                                 <configuration>
                                     <signature>
                                         <groupId>org.jvnet.animal-sniffer</groupId>
-                                        <artifactId>java1.5</artifactId>
+                                        <artifactId>java1.6</artifactId>
                                         <version>1.0</version>
                                     </signature>
                                 </configuration>