<?xml version="1.0" encoding="UTF-8"?>
<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">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>com.ibm.bamoe</groupId>
    <artifactId>bamoe-build-parent</artifactId>
    <version>9.0.0.Final</version>
    <relativePath>../build-parent/pom.xml</relativePath>
  </parent>

  <packaging>pom</packaging>

  <artifactId>bamoe-ilmt-compliance</artifactId>
  <name>Business Automation Manager Open Editions - ILMT Compliance</name>
  
  <description>IBM BAMOE ILMT compliance libraries parent pom file. </description>
  <url>https://bamoe.university</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/ibm/bamoe</url>
  </scm>
  <organization>
    <name>IBM Software - Automation - Digital Business Automation</name>
    <url>http://www.ibm.com/</url>
  </organization>
  <developers>
    <developer>
      <name>BAMOE Team</name>
    </developer>
  </developers>

  <modules>
    <module>ilmt-compliance-common</module>
    <module>ilmt-compliance-quarkus-pamoe</module>
    <module>ilmt-compliance-quarkus-dmoe</module>
  </modules>

</project>
