You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sirona.apache.org by ol...@apache.org on 2013/11/07 23:14:25 UTC

svn commit: r1539845 - /incubator/sirona/trunk/pom.xml

Author: olamy
Date: Thu Nov  7 22:14:25 2013
New Revision: 1539845

URL: http://svn.apache.org/r1539845
Log:
rat 0.10 is faster

Modified:
    incubator/sirona/trunk/pom.xml

Modified: incubator/sirona/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/pom.xml?rev=1539845&r1=1539844&r2=1539845&view=diff
==============================================================================
--- incubator/sirona/trunk/pom.xml (original)
+++ incubator/sirona/trunk/pom.xml Thu Nov  7 22:14:25 2013
@@ -198,7 +198,7 @@
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
-        <version>0.7</version>
+        <version>0.10</version>
         <configuration>
           <includes>
             <include>src/**/*</include>