Skip to content

Commit

Permalink
update version to 3.6.0
Browse files Browse the repository at this point in the history
- 将 odps-jdbc 版本从 3.6.0-rc0 升级到 3.6.0。
- 将 sdk.version 从 0.48.6-public 升级到 0.48.7-public。
  • Loading branch information
dingxin-tech committed Aug 7, 2024
1 parent 617c831 commit 9348aee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.aliyun.odps</groupId>
<artifactId>odps-jdbc</artifactId>
<version>3.6.0-rc0</version>
<version>3.6.0</version>
<name>odps-jdbc</name>
<description>Aliyun ODPS JDBC driver</description>
<url>http://odps.aliyun.com</url>
Expand Down Expand Up @@ -49,7 +49,7 @@
</distributionManagement>

<properties>
<sdk.version>0.48.6-public</sdk.version>
<sdk.version>0.48.7-public</sdk.version>
<junit.version>4.11</junit.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jdk.version>1.8</jdk.version>
Expand Down

0 comments on commit 9348aee

Please sign in to comment.