<?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>
			
	<parent>
		<groupId>org.mobicents.servers.sipevent</groupId>
		<artifactId>sip-event-subscription-control-rls-cache</artifactId>
		<version>1.0.0.BETA6</version>
	</parent>
		
	<artifactId>sip-event-subscription-control-rls-cache-library</artifactId>
	
	<dependencies>
		<dependency>
			<groupId>${pom.groupId}</groupId>
			<artifactId>sip-event-subscription-control-rls-cache-spi</artifactId>
			<version>${pom.version}</version>			
		</dependency>							
	</dependencies>
	
	<build>
		<plugins>
			<plugin>
				<groupId>org.mobicents.tools</groupId>
				<artifactId>maven-library-plugin</artifactId>
				<executions>
					<execution>
						<phase>generate-resources</phase>
						<goals>
							<goal>create</goal>
						</goals>
					</execution>
				</executions>
				<extensions>true</extensions>
				<configuration>
					<library-name>sip-event-subscription-control-rls-cache-library</library-name>
					<library-vendor>org.mobicents.servers.sippresence</library-vendor>
					<library-version>1.0</library-version>
				</configuration>
			</plugin>
		</plugins>
	</build>
</project>