<?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>
	<groupId>org.romaframework</groupId>
	<artifactId>roma-users</artifactId>
	<packaging>jar</packaging>
	<version>3.0.0-BETA</version>
	<name>Roma Users</name>
	<description>Roma Users module for authentication and profiling aspect implementation</description>
	<url>http://www.romaframework.org</url>
	<developers>
		<developer>
			<id>emanuele.tagliaferri</id>
			<name>Emanuele Tagliaferri</name>
			<email>emanuele.tagliaferri@assetdata.it</email>
			<roles>
				<role>developer</role>
			</roles>
			<timezone>+1</timezone>
		</developer>
	</developers>
	<licenses>
		<license>
			<name>Apache 2</name>
			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
		</license>
	</licenses>
	<mailingLists>
		<mailingList>
			<name>Roma Framework Developers List</name>
			<post>romaframework@googlegroups.com</post>
			<archive>http://groups.google.com/group/romaframework</archive>
		</mailingList>
	</mailingLists>
	<issueManagement>
		<system>github</system>
		<url>https://github.com/organizations/romaframework/dashboard/issues/repos</url>
	</issueManagement>
	<scm>
		<url>https://github.com/romaframework/users</url>
		<connection>scm:https://tglman@github.com/romaframework/users.git</connection>
		<developerConnection>scm:git@github.com:romaframework/users.git</developerConnection>
	</scm>
 <dependencies>
  <dependency>
   <groupId>org.romaframework</groupId>
   <artifactId>roma-frontend</artifactId>
   <version>3.0.0-SNAPSHOT</version>
   <optional>true</optional>
  </dependency>
 </dependencies>
</project>
