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 4d201e3c Better comment 4d201e3c is described below commit 4d201e3c203ce04c97672853f88ac0e70825a63d Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Aug 11 08:57:15 2024 -0400 Better comment --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6baf8022..d0c6dad2 100644 --- a/pom.xml +++ b/pom.xml @@ -310,7 +310,7 @@ <plugin> <artifactId>maven-assembly-plugin</artifactId> <executions> - <!-- Don't build the archives here. They are constructed in the dist project --> + <!-- Don't build the archives here. They are constructed in the distribution project --> <execution> <configuration> <skipAssembly>true</skipAssembly>