<?xml version="1.0"?>
<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>
	<name>Profile2 PACK</name>
	<groupId>org.sakaiproject.profile2</groupId>
	<artifactId>profile2-pack</artifactId>

	<packaging>sakai-component</packaging>

	<parent>
		<groupId>org.sakaiproject.profile2</groupId>
		<artifactId>profile2</artifactId>
	    <version>1.5.0-rc02</version>
	</parent>

	<properties>
    	<deploy.target>components</deploy.target>
  	</properties>
  	
  	<dependencies>

        <!-- internal dependencies -->
        <dependency>
            <groupId>org.sakaiproject.profile2</groupId>
            <artifactId>profile2-impl</artifactId>
        </dependency>

    </dependencies>

    <build />


</project>
