This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 3.4.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 24ab05c1fa9a71efa1645d2eed2bca85eb58208e Author: Andriy Redko <[email protected]> AuthorDate: Sun Oct 2 20:37:12 2022 -0400 Update maven-jar-plugin to 3.3.0 (cherry picked from commit fbb094409babb548cf89e1230fef1afa8f8183f2) (cherry picked from commit bfb51e9f4789a810eab42eb2a5cf9c4fccac5dac) (cherry picked from commit f13a6e28c4e07ee876d3c25940dec7cebca45748) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cebacd6f54..592f5068a5 100644 --- a/pom.xml +++ b/pom.xml @@ -518,7 +518,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> - <version>3.2.2</version> + <version>3.3.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
