<?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>top.nextdoc4j</groupId>
  <artifactId>nextdoc4j-bom</artifactId>
  <version>1.1.1</version>
  <packaging>pom</packaging>
  <name>nextdoc4j-bom</name>
  <description>nextdoc4j bom</description>
  <url>https://github.com/NextDoc4j/nextdoc4j</url>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>nextdoc4j</id>
      <name>echo</name>
      <email>nextdoc4j@163.com</email>
      <url>https://github.com/Time-w</url>
      <roles>
        <role>developer</role>
        <role>maintainer</role>
      </roles>
      <timezone>+8</timezone>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/NextDoc4j/nextdoc4j.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/nextdoc4j/nextdoc4j.git</developerConnection>
    <url>https://github.com/NextDoc4j/nextdoc4j</url>
  </scm>
  <properties>
    <revision>1.1.1</revision>
  </properties>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>top.nextdoc4j</groupId>
        <artifactId>nextdoc4j-core</artifactId>
        <version>${revision}</version>
      </dependency>
      <dependency>
        <groupId>top.nextdoc4j</groupId>
        <artifactId>nextdoc4j-springboot3-starter</artifactId>
        <version>${revision}</version>
      </dependency>
      <dependency>
        <groupId>top.nextdoc4j</groupId>
        <artifactId>nextdoc4j-ui</artifactId>
        <version>${revision}</version>
      </dependency>
      <dependency>
        <groupId>top.nextdoc4j</groupId>
        <artifactId>nextdoc4j-plugin-enums</artifactId>
        <version>${revision}</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
