From 1808796fb513f12a78081f8740cf26d7431cae87 Mon Sep 17 00:00:00 2001 From: godotg Date: Thu, 21 Sep 2023 21:18:26 +0800 Subject: [PATCH] build[release]: first release for java 17 --- boot/pom.xml | 5 ++++- event/pom.xml | 5 ++++- hotswap/pom.xml | 5 ++++- monitor/pom.xml | 5 ++++- net/pom.xml | 5 ++++- orm/pom.xml | 5 ++++- pom.xml | 5 ++++- protocol/pom.xml | 5 ++++- scheduler/pom.xml | 5 ++++- storage/pom.xml | 5 ++++- 10 files changed, 40 insertions(+), 10 deletions(-) diff --git a/boot/pom.xml b/boot/pom.xml index 8e19caa0..ada7e7f0 100644 --- a/boot/pom.xml +++ b/boot/pom.xml @@ -48,7 +48,7 @@ ${file.encoding} ${file.encoding} - 21 + 17 UTF-8 @@ -224,6 +224,9 @@ ossrh + + false + diff --git a/event/pom.xml b/event/pom.xml index 158e6c68..9f915ba1 100644 --- a/event/pom.xml +++ b/event/pom.xml @@ -48,7 +48,7 @@ ${file.encoding} ${file.encoding} - 21 + 17 UTF-8 @@ -192,6 +192,9 @@ ossrh + + false + diff --git a/hotswap/pom.xml b/hotswap/pom.xml index 09a11308..fbd89183 100644 --- a/hotswap/pom.xml +++ b/hotswap/pom.xml @@ -48,7 +48,7 @@ ${file.encoding} ${file.encoding} - 21 + 17 UTF-8 @@ -204,6 +204,9 @@ ossrh + + false + diff --git a/monitor/pom.xml b/monitor/pom.xml index f66d63a0..72dd971d 100644 --- a/monitor/pom.xml +++ b/monitor/pom.xml @@ -48,7 +48,7 @@ ${file.encoding} ${file.encoding} - 21 + 17 UTF-8 @@ -198,6 +198,9 @@ ossrh + + false + diff --git a/net/pom.xml b/net/pom.xml index 475e6998..55d51bd8 100644 --- a/net/pom.xml +++ b/net/pom.xml @@ -48,7 +48,7 @@ ${file.encoding} ${file.encoding} - 21 + 17 UTF-8 @@ -256,6 +256,9 @@ ossrh + + false + diff --git a/orm/pom.xml b/orm/pom.xml index c6c144ab..8ec7c8c4 100644 --- a/orm/pom.xml +++ b/orm/pom.xml @@ -48,7 +48,7 @@ ${file.encoding} ${file.encoding} - 21 + 17 UTF-8 @@ -211,6 +211,9 @@ ossrh + + false + diff --git a/pom.xml b/pom.xml index 28049db8..3b6b4315 100644 --- a/pom.xml +++ b/pom.xml @@ -44,6 +44,9 @@ ossrh + + false + @@ -164,7 +167,7 @@ ${file.encoding} ${file.encoding} - 21 + 17 UTF-8 diff --git a/protocol/pom.xml b/protocol/pom.xml index 5be8cc09..1d0b3d64 100644 --- a/protocol/pom.xml +++ b/protocol/pom.xml @@ -48,7 +48,7 @@ ${file.encoding} ${file.encoding} - 21 + 17 UTF-8 @@ -255,6 +255,9 @@ ossrh + + false + diff --git a/scheduler/pom.xml b/scheduler/pom.xml index acfe86c0..ab019a7c 100644 --- a/scheduler/pom.xml +++ b/scheduler/pom.xml @@ -48,7 +48,7 @@ ${file.encoding} ${file.encoding} - 21 + 17 UTF-8 @@ -192,6 +192,9 @@ ossrh + + false + diff --git a/storage/pom.xml b/storage/pom.xml index ba6de0df..ae52f013 100644 --- a/storage/pom.xml +++ b/storage/pom.xml @@ -48,7 +48,7 @@ ${file.encoding} ${file.encoding} - 21 + 17 UTF-8 @@ -224,6 +224,9 @@ ossrh + + false +