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 bfb75f2490953fa4753da57ef742fdeb5e0ef3ea Author: emmanuel lecharny <elecha...@apache.org> AuthorDate: Thu Dec 19 10:30:40 2024 +0100 Rollbacked to source plugin 3.2.1 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 0585a61a0..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> @@ -833,7 +833,7 @@ <execution> <id>attach-source</id> <goals> - <goal>jar-no-fork</goal> + <goal>jar</goal> </goals> </execution> </executions>