pom.xml 607 B

123456789101112131415161718
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <groupId>com.scytl.math</groupId>
  6. <artifactId>root</artifactId>
  7. <version>1.0.1</version>
  8. <packaging>pom</packaging>
  9. <name>Root</name>
  10. <description>Root project for Scytl's mathematical libraries.</description>
  11. <modules>
  12. <module>scytl-math</module>
  13. <module>scytl-math-native</module>
  14. </modules>
  15. </project>