<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>studio.o7</groupId>
  <artifactId>gentle</artifactId>
  <version>0.0.1</version>
  <name>gentle</name>
  <description>A small, ergonomic Java utility library providing functional programming primitives and a Go-inspired Context system for value propagation, deadlines and cancellation in concurrent and asynchronous workflows.</description>
  <url>https://www.o7.studio</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://raw.githubusercontent.com/o7studios/gentle/refs/heads/main/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>julian-siebert</id>
      <name>Julian Siebert</name>
      <email>mail@julian-siebert.de</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/o7studios/gentle.git</connection>
    <developerConnection>scm:git:git@https://github.com/o7studios/gentle.git</developerConnection>
    <url>https://github.com/o7studios/gentle</url>
  </scm>
  <ciManagement>
    <system>GitHub Actions</system>
    <url>https://github.com/o7studios/gentle/actions</url>
  </ciManagement>
</project>
