<?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">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>run.halo.tools.platform</groupId>
  <artifactId>plugin</artifactId>
  <version>2.25.0</version>
  <packaging>pom</packaging>
  <name>Plugin platform</name>
  <description>This is the platform that other plugins depend on. We can put the plugin API as a dependency at here.</description>
  <url>https://github.com/halo-dev/halo</url>
  <licenses>
    <license>
      <name>The GNU General Public License v3.0</name>
      <url>https://www.gnu.org/licenses/gpl-3.0.en.html</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>johnniang</id>
      <name>JohnNiang</name>
      <email>johnniang@foxmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/halo-dev/halo.git</connection>
    <developerConnection>scm:git:ssh://git@github.com:halo-dev/halo.git</developerConnection>
    <url>https://github.com/halo-dev/halo</url>
  </scm>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>run.halo.app</groupId>
        <artifactId>api</artifactId>
        <version>2.25.0</version>
      </dependency>
      <dependency>
        <groupId>run.halo.tools.platform</groupId>
        <artifactId>application</artifactId>
        <version>2.25.0</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
