diff --git a/docs/SetupGuide_Java.md b/docs/SetupGuide_Java.md index 50fac7b9f..45435d518 100644 --- a/docs/SetupGuide_Java.md +++ b/docs/SetupGuide_Java.md @@ -51,7 +51,7 @@ These instructions will guide you through creating your Function Project and add com.microsoft.azure.functions azure-functions-java-library-sql - [0.1.1,) + [1.0.0,) ``` diff --git a/samples/samples-java/pom.xml b/samples/samples-java/pom.xml index 0efee99b7..e50a38687 100644 --- a/samples/samples-java/pom.xml +++ b/samples/samples-java/pom.xml @@ -27,7 +27,7 @@ com.microsoft.azure.functions azure-functions-java-library-sql - 0.1.1 + 1.0.0 diff --git a/test/Integration/test-java/pom.xml b/test/Integration/test-java/pom.xml index a6daedaf6..116d7485d 100644 --- a/test/Integration/test-java/pom.xml +++ b/test/Integration/test-java/pom.xml @@ -27,7 +27,7 @@ com.microsoft.azure.functions azure-functions-java-library-sql - 0.1.1 + 1.0.0