<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.icthh.xm.lep</groupId>
  <artifactId>xm-lep-api-commons</artifactId>
  <version>0.1.0</version>
  <name>xm-lep-api-commons</name>
  <description>XM^online LEP API commons implementations</description>
  <url>https://xm.icthh.com</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>adovbnya</id>
      <name>Alexander Dovbnya</name>
      <email>adovbnya@icthh.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/xm-online/xm-lep.git</connection>
    <developerConnection>scm:git:git://github.com/xm-online/xm-lep.git</developerConnection>
    <url>https://github.com/xm-online/xm-lep</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.icthh.xm.lep</groupId>
      <artifactId>xm-lep-api</artifactId>
      <version>0.1.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
