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/05/31 04:57:10 UTC

svn commit: r1746218 - in /commons/proper/beanutils/trunk: license-header.txt pom.xml src/main/assembly/src.xml

Author: ggregory
Date: Tue May 31 04:57:10 2016
New Revision: 1746218

URL: http://svn.apache.org/viewvc?rev=1746218&view=rev
Log:
Rely on RAT for license checking, not Checkstyle; commons-parent 34 -> 40.

Removed:
    commons/proper/beanutils/trunk/license-header.txt
Modified:
    commons/proper/beanutils/trunk/pom.xml
    commons/proper/beanutils/trunk/src/main/assembly/src.xml

Modified: commons/proper/beanutils/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/pom.xml?rev=1746218&r1=1746217&r2=1746218&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/pom.xml (original)
+++ commons/proper/beanutils/trunk/pom.xml Tue May 31 04:57:10 2016
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>34</version>
+    <version>40</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-beanutils</groupId>
@@ -374,7 +374,6 @@
                 <configuration>
                     <configLocation>${basedir}/checkstyle.xml</configLocation>
                     <enableRulesSummary>false</enableRulesSummary>
-                    <headerLocation>${basedir}/license-header.txt</headerLocation>
                 </configuration>
             </plugin>
             <plugin>

Modified: commons/proper/beanutils/trunk/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/main/assembly/src.xml?rev=1746218&r1=1746217&r2=1746218&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/src/main/assembly/src.xml (original)
+++ commons/proper/beanutils/trunk/src/main/assembly/src.xml Tue May 31 04:57:10 2016
@@ -28,7 +28,6 @@
                 <include>build.xml</include>
                 <include>checkstyle.xml</include>
                 <include>LICENSE.txt</include>
-                <include>license-header.txt</include>
                 <include>NOTICE.txt</include>
                 <include>pom.xml</include>
                 <include>README.txt</include>