<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>
	<artifactId>framework-persistence</artifactId>

	<name>PerolaSoftware Framework Persistence</name>
	<description>Persistence do PerolaSoftware Framework</description>
	<url>http://sourceforge.net/projects/perolajavafw/</url>

	<parent>
		<groupId>br.com.perolasoftware.framework</groupId>
		<artifactId>framework-parent-jar</artifactId>
		<version>0.0.6</version>
		<relativePath>../../Maven/framework-parent-jar/pom.xml</relativePath>
	</parent>

	<scm>
		<url>http://git.code.sf.net/p/perolajavafw/code</url>
		<connection>scm:git:git://git.code.sf.net/p/perolajavafw/code</connection>
	</scm>

	<licenses>
		<license>
			<name>GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007</name>
			<url>http://www.gnu.org/copyleft/lesser.txt</url>
			<distribution>repo</distribution>
		</license>
	</licenses>

	<developers>
		<developer>
			<id>hendi</id>
			<name>Hêndi Marcos Ramos Silva</name>
			<email>hendimarcos@gmail.com</email>
			<organization>PerolaSoftware</organization>
			<organizationUrl>http://www.perolasoftware.com.br</organizationUrl>
		</developer>
	</developers>

	<dependencies>
		<dependency>
			<groupId>br.com.perolasoftware.framework</groupId>
			<artifactId>framework-core</artifactId>
		</dependency>
		<dependency>
			<groupId>br.com.perolasoftware.framework.components</groupId>
			<artifactId>crud-extensions-jpa2</artifactId>
		</dependency>
		<dependency>
			<groupId>br.com.perolasoftware.framework</groupId>
			<artifactId>framework-model</artifactId>
		</dependency>
		<dependency>
			<groupId>br.com.perolasoftware.framework.components</groupId>
			<artifactId>annotation-filter-jpa2</artifactId>
		</dependency>
	</dependencies>

	<build>
		<resources>
			<resource>
				<directory>${basedir}/src/main/resources</directory>
				<filtering>true</filtering>
			</resource>
		</resources>
	</build>


	<!-- <build> -->
	<!-- <pluginManagement> -->
	<!-- <plugins> -->
	<!-- <plugin> -->
	<!-- <groupId>org.apache.maven.plugins</groupId> -->
	<!-- <artifactId>maven-jar-plugin</artifactId> -->
	<!-- <inherited>true</inherited> -->
	<!-- <configuration> -->
	<!-- <archive> -->
	<!-- <index>true</index> -->
	<!-- <manifest> -->
	<!-- <addClasspath>true</addClasspath> -->
	<!-- <classpathPrefix>libs/</classpathPrefix> -->
	<!-- <useUniqueVersions>false</useUniqueVersions> -->
	<!-- </manifest> -->
	<!-- </archive> -->
	<!-- </configuration> -->
	<!-- </plugin> -->
	<!-- </plugins> -->
	<!-- </pluginManagement> -->
	<!-- </build> -->

	<repositories>
		<repository>
			<id>sonatype-nexus-public</id>
			<name>Sonatype Nexus Snapshots</name>
			<url>https://oss.sonatype.org/content/groups/public/</url>
			<releases>
				<enabled>true</enabled>
			</releases>
			<snapshots>
				<enabled>true</enabled>
			</snapshots>
		</repository>
	</repositories>

</project>