Skip to content

Commit 9d3bcdf

Browse files
committed
chore: migrate Maven coordinates and packages to easy4j
Update groupId to io.github.easy4j and relocate io/com.github.hiwepy packages to io.github.easy4j. Class names are unchanged.
1 parent 2477b23 commit 9d3bcdf

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,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0"><modelVersion>4.0.0</modelVersion>
3-
<groupId>io.github.hiwepy</groupId><artifactId>faceplusplus-java-sdk</artifactId><version>1.0.x.20260630-SNAPSHOT</version><packaging>jar</packaging>
3+
<groupId>io.github.easy4j</groupId><artifactId>faceplusplus-java-sdk</artifactId><version>1.0.x.20260630-SNAPSHOT</version><packaging>jar</packaging>
44
<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>

0 commit comments

Comments
 (0)