This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit e084dd05d8f29eabb02068ca9eb38653354d7248 Author: Andriy Redko <[email protected]> AuthorDate: Tue Nov 7 20:57:34 2023 -0500 Update maven-source-plugin to 3.3.0 (cherry picked from commit 6c729f383f44cad1a17ed15d1f4a8fc62fd1bb5c) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b28f813543..ba0aaeed4c 100644 --- a/pom.xml +++ b/pom.xml @@ -481,7 +481,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> - <version>3.2.1</version> + <version>3.3.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
