diff --git a/invoker/conformance/pom.xml b/invoker/conformance/pom.xml index 9efbc40a..2f2b8aae 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.3.3 + 1.3.4-SNAPSHOT com.google.cloud.functions.invoker conformance - 1.3.3 + 1.3.4-SNAPSHOT GCF Confromance Tests diff --git a/invoker/core/pom.xml b/invoker/core/pom.xml index 3e231706..a63cff27 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.3.3 + 1.3.4-SNAPSHOT com.google.cloud.functions.invoker java-function-invoker - 1.3.3 + 1.3.4-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.3.3 + 1.3.4-SNAPSHOT test-jar test diff --git a/invoker/pom.xml b/invoker/pom.xml index 80eebd42..705aab2d 100644 --- a/invoker/pom.xml +++ b/invoker/pom.xml @@ -8,7 +8,7 @@ com.google.cloud.functions.invoker java-function-invoker-parent - 1.3.3 + 1.3.4-SNAPSHOT pom GCF Java Invoker Parent diff --git a/invoker/testfunction/pom.xml b/invoker/testfunction/pom.xml index 17d99019..27e6e595 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.3.3 + 1.3.4-SNAPSHOT com.google.cloud.functions.invoker java-function-invoker-testfunction - 1.3.3 + 1.3.4-SNAPSHOT Example GCF Function Jar An example of a GCF function packaged into a jar. We use this in tests.