You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by fr...@apache.org on 2013/09/07 14:06:21 UTC

svn commit: r1520759 - /empire-db/trunk/pom.xml

Author: francisdb
Date: Sat Sep  7 12:06:20 2013
New Revision: 1520759

URL: http://svn.apache.org/r1520759
Log:
switch to latest version of rat and animal-sniffer plugins

Modified:
    empire-db/trunk/pom.xml

Modified: empire-db/trunk/pom.xml
URL: http://svn.apache.org/viewvc/empire-db/trunk/pom.xml?rev=1520759&r1=1520758&r2=1520759&view=diff
==============================================================================
--- empire-db/trunk/pom.xml (original)
+++ empire-db/trunk/pom.xml Sat Sep  7 12:06:20 2013
@@ -392,7 +392,7 @@
 			    <plugin>
 			      	<groupId>org.apache.rat</groupId>
         			<artifactId>apache-rat-plugin</artifactId>
-			       	<version>0.7</version>
+			       	<version>0.10</version>
 			       	<configuration>
 			       		<excludes>
 			       			<!-- This might be to generic  -->
@@ -507,7 +507,7 @@
 				<plugin>
 					<groupId>org.codehaus.mojo</groupId>
 					<artifactId>animal-sniffer-maven-plugin</artifactId>
-					<version>1.8</version>
+					<version>1.9</version>
 					<executions>
 						<execution>
 							<id>check-api</id>