
<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>
  <parent>
    <groupId>be.fluid-it.microservice.bundle</groupId>
    <artifactId>microservice-bundle-modules</artifactId>
    <version>0.1-8</version>
    <relativePath>../microservice-bundle-modules/frozen.pom.xml</relativePath>
  </parent>
  <artifactId>microservice-bundle-showcase-delivery</artifactId>
  <version>0.1-9</version>
  <packaging>pom</packaging>
  <name>microservice-bundle-showcase-delivery</name>
  <description>Showcase of the delivery process of a service build with the microservice bundle.</description>
  <properties>
    <capsule.version>1.0</capsule.version>
    <capsule.maven.plugin.version>1.0.0</capsule.maven.plugin.version>
  </properties>
  <modules>
    <module>./microservice-bundle-showcase-cfg</module>
    <module>./microservice-bundle-showcase-capsule</module>
  </modules>
</project>