This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 6c729f383f44cad1a17ed15d1f4a8fc62fd1bb5c Author: Andriy Redko <[email protected]> AuthorDate: Tue Nov 7 20:57:34 2023 -0500 Update maven-source-plugin to 3.3.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ade881e937..fb6212e953 100644 --- a/pom.xml +++ b/pom.xml @@ -480,7 +480,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>
