This is an automated email from the ASF dual-hosted git repository.
critas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb-extras.git
The following commit(s) were added to refs/heads/master by this push:
new 3ba6934 Update spring pom.xml
3ba6934 is described below
commit 3ba69342575fe261e53cd2154861b3e3d68936e6
Author: CritasWang <[email protected]>
AuthorDate: Sun Apr 27 16:11:01 2025 +0800
Update spring pom.xml
---
iotdb-spring-boot-starter/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/iotdb-spring-boot-starter/pom.xml
b/iotdb-spring-boot-starter/pom.xml
index 7ca3fb0..03e831a 100644
--- a/iotdb-spring-boot-starter/pom.xml
+++ b/iotdb-spring-boot-starter/pom.xml
@@ -32,8 +32,8 @@
<artifactId>iotdb-spring-boot-starter</artifactId>
<version>2.0.2-SNAPSHOT</version>
<properties>
- <maven.compiler.source>21</maven.compiler.source>
- <maven.compiler.target>21</maven.compiler.target>
+ <maven.compiler.source>17</maven.compiler.source>
+ <maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring-boot3.version>3.4.5</spring-boot3.version>
<iotdb.version>2.0.2</iotdb.version>