<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>
  <groupId>com.divami.ims</groupId>
  <artifactId>ims-modules</artifactId>
  <version>0.3.0</version>

  <!-- Version history
    - 0.3.0 : 14-AUG-2025
      - No notes to enter

   -->
  <packaging>pom</packaging>
  <name>cadence app builder</name>
  <description>cadence app builder</description>
  <modules>
		<module>../ims-model</module>
		<module>../ims-web</module>
  </modules>
</project>