<?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-core</artifactId>
  <version>6.7.1</version>
  <packaging>jar</packaging>
  <!-- Project-level information -->
  <name>core</name>
  <description>Kurento Media Server core 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>
  <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-core</url>
    <connection>scm:git:https://github.com/Kurento/kms-core.git</connection>
    <developerConnection>scm:git:ssh://git@github.com:Kurento/kms-core.git</developerConnection>
  </scm>
</project>
