entaxy-public/system/registry/system-groups/pom.xml

26 lines
990 B
XML
Raw Normal View History

2021-09-06 14:46:59 +00:00
<?xml version="1.0" encoding="UTF-8"?>
2023-08-03 01:44:09 +00: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">
2021-09-06 14:46:59 +00:00
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>ru.entaxy.esb.system.registry</groupId>
<artifactId>registry</artifactId>
2023-08-11 00:05:45 +00:00
<version>1.9.0</version>
2021-09-06 14:46:59 +00:00
<relativePath>../../registry/pom.xml</relativePath>
</parent>
<groupId>ru.entaxy.esb.system.registry.system-groups</groupId>
<artifactId>system-groups</artifactId>
<packaging>pom</packaging>
<name>SYSTEM :: ENTAXY :: GROUP :: REGISTRY</name>
<description>SYSTEM :: ENTAXY :: GROUP :: REGISTRY</description>
<modules>
<module>system-group-api</module>
<module>system-group-impl</module>
<module>system-group-component</module>
<module>system-group-profile</module>
</modules>
</project>