Skip to content

Commit

Permalink
Start preparing for 1.4.0-SNAPSHOT development
Browse files Browse the repository at this point in the history
  • Loading branch information
linghengqian committed Sep 1, 2024
1 parent 0f31be2 commit 98ed18d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hive-server2-jdbc-driver-thin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.linghengqian</groupId>
<artifactId>hive-parent</artifactId>
<version>1.3.0</version>
<version>1.4.0-SNAPSHOT</version>
</parent>

<artifactId>hive-server2-jdbc-driver-thin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hive-server2-jdbc-driver-uber/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.linghengqian</groupId>
<artifactId>hive-parent</artifactId>
<version>1.3.0</version>
<version>1.4.0-SNAPSHOT</version>
</parent>

<artifactId>hive-server2-jdbc-driver-uber</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.linghengqian</groupId>
<artifactId>hive-parent</artifactId>
<version>1.3.0</version>
<version>1.4.0-SNAPSHOT</version>

<packaging>pom</packaging>
<name>${project.groupId}:${project.artifactId}</name>
Expand Down

0 comments on commit 98ed18d

Please sign in to comment.