Skip to content

Commit

Permalink
update pom.xml
Browse files Browse the repository at this point in the history
Signed-off-by: sahuang <[email protected]>
  • Loading branch information
sahuang committed Jul 20, 2020
1 parent 3d905cc commit d9a784e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>io.milvus</groupId>
<artifactId>milvus-sdk-java</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.3</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/src/main/java/MilvusClientExample.java
Original file line number Diff line number Diff line change
Expand Up @@ -224,4 +224,4 @@ public static void main(String[] args) throws InterruptedException, ConnectFaile
throw e;
}
}
}
}

0 comments on commit d9a784e

Please sign in to comment.