2022-09-29 17:51:37 +08:00
|
|
|
<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>security-enterprise</artifactId>
|
|
|
|
<version>2.9.0</version>
|
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>renren-common</artifactId>
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
<description>renren-common</description>
|
2022-04-11 15:03:55 +08:00
|
|
|
|
2022-09-29 17:51:37 +08:00
|
|
|
<build>
|
|
|
|
<finalName>${project.artifactId}</finalName>
|
|
|
|
</build>
|
2022-04-11 15:03:55 +08:00
|
|
|
|
|
|
|
</project>
|