entaxy-public/platform/runtime/core/infrastructure/pom.xml

22 lines
809 B
XML
Raw Normal View History

2022-02-28 12:20:38 +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">
2022-02-28 12:20:38 +00:00
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>ru.entaxy.esb.platform.runtime</groupId>
<artifactId>core</artifactId>
2023-08-11 00:05:45 +00:00
<version>1.9.0</version>
2022-02-28 12:20:38 +00:00
</parent>
<groupId>ru.entaxy.esb.platform.runtime.core</groupId>
<artifactId>infrastructure</artifactId>
<packaging>pom</packaging>
<name>ENTAXY :: PLATFORM :: RUNTIME :: CORE :: INFRASTRUCTURE</name>
<description>ENTAXY :: PLATFORM :: RUNTIME :: CORE :: INFRASTRUCTURE</description>
<modules>
<module>schema</module>
</modules>
2023-08-11 00:05:45 +00:00
</project>