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 27c3f55a0e9ee4e907264afde9716ea7667a5818 Author: Andriy Redko <[email protected]> AuthorDate: Sun Nov 27 11:02:41 2022 -0500 Update maven-bundle-plugin to 5.1.8 (cherry picked from commit 2a0a1db67f791e1a298f3e0ea70120e23d58f85f) (cherry picked from commit f82db50e9189b448725bd4b8c45d9a6ba1cad1f9) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9a02ea5799..6449f36a15 100644 --- a/pom.xml +++ b/pom.xml @@ -432,7 +432,7 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> - <version>5.1.4</version> + <version>5.1.8</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
