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
The following commit(s) were added to refs/heads/2.2.X by this push: new abeddb9ea Downgraded the maven source plugin version because 3.3.0 fails abeddb9ea is described below commit abeddb9ea7ffa920ccc4f94c2b682351d0f08761 Author: emmanuel lecharny <elecha...@apache.org> AuthorDate: Wed Sep 6 18:00:54 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 b2684f296..7e28d3d3f 100644 --- a/pom.xml +++ b/pom.xml @@ -128,7 +128,7 @@ <version.resources.plugin>3.3.1</version.resources.plugin> <version.scm.plugin>2.0.1</version.scm.plugin> <version.site.plugin>4.0.0-M9</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>