You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2016/06/09 23:57:16 UTC

svn commit: r1747610 - /commons/proper/imaging/trunk/pom.xml

Author: ggregory
Date: Thu Jun  9 23:57:16 2016
New Revision: 1747610

URL: http://svn.apache.org/viewvc?rev=1747610&view=rev
Log:
[IMAGING-184] Update platform from Java 5 to 7. Update animal sniffer plugin and its config to Java 7.

Modified:
    commons/proper/imaging/trunk/pom.xml

Modified: commons/proper/imaging/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/imaging/trunk/pom.xml?rev=1747610&r1=1747609&r2=1747610&view=diff
==============================================================================
--- commons/proper/imaging/trunk/pom.xml (original)
+++ commons/proper/imaging/trunk/pom.xml Thu Jun  9 23:57:16 2016
@@ -109,11 +109,11 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>animal-sniffer-maven-plugin</artifactId>
-        <version>1.11</version>
+        <version>1.15</version>
         <configuration>
           <signature>
             <groupId>org.codehaus.mojo.signature</groupId>
-            <artifactId>java15</artifactId>
+            <artifactId>java17</artifactId>
             <version>1.0</version>
           </signature>
         </configuration>