Browse Source

Update version to 2.0.3 (#259)

Signed-off-by: yhmo <yihua.mo@zilliz.com>
groot 3 năm trước cách đây
mục cha
commit
9f6dbe9862
4 tập tin đã thay đổi với 13 bổ sung7 xóa
  1. 7 1
      CHANGELOG.md
  2. 3 3
      README.md
  3. 2 2
      examples/pom.xml
  4. 1 1
      pom.xml

+ 7 - 1
CHANGELOG.md

@@ -1,6 +1,12 @@
 # Changelog
 
-## milvus-sdk-java 2.0.1 (2021-01-24)
+## milvus-sdk-java 2.0.3 (2021-01-27)
+
+### Improvement
+
+- \#255 - Rename io.milvus.Response to io.milvus.response
+
+## milvus-sdk-java 2.0.2 (2021-01-24)
 
 ### Improvement
 

+ 3 - 3
README.md

@@ -15,7 +15,7 @@ The following table shows compatibilities between Milvus and Java SDK.
 
 | Milvus version | Java SDK version |
 | :------------: | :--------------: |
-|     2.0      |    2.0.2         |
+|     2.0      |    2.0.3         |
 
 ### Install Java SDK
 
@@ -27,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>2.0.2</version>
+            <version>2.0.3</version>
         </dependency>
        ```
 
    - Gradle/Grails
 
         ```gradle
-        compile 'io.milvus:milvus-sdk-java:2.0.2'
+        compile 'io.milvus:milvus-sdk-java:2.0.3'
         ```
 
 ### Examples

+ 2 - 2
examples/pom.xml

@@ -25,7 +25,7 @@
 
     <groupId>io.milvus</groupId>
     <artifactId>milvus-sdk-java-examples</artifactId>
-    <version>2.0.2</version>
+    <version>2.0.3</version>
     <build>
         <plugins>
             <plugin>
@@ -63,7 +63,7 @@
         <dependency>
             <groupId>io.milvus</groupId>
             <artifactId>milvus-sdk-java</artifactId>
-            <version>2.0.2</version>
+            <version>2.0.3</version>
         </dependency>
         <dependency>
             <groupId>com.google.code.gson</groupId>

+ 1 - 1
pom.xml

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