From 13ce2901a652d92efe4a6ddbf3b666eaf3ca2f8c Mon Sep 17 00:00:00 2001 From: Alice <65933803+alicejli@users.noreply.github.com> Date: Thu, 21 Sep 2023 17:24:54 -0400 Subject: [PATCH] deps: update maven plugin to v3.4.0 (#4114) --- examples/dropwizard/pom.xml | 2 +- examples/helloworld/pom.xml | 2 +- examples/java-agent/pom.xml | 2 +- examples/multi-module/pom.xml | 2 +- examples/spring-boot/pom.xml | 2 +- jib-gradle-plugin/CHANGELOG.md | 2 +- jib-maven-plugin/CHANGELOG.md | 9 +++++++++ jib-maven-plugin/README.md | 6 +++--- 8 files changed, 18 insertions(+), 9 deletions(-) diff --git a/examples/dropwizard/pom.xml b/examples/dropwizard/pom.xml index 2957f4d9d6..69dbb4734a 100644 --- a/examples/dropwizard/pom.xml +++ b/examples/dropwizard/pom.xml @@ -26,7 +26,7 @@ 1.5.0 /app - 3.3.2 + 3.4.0 diff --git a/examples/helloworld/pom.xml b/examples/helloworld/pom.xml index 394d70c59c..6e32892acf 100644 --- a/examples/helloworld/pom.xml +++ b/examples/helloworld/pom.xml @@ -9,7 +9,7 @@ UTF-8 - 3.3.2 + 3.4.0 3.8.0 diff --git a/examples/java-agent/pom.xml b/examples/java-agent/pom.xml index cec6cc173f..1054860b50 100644 --- a/examples/java-agent/pom.xml +++ b/examples/java-agent/pom.xml @@ -9,7 +9,7 @@ UTF-8 - 3.3.2 + 3.4.0 3.8.0 1.4.2 3.0.1 diff --git a/examples/multi-module/pom.xml b/examples/multi-module/pom.xml index 2e60509eb9..99fccebbd3 100644 --- a/examples/multi-module/pom.xml +++ b/examples/multi-module/pom.xml @@ -41,7 +41,7 @@ com.google.cloud.tools jib-maven-plugin - 3.3.2 + 3.4.0 diff --git a/examples/spring-boot/pom.xml b/examples/spring-boot/pom.xml index 73a2046382..b4b570aa7b 100644 --- a/examples/spring-boot/pom.xml +++ b/examples/spring-boot/pom.xml @@ -29,7 +29,7 @@ com.google.cloud.tools jib-maven-plugin - 3.3.2 + 3.4.0 diff --git a/jib-gradle-plugin/CHANGELOG.md b/jib-gradle-plugin/CHANGELOG.md index 16e5ea9cd7..dd7708b1fc 100644 --- a/jib-gradle-plugin/CHANGELOG.md +++ b/jib-gradle-plugin/CHANGELOG.md @@ -26,7 +26,7 @@ All notable changes to this project will be documented in this file. ### Fixed - fix: fix WWW-Authenticate header parsing for Basic authentication ([#4035](https://github.com/GoogleContainerTools/jib/pull/4035/)) - Fixed Gradle deprecations for Gradle 8.2. ([#3892](https://github.com/GoogleContainerTools/jib/pull/3892)) -- + ## 3.3.2 ### Added diff --git a/jib-maven-plugin/CHANGELOG.md b/jib-maven-plugin/CHANGELOG.md index d970fda363..7d2d9fc889 100644 --- a/jib-maven-plugin/CHANGELOG.md +++ b/jib-maven-plugin/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. ## [unreleased] ### Added +- + +### Changed +- + +### Fixed +- + +## 3.4.0 ### Changed - deps: bump org.apache.maven:maven-compat from 3.9.1 to 3.9.2. ([#4017](https://github.com/GoogleContainerTools/jib/pull/4017/)) diff --git a/jib-maven-plugin/README.md b/jib-maven-plugin/README.md index 55504ff110..514bf1d47a 100644 --- a/jib-maven-plugin/README.md +++ b/jib-maven-plugin/README.md @@ -48,7 +48,7 @@ For information about the project, see the [Jib project README](../README.md). You can containerize your application easily with one command: ```shell -mvn compile com.google.cloud.tools:jib-maven-plugin:3.3.2:build -Dimage= +mvn compile com.google.cloud.tools:jib-maven-plugin:3.4.0:build -Dimage= ``` This builds and pushes a container image for your application to a container registry. *If you encounter authentication issues, see [Authentication Methods](#authentication-methods).* @@ -56,7 +56,7 @@ This builds and pushes a container image for your application to a container reg To build to a Docker daemon, use: ```shell -mvn compile com.google.cloud.tools:jib-maven-plugin:3.3.2:dockerBuild +mvn compile com.google.cloud.tools:jib-maven-plugin:3.4.0:dockerBuild ``` If you would like to set up Jib as part of your Maven build, follow the guide below. @@ -74,7 +74,7 @@ In your Maven Java project, add the plugin to your `pom.xml`: com.google.cloud.tools jib-maven-plugin - 3.3.2 + 3.4.0 myimage