<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.rvirin.onvif</groupId>
  <artifactId>onvifcamera</artifactId>
  <version>1.0.0</version>
  <packaging>aar</packaging>
  <name>ONVIFCamera</name>
  <description>Library to ease the connection to a ONVIF Camera</description>
  <url>https://github.com/rvi/ONVIFCameraAndroid</url>
  <licenses>
    <license>
      <name>The MIT License</name>
      <url>https://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>rvi</id>
      <name>Rémy Virin</name>
      <email>remy@virin.us</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/rvi/ONVIFCameraAndroid.git</connection>
    <developerConnection>https://github.com/rvi/ONVIFCameraAndroid.git</developerConnection>
    <url>https://github.com/rvi/ONVIFCameraAndroid</url>
  </scm>
</project>
