<?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>

	<parent>
		<groupId>org.sakaiproject.sitemanage</groupId>
		<artifactId>sitemanage</artifactId>
		<version>21.2</version>
		<relativePath>../pom.xml</relativePath>
	</parent>

	<name>sakai-datemanager base pom</name>
	<groupId>org.sakaiproject.sitemanage</groupId>
	<artifactId>sakai-site-datemanager-base</artifactId>
	<packaging>pom</packaging>

	<modules>
		<module>api</module>
		<module>impl</module>
		<module>tool</module>
	</modules>

	<dependencyManagement>
		<dependencies>
			<dependency>
				<groupId>${project.groupId}</groupId>
				<artifactId>sakai-site-datemanager-api</artifactId>
				<version>${project.version}</version>
				<scope>provided</scope>
			</dependency>
			<dependency>
				<groupId>${project.groupId}</groupId>
				<artifactId>sakai-site-datemanager-impl</artifactId>
				<version>${project.version}</version>
			</dependency>
		</dependencies>
	</dependencyManagement>
</project>
