From 23c8a9427e4d03eb88f49cf9d01ba8ce25352027 Mon Sep 17 00:00:00 2001 From: Lucy Zhang Date: Fri, 14 Apr 2023 10:57:39 -0700 Subject: [PATCH] update java library 0.1.1 -> 1.0.0 --- docs/SetupGuide_Java.md | 2 +- samples/samples-java/pom.xml | 2 +- test/Integration/test-java/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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