Browse Source

update pom.xml

Signed-off-by: sahuang <xiaohai.xu@zilliz.com>
sahuang 5 years ago
parent
commit
d9a784eee0
2 changed files with 2 additions and 2 deletions
  1. 1 1
      examples/pom.xml
  2. 1 1
      examples/src/main/java/MilvusClientExample.java

+ 1 - 1
examples/pom.xml

@@ -63,7 +63,7 @@
         <dependency>
         <dependency>
             <groupId>io.milvus</groupId>
             <groupId>io.milvus</groupId>
             <artifactId>milvus-sdk-java</artifactId>
             <artifactId>milvus-sdk-java</artifactId>
-            <version>0.8.3-SNAPSHOT</version>
+            <version>0.8.3</version>
         </dependency>
         </dependency>
         <dependency>
         <dependency>
             <groupId>com.google.code.gson</groupId>
             <groupId>com.google.code.gson</groupId>

+ 1 - 1
examples/src/main/java/MilvusClientExample.java

@@ -224,4 +224,4 @@ public class MilvusClientExample {
       throw e;
       throw e;
     }
     }
   }
   }
-}
+}