<?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.lucee</groupId>
  <artifactId>tasks-extension</artifactId>
  <version>1.1.0.7</version>
  <packaging>pom</packaging>
  <name>Tasks Extension</name>
  <description>Task Event Gateway Extension implementation.</description>
  <url>https://github.com/lucee/task-event-gateway</url>
  <licenses>
    <license>
      <name>The GNU Lesser General Public License, Version 2.1</name>
      <url>http://www.gnu.org/licenses/lgpl-2.1.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>micstriit</id>
      <name>Michael Offner</name>
      <email>michael@lucee.org</email>
      <organization>Lucee Association Switzerland</organization>
      <organizationUrl>http://lucee.org</organizationUrl>
      <roles>
        <role>Project-Administrator</role>
        <role>Developer</role>
      </roles>
      <timezone>+1</timezone>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/lucee/task-event-gateway.git</connection>
    <developerConnection>scm:git:git@github.com:lucee/task-event-gateway.git</developerConnection>
    <tag>1.1.0.7</tag>
    <url>https://github.com/lucee/task-event-gateway</url>
  </scm>
  <properties>
    <buildDate>2026-06-17 13:57:42</buildDate>
    <maven.build.timestamp.format>yyyy-MM-dd HH:mm:ss</maven.build.timestamp.format>
    <releaseType>all</releaseType>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    <id>947C02B0-7AE4-4054-938A8E059DD7625A</id>
    <image>https://raw.githubusercontent.com/lucee/task-event-gateway/master/source/images/logo.png</image>
    <maven.compiler.source>11</maven.compiler.source>
    <label>Tasks Extension</label>
    <snapshot.url>https://oss.sonatype.org/content/repositories/snapshots/</snapshot.url>
    <release.url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</release.url>
    <bundlename>org.lucee.tasks.extension</bundlename>
    <luceeCoreVersion>5.2.2.43-SNAPSHOT</luceeCoreVersion>
    <maven.compiler.target>11</maven.compiler.target>
  </properties>
  <build>
    <plugins>
      <plugin>
        <groupId>org.sonatype.central</groupId>
        <artifactId>central-publishing-maven-plugin</artifactId>
        <version>0.8.0</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>
</project>
