Skip to content

Commit 9f1985d

Browse files
committed
Updates Deprecated Maven Properties
1 parent 1db2541 commit 9f1985d

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
github-token: ${{ secrets.GITHUB_TOKEN }}
4242
cache: 'maven'
4343
- run: |
44-
./mvnw -T 1.5C -PnativeTestInCustom clean test
44+
./mvnw -PnativeTestInCustom clean test

doc/CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ sdk use java 22.0.2-graalce
2626
git clone [email protected]:linghengqian/hive-server2-jdbc-driver.git
2727
cd ./hive-server2-jdbc-driver/
2828
sdk use java 22.0.2-graalce
29-
./mvnw -T 1.5C -PnativeTestInCustom clean test
29+
./mvnw -PnativeTestInCustom clean test
3030
```
3131

3232
### How to publish via the central portal

pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@
3131
</scm>
3232

3333
<properties>
34-
<maven.compiler.source>1.8</maven.compiler.source>
35-
<maven.compiler.target>1.8</maven.compiler.target>
34+
<maven.compiler.release>8</maven.compiler.release>
3635
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3736

3837
<apache-hive-jdbc.version>4.0.0</apache-hive-jdbc.version>

0 commit comments

Comments
 (0)