Skip to content

Commit e871b70

Browse files
committed
build:对齐 1.0.x 分支 pom.xml 通用配置 (JDK 1.8)
1 parent a53be9e commit e871b70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0"><modelVersion>4.0.0</modelVersion>
33
<groupId>io.github.hiwepy</groupId><artifactId>faceplusplus-java-sdk</artifactId><version>3.0.x.20260527-SNAPSHOT</version><packaging>jar</packaging>
4-
<properties><project.build.sourceEncoding>UTF-8</project.build.sourceEncoding><java.version>21</java.version></properties>
4+
<properties><project.build.sourceEncoding>UTF-8</project.build.sourceEncoding><java.version>1.8</java.version></properties>
55
<dependencies>
66
<dependency><groupId>org.projectlombok</groupId><artifactId>lombok</artifactId><version>1.18.30</version><scope>provided</scope></dependency>
77
<dependency><groupId>org.slf4j</groupId><artifactId>slf4j-api</artifactId><version>1.7.32</version></dependency>

0 commit comments

Comments
 (0)