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 2022/06/13 12:27:19 UTC

[commons-parent] branch master updated: Bump apache-rat from 0.13 to 0.14

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 17bef23  Bump apache-rat from 0.13 to 0.14
17bef23 is described below

commit 17bef232e95f1e2125813775b9353c3004363183
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jun 13 08:27:14 2022 -0400

    Bump apache-rat from 0.13 to 0.14
---
 .gitattributes          | 15 +++++++++++++++
 pom.xml                 |  2 +-
 src/changes/changes.xml |  1 +
 3 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/.gitattributes b/.gitattributes
index 176a458..66664e0 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1 +1,16 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 * text=auto
diff --git a/pom.xml b/pom.xml
index 993259e..e23dfb3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,7 +143,7 @@
     <commons.pmd.version>3.16.0</commons.pmd.version>
     <commons.pmd-impl.version>6.45.0</commons.pmd-impl.version>
     <commons.project-info.version>3.3.0</commons.project-info.version>
-    <commons.rat.version>0.13</commons.rat.version>
+    <commons.rat.version>0.14</commons.rat.version>
     <commons.release-plugin.version>1.8.0</commons.release-plugin.version>
     <commons.scm-publish.version>1.1</commons.scm-publish.version>
     <commons.enforcer-plugin.version>3.0.0</commons.enforcer-plugin.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8b2b979..f3ef56a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -76,6 +76,7 @@ The <action> type attribute can be add,update,fix,remove.
            <action type="update" dev="ggregory" due-to="Gary Gregory">Bump net.sourceforge.pmd:pmd-* from 6.44.0 to 6.45.0.</action>
            <action type="update" dev="ggregory" due-to="Dependabot">Bump maven-jxr-plugin from 3.1.1 to 3.2.0 #110.</action>
            <action type="update" dev="ggregory" due-to="Dependabot">Bump maven-javadoc-plugin from 3.3.2 to 3.4.0 #114.</action>
+           <action type="update" dev="ggregory" due-to="Gary Gregory">Bump apache-rat from 0.13 to 0.14.</action>
         </release>
 
         <release version="53" date="2022-03-31" description="WARNING: checkstyle version has been updated; there are breaking changes which may require updates to checkstyle.xml files">