<?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.github.pawelj-pl</groupId>
  <artifactId>semver-j</artifactId>
  <version>1.0.0</version>
  <name>semver-j</name>
  <description>Semantic Versioning library for Java</description>
  <url>https://github.com/PawelJ-PL/semver-j</url>
  <licenses>
    <license>
      <name>MIT license</name>
      <url>https://github.com/PawelJ-PL/semver-j/blob/master/LICENSE.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>pawelj-pl</id>
      <name>Pawel</name>
      <email>inne.poczta@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:https://github.com/PawelJ-PL/semver-j.git</connection>
    <developerConnection>scm:https://github.com/PawelJ-PL/semver-j.git</developerConnection>
    <url>https://github.com/PawelJ-PL/semver-j.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.assertj</groupId>
      <artifactId>assertj-core</artifactId>
      <version>3.8.0</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
