<?xml version="1.0" encoding="UTF-8"?>
<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">
	<modelVersion>4.0.0</modelVersion>

	<parent>
		<groupId>org.ligoj.bootstrap</groupId>
		<artifactId>parent</artifactId>
		<version>3.3.6</version>
		<relativePath>parent/pom.xml</relativePath>
	</parent>

	<artifactId>root</artifactId>
	<version>3.3.6</version><!-- required by 'version' plugin -->
	<packaging>pom</packaging>
	<name>Ligoj - Bootstrap</name>
	<description>Ligoj Bootstrap JAX-RS architecture template</description>
	<url>https://github.com/ligoj/bootstrap</url>

	<modules>
		<module>parent</module>
		<module>bootstrap-core</module>
		<module>bootstrap-plugin</module>
		<module>bootstrap-business</module>
		<module>bootstrap-business-test</module>
		<module>bootstrap-business-parent</module>
		<module>bootstrap-web</module>
		<module>bootstrap-web-test</module>
		<module>bootstrap-web-parent</module>
		<module>bootstrap-launcher</module>
	</modules>
</project>
