<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.codecode</groupId>
    <artifactId>master</artifactId>
    <version>0.0</version>
  </parent>
  <artifactId>workix.parent</artifactId>
  <version>0.0.1</version>
  <packaging>pom</packaging>
  <description>Plataforma de Empregos Totalmente Grátis</description>
  <url>http://www.workix.com.br</url>
  <name>Workix</name>
  <organization>
  	<name>codecode.com.br</name>
  	<url>http://www.codecode.com.br</url>
  </organization>
  <scm>
  	<url>https://github.com/frmichetti/workix</url>
  	<developerConnection>frmichetti</developerConnection>
  	<tag>jobs</tag>
  </scm>
  <inceptionYear>2016</inceptionYear>
</project>