Browse Source

update README

Zhiru Zhu 5 years ago
parent
commit
cc35a25542
2 changed files with 6 additions and 3 deletions
  1. 4 2
      README.md
  2. 2 1
      examples/pom.xml

+ 4 - 2
README.md

@@ -15,6 +15,8 @@ Milvus version compatibility:
 |:-----:|:-----:|
 |:-----:|:-----:|
 | 0.5.0 | 0.2.2 | 
 | 0.5.0 | 0.2.2 | 
 | 0.5.1 | 0.2.2 | 
 | 0.5.1 | 0.2.2 | 
+| 0.5.2 | 0.2.2 | 
+| 0.5.3 | 0.3.0 | 
 
 
 ### Dependency 
 ### Dependency 
 
 
@@ -23,13 +25,13 @@ Apache Maven
 <dependency>
 <dependency>
     <groupId>io.milvus</groupId>
     <groupId>io.milvus</groupId>
     <artifactId>milvus-sdk-java</artifactId>
     <artifactId>milvus-sdk-java</artifactId>
-    <version>0.2.2</version>
+    <version>0.3.0</version>
 </dependency>
 </dependency>
 ```
 ```
 
 
 Gradle/Grails 
 Gradle/Grails 
 
 
-`compile 'io.milvus:milvus-sdk-java:0.2.2'`
+`compile 'io.milvus:milvus-sdk-java:0.3.0'`
 
 
 ### Examples
 ### Examples
 
 

+ 2 - 1
examples/pom.xml

@@ -45,6 +45,7 @@
     </properties>
     </properties>
 
 
     <!--  For development use  -->
     <!--  For development use  -->
+    <!--  Include this if you want to try the latest SNAPSHOT version  -->
     <repositories>
     <repositories>
         <repository>
         <repository>
             <id>oss.sonatype.org-snapshot</id>
             <id>oss.sonatype.org-snapshot</id>
@@ -62,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.3.0-SNAPSHOT</version>
+            <version>0.3.0RC-SNAPSHOT</version>
         </dependency>
         </dependency>
     </dependencies>
     </dependencies>