From 74f6f884e2d7ca26d7b7556e514946cc3aa9b12f Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 21:59:49 +0000 Subject: [PATCH] chore(main): release java-function-invoker 1.4.2-SNAPSHOT --- invoker/conformance/pom.xml | 4 ++-- invoker/core/pom.xml | 6 +++--- invoker/pom.xml | 2 +- invoker/testfunction/pom.xml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/invoker/conformance/pom.xml b/invoker/conformance/pom.xml index 61ef6c47..1b0a604d 100644 --- a/invoker/conformance/pom.xml +++ b/invoker/conformance/pom.xml @@ -4,12 +4,12 @@ java-function-invoker-parent com.google.cloud.functions.invoker - 1.4.1 + 1.4.2-SNAPSHOT com.google.cloud.functions.invoker conformance - 1.4.1 + 1.4.2-SNAPSHOT GCF Confromance Tests diff --git a/invoker/core/pom.xml b/invoker/core/pom.xml index dc17c779..d0b7d136 100644 --- a/invoker/core/pom.xml +++ b/invoker/core/pom.xml @@ -4,12 +4,12 @@ com.google.cloud.functions.invoker java-function-invoker-parent - 1.4.1 + 1.4.2-SNAPSHOT com.google.cloud.functions.invoker java-function-invoker - 1.4.1 + 1.4.2-SNAPSHOT GCF Java Invoker Application that invokes a GCF Java function. This application is a @@ -115,7 +115,7 @@ com.google.cloud.functions.invoker java-function-invoker-testfunction - 1.4.1 + 1.4.2-SNAPSHOT test-jar test diff --git a/invoker/pom.xml b/invoker/pom.xml index f5a92d6e..cafbe51c 100644 --- a/invoker/pom.xml +++ b/invoker/pom.xml @@ -8,7 +8,7 @@ com.google.cloud.functions.invoker java-function-invoker-parent - 1.4.1 + 1.4.2-SNAPSHOT pom GCF Java Invoker Parent diff --git a/invoker/testfunction/pom.xml b/invoker/testfunction/pom.xml index 00f65f19..e3ce9088 100644 --- a/invoker/testfunction/pom.xml +++ b/invoker/testfunction/pom.xml @@ -4,12 +4,12 @@ com.google.cloud.functions.invoker java-function-invoker-parent - 1.4.1 + 1.4.2-SNAPSHOT com.google.cloud.functions.invoker java-function-invoker-testfunction - 1.4.1 + 1.4.2-SNAPSHOT Example GCF Function Jar An example of a GCF function packaged into a jar. We use this in tests.