Skip to content

Commit

Permalink
build: upgrade openmldb sdk version in self host
Browse files Browse the repository at this point in the history
  • Loading branch information
aceforeverd committed Jul 18, 2024
1 parent 60e4fb5 commit 9e69016
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<openmldb.batch.version>0.7.0-SNAPSHOT</openmldb.batch.version>
<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>
<spark.version>2.2.0</spark.version>
<suiteXmlFile>test_suite/test_tmp.xml</suiteXmlFile>
<aspectj.version>1.8.9</aspectj.version>
Expand Down Expand Up @@ -212,4 +212,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 9e69016

Please sign in to comment.