We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e07589 commit b278261Copy full SHA for b278261
test/integration-test/openmldb-test-java/openmldb-sdk-test/pom.xml
@@ -15,8 +15,8 @@
15
<maven.compiler.source>8</maven.compiler.source>
16
<maven.compiler.target>8</maven.compiler.target>
17
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
18
- <openmldb.batch.version>0.7.0-SNAPSHOT</openmldb.batch.version>
19
- <openmldb.native.version>0.7.0-SNAPSHOT</openmldb.native.version>
+ <openmldb.batch.version>0.9.0</openmldb.batch.version>
+ <openmldb.native.version>0.9.0</openmldb.native.version>
20
<spark.version>2.2.0</spark.version>
21
<suiteXmlFile>test_suite/test_tmp.xml</suiteXmlFile>
22
<aspectj.version>1.8.9</aspectj.version>
@@ -212,4 +212,4 @@
212
</plugin>
213
</plugins>
214
</build>
215
-</project>
+</project>
0 commit comments