Przeglądaj źródła

change to v1.0.0

Signed-off-by: yhmo <yihua.mo@zilliz.com>
yhmo 4 lat temu
rodzic
commit
294a4b02be
3 zmienionych plików z 5 dodań i 4 usunięć
  1. 3 2
      README.md
  2. 1 1
      examples/pom.xml
  3. 1 1
      pom.xml

+ 3 - 2
README.md

@@ -15,6 +15,7 @@ The following table shows compatibilities between Milvus and Java SDK.
 
 | Milvus version | Java SDK version |
 | :------------: | :--------------: |
+|     1.0.0      |    1.0.0         |
 |     0.10.6<br>0.10.5     |    0.8.6         |
 |     0.10.4<br>0.10.3     |    0.8.5         |
 |     0.10.2     |    0.8.4         |
@@ -35,14 +36,14 @@ You can use **Apache Maven** or **Gradle**/**Grails** to download the SDK.
         <dependency>
             <groupId>io.milvus</groupId>
             <artifactId>milvus-sdk-java</artifactId>
-            <version>0.8.6</version>
+            <version>1.0.0</version>
         </dependency>
        ```
 
    - Gradle/Grails
 
         ```gradle
-        compile 'io.milvus:milvus-sdk-java:0.8.6'
+        compile 'io.milvus:milvus-sdk-java:1.0.0'
         ```
 
 ### Examples

+ 1 - 1
examples/pom.xml

@@ -25,7 +25,7 @@
 
     <groupId>io.milvus</groupId>
     <artifactId>milvus-sdk-java-examples</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <build>
         <plugins>
             <plugin>

+ 1 - 1
pom.xml

@@ -25,7 +25,7 @@
 
     <groupId>io.milvus</groupId>
     <artifactId>milvus-sdk-java</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <packaging>jar</packaging>
 
     <name>io.milvus:milvus-sdk-java</name>