entaxy-public/system/registry/system-groups/system-group-profile/pom.xml
2021-09-13 12:25:29 +03:00

27 lines
1.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<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>ru.entaxy.esb.system.registry.system-groups</groupId>
<artifactId>system-groups</artifactId>
<version>1.8.0</version>
<relativePath>../../system-groups/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>ru.entaxy.esb.system.registry.system-groups.profile</groupId>
<artifactId>system-group-profile</artifactId>
<packaging>pom</packaging>
<name>SYSTEM :: ENTAXY :: SYSTEM :: GROUP :: PROFILE</name>
<description>SYSTEM :: ENTAXY :: SYSTEM :: GROUP :: PROFILE</description>
<modules>
<module>system-group-profile-api</module>
<module>system-group-profile-collector</module>
<module>system-group-profile-impl-default</module>
</modules>
</project>