<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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>

	<groupId>org.kurento</groupId>
	<artifactId>kms-api-elements</artifactId>
	<version>6.10.0</version>
	<packaging>jar</packaging>

	<!-- Project-level information -->
	<name>elements</name>
	<description>Kurento Media Server elements module</description>
	<url>http://www.kurento.org/</url>

	<!-- Project configuration -->

	<properties>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
		<maven.compiler.target>1.7</maven.compiler.target>
		<maven.compiler.source>1.7</maven.compiler.source>
	</properties>

	<dependencies>
		<dependency>
			<groupId>org.kurento</groupId>
			<artifactId>kms-api-core</artifactId>
			<version>[6.7.0,7.0.0-SNAPSHOT)</version>
		</dependency>
	</dependencies>

	<build>
		<plugins>
			<plugin>
				<groupId>org.kurento</groupId>
				<artifactId>kurento-maven-plugin</artifactId>
				<version>6.7.0</version>
				<executions>
					<execution>
						<goals>
							<goal>generate-kurento-client</goal>
						</goals>
					</execution>
				</executions>
			</plugin>
		</plugins>
		<extensions>
			<extension>
				<groupId>org.kuali.maven.wagons</groupId>
				<artifactId>maven-s3-wagon</artifactId>
				<version>1.2.1</version>
			</extension>
		</extensions>
	</build>

<licenses>
          <license>
              <name>Apache 2.0</name>
              <url>http://www.apache.org/licenses/LICENSE-2.0</url>
              <distribution>repo</distribution>
          </license>
        </licenses>
  <developers>
          <developer>
              <id>kurento.org</id>
              <name>Kurento Community</name>
              <organization>kurento.org</organization>
              <organizationUrl>http://www.kurento.org</organizationUrl>
          </developer>
        </developers>
  <scm>
          <url>https://github.com/Kurento/kms-elements</url>
          <connection>scm:git:https://github.com/Kurento/kms-elements.git</connection>
          <developerConnection>scm:git:ssh://git@github.com:Kurento/kms-elements.git</developerConnection>
        </scm>
</project>
