|
@@ -22,10 +22,17 @@
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
+ <parent>
|
|
|
|
+ <groupId>io.milvus</groupId>
|
|
|
|
+ <artifactId>milvus-sdk-java</artifactId>
|
|
|
|
+ <version>2.2.2</version>
|
|
|
|
+ <relativePath>../pom.xml</relativePath>
|
|
|
|
+ </parent>
|
|
|
|
|
|
<groupId>io.milvus</groupId>
|
|
<groupId>io.milvus</groupId>
|
|
<artifactId>milvus-sdk-java-examples</artifactId>
|
|
<artifactId>milvus-sdk-java-examples</artifactId>
|
|
- <version>2.2.1</version>
|
|
|
|
|
|
+ <version>2.2.2</version>
|
|
|
|
+
|
|
<build>
|
|
<build>
|
|
<plugins>
|
|
<plugins>
|
|
<plugin>
|
|
<plugin>
|