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-fileupload.git
The following commit(s) were added to refs/heads/master by this push: new 83368a23 Better comment 83368a23 is described below commit 83368a23010652cfd33551c47494c2018b7cf68b Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Aug 11 09:39:00 2024 -0400 Better comment --- commons-fileupload2-distribution/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-fileupload2-distribution/pom.xml b/commons-fileupload2-distribution/pom.xml index 34cd75a0..06405b84 100644 --- a/commons-fileupload2-distribution/pom.xml +++ b/commons-fileupload2-distribution/pom.xml @@ -33,7 +33,7 @@ limitations under the License. </parent> <properties> - <!-- dist module contains no code and no checkstyle config --> + <!-- distribution module contains no code and no checkstyle config --> <checkstyle.skip>true</checkstyle.skip> <commons.parent.dir>${basedir}/..</commons.parent.dir> <commons.release.isDistModule>true</commons.release.isDistModule>