This is an automated email from the ASF dual-hosted git repository. elecharny pushed a commit to branch 2.1.X in repository https://gitbox.apache.org/repos/asf/mina.git
commit 08cc8f9fb9231af8fc5aa559e7b16070f01330f1 Author: emmanuel lecharny <[email protected]> AuthorDate: Mon Sep 30 13:28:36 2024 +0200 Rollbacked the maven-source-plugin version as it fails while creating the release --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4f6c8512f..1628abb58 100644 --- a/pom.xml +++ b/pom.xml @@ -131,7 +131,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.0</version.surefire.plugin> <version.surfire.report.plugin>3.5.0</version.surfire.report.plugin>
