pom.xml 639 B

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project>
  3. <modelVersion>4.0.0</modelVersion>
  4. <parent>
  5. <relativePath>../pom.xml</relativePath>
  6. <groupId>HintCOProject</groupId>
  7. <artifactId>HintCOProject</artifactId>
  8. <version>1.0.0-0</version>
  9. </parent>
  10. <artifactId>be.uantwerpen.cosys.ContractLang</artifactId>
  11. <groupId>be.uantwerpen.cosys</groupId>
  12. <version>0.0.1-0</version>
  13. <packaging>jar</packaging>
  14. <name>be.uantwerpen.cosys.ContractLang Language Core</name>
  15. <properties>
  16. <main.basedir>${project.parent.basedir}</main.basedir>
  17. </properties>
  18. <build>
  19. <sourceDirectory>src</sourceDirectory>
  20. </build>
  21. </project>