entaxy-public/platform/pom.xml

27 lines
693 B
XML
Raw Permalink 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
<parent>
<artifactId>root</artifactId>
<groupId>ru.entaxy.esb</groupId>
2023-08-03 01:44:09 +00:00
<version>1.8.3</version>
2021-09-06 14:46:59 +00:00
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>platform</artifactId>
<name>ENTAXY :: PLATFORM</name>
<description>Entaxy Platform</description>
<packaging>pom</packaging>
<modules>
<module>runtime</module>
</modules>
2023-08-03 01:44:09 +00:00
<profiles>
2023-08-03 01:44:09 +00:00
</profiles>
2021-09-06 14:46:59 +00:00
</project>