File tree 4 files changed +7
-4
lines changed
hive-server2-jdbc-driver-thin
hive-server2-jdbc-driver-uber
4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,10 @@ More background at https://lists.apache.org/thread/63lr45kyh78s64spwsjxjy8zdyzpr
56
56
57
57
## Release Note
58
58
59
- The current project has not yet carried out any release work.
59
+ ### 1.0.0
60
+
61
+ This is the first ` Thin JAR ` build for the HiveServer2 JDBC Driver on ` apache/hive:4.0.0 ` .
62
+ Fixed all class conflicts.
60
63
61
64
## Contributing
62
65
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.github.linghengqian</groupId >
8
8
<artifactId >hive-parent</artifactId >
9
- <version >1.0.0-SNAPSHOT </version >
9
+ <version >1.0.0</version >
10
10
</parent >
11
11
12
12
<artifactId >hive-server2-jdbc-driver-thin</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.github.linghengqian</groupId >
8
8
<artifactId >hive-parent</artifactId >
9
- <version >1.0.0-SNAPSHOT </version >
9
+ <version >1.0.0</version >
10
10
</parent >
11
11
12
12
<artifactId >hive-server2-jdbc-driver-uber</artifactId >
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >io.github.linghengqian</groupId >
7
7
<artifactId >hive-parent</artifactId >
8
- <version >1.0.0-SNAPSHOT </version >
8
+ <version >1.0.0</version >
9
9
10
10
<packaging >pom</packaging >
11
11
<name >${project.groupId} :${project.artifactId} </name >
You can’t perform that action at this time.
0 commit comments