diff --git a/invoker/conformance/pom.xml b/invoker/conformance/pom.xml
index 46518398..634c490b 100644
--- a/invoker/conformance/pom.xml
+++ b/invoker/conformance/pom.xml
@@ -4,12 +4,12 @@
java-function-invoker-parent
com.google.cloud.functions.invoker
- 2.0.0
+ 2.0.1-SNAPSHOT
com.google.cloud.functions.invoker
conformance
- 2.0.0
+ 2.0.1-SNAPSHOT
GCF Confromance Tests
diff --git a/invoker/core/pom.xml b/invoker/core/pom.xml
index d9ff5070..4ab569b2 100644
--- a/invoker/core/pom.xml
+++ b/invoker/core/pom.xml
@@ -4,12 +4,12 @@
com.google.cloud.functions.invoker
java-function-invoker-parent
- 2.0.0
+ 2.0.1-SNAPSHOT
com.google.cloud.functions.invoker
java-function-invoker
- 2.0.0
+ 2.0.1-SNAPSHOT
GCF Java Invoker
Application that invokes a GCF Java function. This application is a
@@ -112,7 +112,7 @@
com.google.cloud.functions.invoker
java-function-invoker-testfunction
- 2.0.0
+ 2.0.1-SNAPSHOT
test-jar
test
diff --git a/invoker/pom.xml b/invoker/pom.xml
index ea84bbc7..7147e099 100644
--- a/invoker/pom.xml
+++ b/invoker/pom.xml
@@ -8,7 +8,7 @@
com.google.cloud.functions.invoker
java-function-invoker-parent
- 2.0.0
+ 2.0.1-SNAPSHOT
pom
GCF Java Invoker Parent
diff --git a/invoker/testfunction/pom.xml b/invoker/testfunction/pom.xml
index dac28bf7..994c4326 100644
--- a/invoker/testfunction/pom.xml
+++ b/invoker/testfunction/pom.xml
@@ -4,12 +4,12 @@
com.google.cloud.functions.invoker
java-function-invoker-parent
- 2.0.0
+ 2.0.1-SNAPSHOT
com.google.cloud.functions.invoker
java-function-invoker-testfunction
- 2.0.0
+ 2.0.1-SNAPSHOT
Example GCF Function Jar
An example of a GCF function packaged into a jar. We use this in tests.