<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>dev.klok.integration</groupId>
  <artifactId>dev.klok.integration.gradle.plugin</artifactId>
  <version>0.2.0-build.260915220230</version>
  <packaging>pom</packaging>
  <name>Klok Gradle Plugin</name>
  <description>Klok Gradle Plugin for building solutions with Klok Integration. It provides tasks and configurations to streamline the development process.</description>
  <url>https://git.klok.dev/klok/framework/klok-gradle-plugin</url>
  <licenses>
    <license>
      <name>Apache-2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Jakob Thun</name>
      <email>jakob.thun@integrera.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@https://git.klok.dev:klok/framework/klok-gradle-plugin.git</connection>
    <developerConnection>scm:git:git@https://git.klok.dev:klok/framework/klok-gradle-plugin.git</developerConnection>
    <url>https://https://git.klok.dev/klok/framework/klok-gradle-plugin</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>dev.klok.framework</groupId>
      <artifactId>klok-gradle-plugin</artifactId>
      <version>0.2.0-build.260915220230</version>
    </dependency>
  </dependencies>
</project>
