Преглед изворни кода

merge branch 1.0.0

Signed-off-by: yhmo <yihua.mo@zilliz.com>
yhmo пре 4 година
родитељ
комит
4c8a8d215b
3 измењених фајлова са 11 додато и 11 уклоњено
  1. 3 11
      README.md
  2. 4 0
      examples/pom.xml
  3. 4 0
      pom.xml

+ 3 - 11
README.md

@@ -15,15 +15,7 @@ The following table shows compatibilities between Milvus and Java SDK.
 
 | Milvus version | Java SDK version |
 | :------------: | :--------------: |
-|     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         |
-|     0.10.1     |    0.8.3         |
-|     0.10.0     |    0.8.2         |
-|     0.9.1      |    0.8.1         |
-|     0.9.0      |    0.8.0         |
-|     0.8.0      |    0.7.0         |
-|     0.7.1      |    0.6.0         |
+|     1.0.x      |    1.0.0         |
 
 ### Install Java SDK
 
@@ -35,14 +27,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

+ 4 - 0
examples/pom.xml

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

+ 4 - 0
pom.xml

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