<?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>com.dotcms.plugins</groupId>
  <artifactId>dotcms-osgi-base</artifactId>
  <version>26.09.03-01</version>
  <packaging>pom</packaging>
  <description>DotCMS</description>
  <url>https://github.com/dotCMS/dotcms-osgi-base</url>
  <licenses>
    <license>
      <name>GNU GENERAL PUBLIC LICENSE Version 3</name>
      <url>https://www.gnu.org/licenses/gpl-3.0.en.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>dotcms</id>
      <name>DotCMS Community</name>
      <organization>dotCMS</organization>
      <organizationUrl>https://dotcms.com</organizationUrl>
    </developer>
  </developers>
  <scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
    <connection>scm:git:git@github.com:dotCMS/core.git</connection>
    <developerConnection>scm:git:git@github.com:dotCMS/core.git</developerConnection>
    <url>https://github.com/dotCMS/core</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/dotCMS/core/issues/</url>
  </issueManagement>
  <distributionManagement>
    <repository>
      <id>dotcms-libs-local</id>
      <name>DotCMS libs Release</name>
      <url>https://repo.dotcms.com/artifactory/libs-release-local</url>
    </repository>
    <snapshotRepository>
      <id>dotcms-libs-snapshot-local</id>
      <name>IDotCMS libs Snapshots</name>
      <url>https://repo.dotcms.com/artifactory/libs-snapshot-local</url>
    </snapshotRepository>
  </distributionManagement>
  <repositories>
    <repository>
      <releases>
        <enabled>true</enabled>
      </releases>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
      <id>dotcms-libs</id>
      <url>https://repo.dotcms.com/artifactory/libs-release</url>
    </repository>
    <repository>
      <releases>
        <enabled>false</enabled>
      </releases>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
      <id>dotcms-libs-snapshot-local</id>
      <name>IDotCMS libs Snapshots</name>
      <url>https://repo.dotcms.com/artifactory/libs-snapshot-local</url>
    </repository>
  </repositories>
</project>
