This is an automated email from the ASF dual-hosted git repository. elecharny pushed a commit to branch 2.0.X in repository https://gitbox.apache.org/repos/asf/mina.git
commit 7f7210001885167970c36ea91fa199001bcef01c Author: emmanuel lecharny <elecha...@apache.org> AuthorDate: Wed Sep 6 23:10:25 2023 +0200 Downgraded the maven source plugin version because 3.3.0 fails --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1b000e0be..4f24172cb 100644 --- a/pom.xml +++ b/pom.xml @@ -131,7 +131,7 @@ <version.resources.plugin>3.3.1</version.resources.plugin> <version.scm.plugin>2.0.1</version.scm.plugin> <version.site.plugin>3.9.1</version.site.plugin> - <version.source.plugin>3.3.0</version.source.plugin> + <version.source.plugin>3.2.1</version.source.plugin> <version.shade.plugin>3.5.0</version.shade.plugin> <version.surefire.plugin>3.1.2</version.surefire.plugin> <version.surfire.report.plugin>3.1.2</version.surfire.report.plugin>