<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>dev.petuska</groupId>
  <artifactId>klip-kotlin-plugin-native</artifactId>
  <version>0.2.2</version>
  <name>klip-kotlin-plugin-native</name>
  <description>Kotlin compiler plugin to manage KLIP snapshots for native targets</description>
  <url>https://github.com/mpetuska/klip</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>mpetuska</id>
      <name>Martynas Petuska</name>
      <email>martynas@petuska.dev</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:mpetuska/klip.git</connection>
    <tag>90ed60b5ace5a5268722f50ac45306fedb8a6ac3</tag>
    <url>https://github.com/mpetuska/klip</url>
  </scm>
</project>
