This is an automated email from the ASF dual-hosted git repository. elecharny pushed a commit to branch 2.2.X in repository https://gitbox.apache.org/repos/asf/mina.git
commit 06a51073ebddd1a969ba50ea41e8bb262c065169 Author: emmanuel lecharny <[email protected]> AuthorDate: Thu Dec 19 09:30:59 2024 +0100 Rollbacked maven source plugin to 3.2.1, because since 3.3.0 the build fails --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ec578d2ae..1b60deae7 100644 --- a/pom.xml +++ b/pom.xml @@ -135,7 +135,7 @@ <version.resources.plugin>3.3.1</version.resources.plugin> <version.scm.plugin>2.1.0</version.scm.plugin> <version.site.plugin>4.0.0-M16</version.site.plugin> - <version.source.plugin>3.3.1</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.5.2</version.surefire.plugin> <version.surfire.report.plugin>3.5.2</version.surfire.report.plugin>
