<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/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>br.com.objectos</groupId>
		<artifactId>way</artifactId>
		<version>1.21.0</version>
	</parent>
	<artifactId>way-ui</artifactId>
	<name>objectos :: way :: ui</name>
	<description>web UI</description>
	<url>https://github.com/objectos/way-ui</url>
	<packaging>pom</packaging>
	<licenses>
		<license>
			<name>The Apache Software License, Version 2.0</name>
			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
			<distribution>repo</distribution>
		</license>
	</licenses>
	<scm>
		<connection>scm:git:git://objectos/way-ui.git</connection>
		<developerConnection>scm:git:git@github.com:objectos/way-ui.git</developerConnection>
		<url>https://github.com/objectos/way-ui</url>
		<tag>way-1.21.0</tag>
	</scm>
	<developers>
		<developer>
			<id>moe</id>
			<name>Marcio Endo</name>
			<email>marcio.endo@objectos.com.br</email>
		</developer>
	</developers>
	<modules>
		<module>way-ui-attachment</module>
		<module>way-ui-core</module>
		<module>way-ui-reports</module>
		<module>way-ui-upload</module>
	</modules>
</project>