<?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.oblac</groupId>
  <artifactId>repo-url-parser</artifactId>
  <version>1.0.2</version>
  <packaging>pom</packaging>
  <name>Repo URL parser</name>
  <description>Repositories URL parser; supports Github and Github Enterprise.</description>
  <url>https://githu.com/igr/repo-url-parser</url>
  <organization>
    <name>Oblac</name>
    <url>https://oblac.com</url>
  </organization>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/igr/repo-url-parser/issues</url>
  </issueManagement>
  <licenses>
    <license>
      <name>The New BSD License</name>
      <url>https://github.com/igr/repo-url-parser/blob/master/LICENSE</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/igr/repo-url-parser</url>
    <connection>scm:git:git://github.com/igr/repo-url-parser.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/igr/repo-url-parser.git</developerConnection>
  </scm>
  <developers>
    <developer>
      <id>igor</id>
      <name>Igor Spasić</name>
      <email>igor@jodd.org</email>
      <timezone>+1</timezone>
    </developer>
  </developers>
</project>
