openesb-components/contrib-imola/cics-bc/integration-test/test-occurs/su5/pom.xml

43 lines
1.4 KiB
XML
Executable File

<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<!--
=========================================================
COORDINATES
=========================================================
-->
<parent>
<groupId>it.imolinfo.jbi4cics</groupId>
<artifactId>test-occurs</artifactId>
<version>0.5-SNAPSHOT</version>
</parent>
<artifactId>su5-occurs-jbi4cics-provider</artifactId>
<!--
=========================================================
DESCRIPTION
=========================================================
-->
<name>${pom.groupId}.${pom.artifactId}-${pom.version} # ${pom.packaging}</name>
<description>su for occurs test</description>
<!--
=========================================================
PACKAGING
=========================================================
-->
<packaging>jbi-service-unit</packaging>
<!--
=========================================================
PROPERTIES
=========================================================
-->
<properties>
<componentName>jbi4cics</componentName>
</properties>
</project>