.flattened-pom.xml 769 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>com.aivfo</groupId>
  7. <artifactId>aivfo-supreme</artifactId>
  8. <version>1.2.0-SNAPSHOT</version>
  9. <relativePath>../aivfo-supreme/pom.xml</relativePath>
  10. </parent>
  11. <groupId>com.aivfo</groupId>
  12. <artifactId>aivfo-framework-build</artifactId>
  13. <version>1.2.0-SNAPSHOT</version>
  14. <packaging>pom</packaging>
  15. <modules>
  16. <module>aivfo-dependencies-parent</module>
  17. <module>aivfo-project-build</module>
  18. </modules>
  19. </project>