release version 1.11.0
This commit is contained in:
24
platform/runtime/modules/atlasmap/pom.xml
Normal file
24
platform/runtime/modules/atlasmap/pom.xml
Normal file
@ -0,0 +1,24 @@
|
||||
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>ru.entaxy.esb.platform.runtime</groupId>
|
||||
<artifactId>modules</artifactId>
|
||||
<version>1.11.0</version>
|
||||
</parent>
|
||||
<groupId>ru.entaxy.esb.platform.runtime.modules</groupId>
|
||||
<artifactId>atlasmap</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>ENTAXY :: PLATFORM :: RUNTIME :: MODULES :: ATLASMAP</name>
|
||||
<description>ENTAXY :: PLATFORM :: RUNTIME :: MODULES :: ATLASMAP</description>
|
||||
|
||||
<modules>
|
||||
<module>atlasmap-entaxy-management</module>
|
||||
<module>atlasmap-entaxy-ui</module>
|
||||
<module>atlasmap-entaxy-libs</module>
|
||||
<module>atlasmap-entaxy-rest</module>
|
||||
<module>xsom</module>
|
||||
<module>entaxy-atlasmap-plugin</module>
|
||||
<module>atlasmap-camel3</module>
|
||||
</modules>
|
||||
</project>
|
Reference in New Issue
Block a user