<?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>pw.prok</groupId>
  <artifactId>kDiff</artifactId>
  <version>2.0.0</version>
  <packaging>pom</packaging>
  <name>kDiff</name>
  <description>Library for generating and applying diff/patch files</description>
  <url>https://gitlab.prok.pw/Prototik/kDiff</url>
  <scm>
    <url>https://gitlab.prok.pw/Prototik/kDiff</url>
    <connection>https://gitlab.prok.pw/Prototik/kDiff.git</connection>
    <developerConnection>gitlab@prok.pw:Prototik/kDiff.git</developerConnection>
  </scm>
  <licenses>
    <license>
      <name>The MIT License (MIT)</name>
      <url>https://opensource.org/licenses/MIT</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>Prototik</id>
      <name>Sergey Shatunov</name>
      <email>me@prok.pw</email>
    </developer>
  </developers>
</project>
