/pom.xml

http://sigma-h.googlecode.com/ · XML · 21 lines · 19 code · 2 blank · 0 comment · 0 complexity · 472f2f59c9080706d352ab78e119572b MD5 · raw file

  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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  3. <modelVersion>4.0.0</modelVersion>
  4. <groupId>org.sigmah</groupId>
  5. <artifactId>sigmah-parent</artifactId>
  6. <packaging>pom</packaging>
  7. <version>0.5.12-SNAPSHOT</version>
  8. <name>SigmaH Parent POM</name>
  9. <licenses>
  10. <license>
  11. <name>GPLv3</name>
  12. <url>http://www.gnu.org/licenses/gpl.html</url>
  13. </license>
  14. </licenses>
  15. <modules>
  16. <module>sigmah</module>
  17. <module>tests</module>
  18. </modules>
  19. </project>