This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 71f054e1721 Upgrade Maven Archiver to version 3.6.0
71f054e1721 is described below
commit 71f054e17212a3c4ae06685fd6907e3d94db8bde
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Jan 19 14:51:10 2023 +0100
Upgrade Maven Archiver to version 3.6.0
Signed-off-by: Andrea Cosentino <[email protected]>
---
tooling/parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tooling/parent/pom.xml b/tooling/parent/pom.xml
index b1d02c12eb9..deab5554ad2 100644
--- a/tooling/parent/pom.xml
+++ b/tooling/parent/pom.xml
@@ -44,7 +44,7 @@
<plexus-build-api-version>0.0.7</plexus-build-api-version>
<plexus-container-default-version>1.6</plexus-container-default-version>
<plexus-utils-version>3.3.0</plexus-utils-version>
- <maven-archiver-version>3.5.0</maven-archiver-version>
+ <maven-archiver-version>3.6.0</maven-archiver-version>
<plexus-archiver-version>4.2.1</plexus-archiver-version>
</properties>