<?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>org.cthing</groupId>
  <artifactId>gradle-property-key-constants</artifactId>
  <version>2.1.0</version>
  <name>gradle-property-key-constants</name>
  <description>A Gradle plugin that generates a Java source file with constants for keys in properties files.</description>
  <url>https://github.com/cthing/gradle-property-key-constants</url>
  <organization>
    <name>C Thing Software</name>
    <url>https://www.cthing.com</url>
  </organization>
  <licenses>
    <license>
      <name>Apache-2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>baron</id>
      <name>Baron Roberts</name>
      <email>baron@cthing.com</email>
      <organization>C Thing Software</organization>
      <organizationUrl>https://www.cthing.com</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/cthing/gradle-property-key-constants.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/cthing/gradle-property-key-constants.git</developerConnection>
    <url>https://github.com/cthing/gradle-property-key-constants</url>
  </scm>
  <issueManagement>
    <system>GitHub Issues</system>
    <url>https://github.com/cthing/gradle-property-key-constants/issues</url>
  </issueManagement>
  <ciManagement>
    <system>GitHub Actions</system>
    <url>https://github.com/cthing/gradle-property-key-constants/actions</url>
  </ciManagement>
  <properties>
    <cthing.dependencies>org.cthing:assertj-gradle:3.0.0 org.cthing:cthing-annotations:2.0.0 org.cthing:gradle-cthing-publishing:3.0.0 org.cthing:gradle-cthing-versioning:3.1.0</cthing.dependencies>
    <cthing.build.number>1759627211384</cthing.build.number>
    <cthing.gradle.plugins>org.cthing.property-key-constants</cthing.gradle.plugins>
    <cthing.build.date>2025-10-05T01:20:11Z</cthing.build.date>
  </properties>
</project>
