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 d6227c518c8f5f2250bdf810c1cf572834bcc134 Author: Andriy Redko <[email protected]> AuthorDate: Sun Nov 27 11:37:32 2022 -0500 Update maven-install-plugin to 3.1.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 78fd87961d..3f0b09388f 100644 --- a/pom.xml +++ b/pom.xml @@ -464,7 +464,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-install-plugin</artifactId> - <version>3.0.1</version> + <version>3.1.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
