Repository: commons-text
Updated Branches:
  refs/heads/master 8853b540e -> 74bf2cf7d


chore: checkstyle build fix in pom


Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/74bf2cf7
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/74bf2cf7
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/74bf2cf7

Branch: refs/heads/master
Commit: 74bf2cf7db9e4a5effa4c90e316df6b08fc480ee
Parents: 8853b54
Author: Rob Tompkins <chtom...@gmail.com>
Authored: Tue Jan 24 07:50:00 2017 -0500
Committer: Rob Tompkins <chtom...@gmail.com>
Committed: Tue Jan 24 07:50:00 2017 -0500

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/74bf2cf7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6294b1d..6ecf272 100644
--- a/pom.xml
+++ b/pom.xml
@@ -246,9 +246,9 @@
         <configuration>
           <enableRulesSummary>false</enableRulesSummary>
           
<configLocation>src/main/resources/org/apache/commons/text/beta/checkstyle.xml</configLocation>
-          
<headerLocation>${basedir}/src/main/resources/org/apache/commons/text/license-header.txt</headerLocation>
-          
<suppressionsLocation>${basedir}/src/main/resources/org/apache/commons/text/checkstyle-suppressions.xml</suppressionsLocation>
-          
<suppressionsFileExpression>${basedir}/src/main/resources/org/apache/commons/text/checkstyle-suppressions.xml</suppressionsFileExpression>
+          
<headerLocation>${basedir}/src/main/resources/org/apache/commons/text/beta/license-header.txt</headerLocation>
+          
<suppressionsLocation>${basedir}/src/main/resources/org/apache/commons/text/beta/checkstyle-suppressions.xml</suppressionsLocation>
+          
<suppressionsFileExpression>${basedir}/src/main/resources/org/apache/commons/text/beta/checkstyle-suppressions.xml</suppressionsFileExpression>
         </configuration>
         <reportSets>
           <reportSet>

Reply via email to