<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.opencms</groupId>
  <artifactId>opencms-modules</artifactId>
  <version>21.0</version>
  <name>OpenCms</name>
  <description>OpenCms is an enterprise-ready, easy to use website content management system based on Java and XML technology. Offering a complete set of features, OpenCms helps content managers worldwide to create and maintain beautiful websites fast and efficiently.</description>
  <url>http://www.opencms.org</url>
  <organization>
    <name>Alkacon Software</name>
    <url>https://www.alkacon.com</url>
  </organization>
  <licenses>
    <license>
      <name>GNU Lesser General Public License</name>
      <url>http://www.gnu.org/licenses/lgpl.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Alkacon Software</name>
      <url>https://www.alkacon.com</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com:alkacon/opencms-core.git</connection>
    <developerConnection>scm:git@github.com:alkacon/opencms-core.git</developerConnection>
    <url>scm:git@github.com:alkacon/opencms-core.git</url>
  </scm>
  <dependencies>
    <dependency>
      <artifactId>opencms-core</artifactId>
      <groupId>org.opencms</groupId>
      <version>21.0</version>
    </dependency>
  </dependencies>
</project>
