From edbaa12954077c8f1732abb49ac0c4946981f0c2 Mon Sep 17 00:00:00 2001 From: janell-chen <122311137+janell-chen@users.noreply.github.com> Date: Mon, 12 Jun 2023 15:47:47 -0700 Subject: [PATCH 1/4] chore(deps): upgrade maven version to fix integ test --- functions-framework-api/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions-framework-api/pom.xml b/functions-framework-api/pom.xml index ceb34856..24ac5a35 100644 --- a/functions-framework-api/pom.xml +++ b/functions-framework-api/pom.xml @@ -151,7 +151,7 @@ org.apache.maven.plugins maven-source-plugin - 3.3.0 + 3.6.0 attach-sources @@ -203,4 +203,4 @@ - \ No newline at end of file + From 8118b5d808b252eb271934b41f90235a4413a113 Mon Sep 17 00:00:00 2001 From: janell-chen <122311137+janell-chen@users.noreply.github.com> Date: Tue, 13 Jun 2023 14:48:33 -0700 Subject: [PATCH 2/4] Upgrade maven to 3.6.3 --- function-maven-plugin/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/function-maven-plugin/pom.xml b/function-maven-plugin/pom.xml index d6b8e5a1..33f1df48 100644 --- a/function-maven-plugin/pom.xml +++ b/function-maven-plugin/pom.xml @@ -105,7 +105,7 @@ org.apache.maven.plugins maven-source-plugin - 3.3.0 + 3.6.0 attach-sources @@ -157,4 +157,4 @@ - \ No newline at end of file + From 12e33fc48ba673b538ca36f397f7ed3ed160caa2 Mon Sep 17 00:00:00 2001 From: janell-chen <122311137+janell-chen@users.noreply.github.com> Date: Tue, 13 Jun 2023 14:53:41 -0700 Subject: [PATCH 3/4] Upgrade maven to 3.6.3 --- function-maven-plugin/pom.xml | 2 +- functions-framework-api/pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/function-maven-plugin/pom.xml b/function-maven-plugin/pom.xml index 33f1df48..12f160c6 100644 --- a/function-maven-plugin/pom.xml +++ b/function-maven-plugin/pom.xml @@ -105,7 +105,7 @@ org.apache.maven.plugins maven-source-plugin - 3.6.0 + 3.6.3 attach-sources diff --git a/functions-framework-api/pom.xml b/functions-framework-api/pom.xml index 24ac5a35..f17d8a1e 100644 --- a/functions-framework-api/pom.xml +++ b/functions-framework-api/pom.xml @@ -73,7 +73,7 @@ org.apache.maven.plugins maven-source-plugin - 3.3.0 + 3.6.3 attach-sources @@ -151,7 +151,7 @@ org.apache.maven.plugins maven-source-plugin - 3.6.0 + 3.6.3 attach-sources From cddc69845bb65f82b4894f06b6f846002a9cb5a3 Mon Sep 17 00:00:00 2001 From: janell-chen <122311137+janell-chen@users.noreply.github.com> Date: Tue, 13 Jun 2023 14:59:19 -0700 Subject: [PATCH 4/4] Use latest release maven dependency --- function-maven-plugin/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/function-maven-plugin/pom.xml b/function-maven-plugin/pom.xml index 12f160c6..6b2db29c 100644 --- a/function-maven-plugin/pom.xml +++ b/function-maven-plugin/pom.xml @@ -27,12 +27,12 @@ org.apache.maven maven-plugin-api - 3.9.2 + 4.0.0-alpha-5 org.apache.maven maven-core - 3.9.2 + 4.0.0-alpha-5 org.apache.maven.plugin-tools