This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch 1.X in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git
The following commit(s) were added to refs/heads/1.X by this push: new 83da234f Bump org.apache.commons:commons-parent from 78 to 79 83da234f is described below commit 83da234fc5c04d65bac445453f6312372245d9fe Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Thu Jan 9 20:53:18 2025 -0500 Bump org.apache.commons:commons-parent from 78 to 79 --- pom.xml | 2 +- src/changes/changes.xml | 4 ++-- src/conf/checkstyle.xml | 38 +++++++++++++++++++------------------- src/site/site.xml | 6 +----- 4 files changed, 23 insertions(+), 27 deletions(-) diff --git a/pom.xml b/pom.xml index 630c8021..3782c041 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>78</version> + <version>79</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>commons-beanutils</groupId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2c84f50e..732aa1ba 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -21,9 +21,9 @@ for tickets closed since the previous release. 3. Use the report generated by the maven-changelog-plugin to see all SVN commits. Set the project.properties' maven.changelog.range property to the number of days since the last release. The <action> type attribute can be add,update,fix,remove. --> -<document xmlns="http://maven.apache.org/changes/1.0.0" +<document xmlns="http://maven.apache.org/changes/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/changes/2.0.0 https://maven.apache.org/xsd/changes-2.0.0.xsd"> <properties> <title>Release Notes</title> </properties> diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml index f0bb8941..757f3778 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -21,21 +21,21 @@ limitations under the License. "https://checkstyle.org/dtds/configuration_1_3.dtd"> <!-- commons lang customization of default Checkstyle behavior --> <module name="Checker"> - <module name="FileTabCharacter"/> + <module name="FileTabCharacter" /> <module name="SuppressionFilter"> <!-- Default property set by maven-checkstyle-plugin --> - <property name="file" value="${checkstyle.suppressions.file}"/> - <property name="optional" value="false"/> + <property name="file" value="${checkstyle.suppressions.file}" /> + <property name="optional" value="false" /> </module> <module name="JavadocPackage" /> <module name="LineLength"> - <property name="max" value="160"/> + <property name="max" value="160" /> </module> <module name="NewlineAtEndOfFile" /> <!-- Line with trailing spaces --> <module name="RegexpSingleline"> - <property name="format" value="\s+$"/> - <property name="message" value="Line has trailing spaces."/> + <property name="format" value="\s+$" /> + <property name="message" value="Line has trailing spaces." /> </module> <!-- @author tags are deprecated --> <module name="RegexpSingleline"> @@ -45,23 +45,23 @@ limitations under the License. <property name="severity" value="warning" /> </module> <module name="TreeWalker"> - <module name="AvoidStarImport"/> + <module name="AvoidStarImport" /> <module name="ExplicitInitializationCheck" /> <module name="ImportOrder"> - <property name="option" value="top"/> - <property name="groups" value="java,javax,org"/> - <property name="ordered" value="true"/> - <property name="separated" value="true"/> + <property name="option" value="top" /> + <property name="groups" value="java,javax,org" /> + <property name="ordered" value="true" /> + <property name="separated" value="true" /> </module> - <module name="JavadocType"> <module name="JavadocMethod"> - <property name="accessModifiers" value="protected"/> + <property name="accessModifiers" value="public, protected" /> </module> - <module name="NeedBraces"/> - <module name="RedundantImport"/> - <module name="UnusedImports"/> - <property name="scope" value="protected"/> + <module name="JavadocType"> + <property name="scope" value="protected" /> </module> + <module name="NeedBraces" /> + <module name="RedundantImport" /> + <module name="UnusedImports" /> </module> - <property name="localeLanguage" value="en"/> -</module> + <property name="localeLanguage" value="en" /> +</module> \ No newline at end of file diff --git a/src/site/site.xml b/src/site/site.xml index ab617e44..c83a8813 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -21,7 +21,6 @@ <src>/images/logo.png</src> <href>/index.html</href> </bannerRight> - <body> <menu name="BeanUtils"> <item name="Overview" href="/index.html"/> @@ -32,10 +31,9 @@ <item name="Source Repository" href="/scm.html"/> <item name="License" href="http://www.apache.org/licenses/LICENSE-2.0.txt"/> </menu> - <menu name="Documentation"> <item name="Building" href="/building.html"/> - <item name="History" href="/changes-report.html"/> + <item name="History" href="/changes.html"/> <item name="1.9.4" collapse="true" href="/index.html"> <item name="Release Notes" href="http://commons.apache.org/beanutils/javadocs/v1.9.4/RELEASE-NOTES.txt"/> <item name="User Guide" href="http://commons.apache.org/beanutils/javadocs/v1.9.4/apidocs/org/apache/commons/beanutils/package-summary.html#package_description"/> @@ -57,7 +55,5 @@ <item name="API" href="http://commons.apache.org/beanutils/javadocs/v1.8.3/apidocs/index.html"/> </item> </menu> - </body> - </project>