This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 5775ce13 Fix typo 5775ce13 is described below commit 5775ce13455d565bd10b15cbeb94310074dee8a3 Author: Michael Osipov <micha...@apache.org> AuthorDate: Sat Oct 19 23:20:14 2024 +0200 Fix typo --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index edd5d7b1..12786214 100644 --- a/pom.xml +++ b/pom.xml @@ -228,7 +228,7 @@ under the License. <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-common-artifact-filters</artifactId> - <!-- Do not upgrades, leads to IT failures, needs analysis --> + <!-- Do not upgrade, leads to IT failures, needs analysis --> <version>3.4.0</version> </dependency> <!-- Doxia -->