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-validator.git
The following commit(s) were added to refs/heads/master by this push:
new 4316b322 Bump commons-parent from 52 to 53.
4316b322 is described below
commit 4316b322591f84534b22e997731c72edfef3998d
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Apr 16 14:48:20 2022 -0400
Bump commons-parent from 52 to 53.
---
checkstyle.xml | 2 +-
pom.xml | 4 +---
src/changes/changes.xml | 7 ++++++-
3 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/checkstyle.xml b/checkstyle.xml
index 8adefcba..5958cb96 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -89,7 +89,7 @@
<property name="scope" value="protected"/>
</module>
<module name="JavadocMethod"> <!-- also covers Item 44 -->
- <property name="scope" value="protected"/>
+ <property name="accessModifiers" value="protected"/>
</module>
<module name="JavadocVariable">
<property name="scope" value="protected"/>
diff --git a/pom.xml b/pom.xml
index 79075505..55a35f69 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>52</version>
+ <version>53</version>
</parent>
<groupId>commons-validator</groupId>
@@ -117,7 +117,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
- <version>${commons.checkstyle-plugin.version}</version>
<configuration>
<configLocation>${basedir}/checkstyle.xml</configLocation>
<!-- Needed to define config_loc -->
@@ -128,7 +127,6 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
- <version>${commons.spotbugs.version}</version>
</plugin>
</plugins>
</build>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c6bd6fb3..8a25c1a0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -65,11 +65,13 @@ The <action> type attribute can be add,update,fix,remove.
<body>
<release version="1.8" date="20YY-MM-DD" description="">
+ <!-- ADD -->
<action issue="VALIDATOR-477" type="update" dev="sebb">
Add IBAN validator for LY – Libya
</action>
+ <!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Dependabot">
- Update actions/checkout from 2.3.1 to 3, #38, #47, #70.
+ Bump actions/checkout from 2.3.1 to 3, #38, #47, #70.
</action>
<action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
Bump actions/setup-java from 1.4.0 to 3, #42, #72.
@@ -83,6 +85,9 @@ The <action> type attribute can be add,update,fix,remove.
<action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
Bump actions/cache from 2 to 3.0.2 #71.
</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">
+ Bump commons-parent from 52 to 53.
+ </action>
</release>
<release version="1.7" date="2020-08-07" description="