block-identity-auth/common/pom.xml
闵宪瑞 12f367e96e ``
2025-05-19 18:26:04 +08:00

17 lines
542 B
XML

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>io.renren</groupId>
<artifactId>block-identity-auth</artifactId>
<version>5.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>common</artifactId>
<packaging>jar</packaging>
<description>common</description>
<build>
<finalName>${project.artifactId}</finalName>
</build>
</project>