This is an automated email from the ASF dual-hosted git repository. rcordier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 20fba44902e00510e6e8a97a41ff196007f8d83b Author: Tung Tran <[email protected]> AuthorDate: Wed Jul 19 11:32:13 2023 +0700 [UPGRADE] - Maven jib-maven-plugin 3.2.1 -> 3.3.2 --- examples/custom-james-assembly/README.md | 2 +- examples/custom-james-assembly/pom.xml | 2 +- pom.xml | 2 +- server/mailet/mock-smtp-server/pom.xml | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/examples/custom-james-assembly/README.md b/examples/custom-james-assembly/README.md index c26525e053..81b3bd6567 100644 --- a/examples/custom-james-assembly/README.md +++ b/examples/custom-james-assembly/README.md @@ -71,7 +71,7 @@ We do provide in this example [JIB](https://github.com/GoogleContainerTools/jib/ <plugin> <groupId>com.google.cloud.tools</groupId> <artifactId>jib-maven-plugin</artifactId> - <version>2.7.1</version> + <version>3.3.2</version> <configuration> <from> <image>adoptopenjdk:11-jdk-hotspot</image> diff --git a/examples/custom-james-assembly/pom.xml b/examples/custom-james-assembly/pom.xml index a56d151b80..374806e268 100644 --- a/examples/custom-james-assembly/pom.xml +++ b/examples/custom-james-assembly/pom.xml @@ -51,7 +51,7 @@ <plugin> <groupId>com.google.cloud.tools</groupId> <artifactId>jib-maven-plugin</artifactId> - <version>2.7.1</version> + <version>3.3.2</version> <configuration> <from> <image>eclipse-temurin:11-jre-jammy</image> diff --git a/pom.xml b/pom.xml index 2d21e2eb36..6d653b96f1 100644 --- a/pom.xml +++ b/pom.xml @@ -3005,7 +3005,7 @@ <plugin> <groupId>com.google.cloud.tools</groupId> <artifactId>jib-maven-plugin</artifactId> - <version>3.2.1</version> + <version>3.3.2</version> </plugin> <plugin> <groupId>io.github.evis</groupId> diff --git a/server/mailet/mock-smtp-server/pom.xml b/server/mailet/mock-smtp-server/pom.xml index 03a2afe1eb..a583247b65 100644 --- a/server/mailet/mock-smtp-server/pom.xml +++ b/server/mailet/mock-smtp-server/pom.xml @@ -121,7 +121,6 @@ <plugin> <groupId>com.google.cloud.tools</groupId> <artifactId>jib-maven-plugin</artifactId> - <version>2.7.0</version> <configuration> <from> <image>eclipse-temurin:11-jre-jammy</image> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
