<?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>com.github.fmjsjx</groupId>
  <artifactId>bson-model-bom</artifactId>
  <version>2.0.0-M5</version>
  <packaging>pom</packaging>
  <name>bson-model/BOM</name>
  <description>An ORM like object model framework for BSON/MongoDB.</description>
  <url>https://github.com/fmjsjx/bson-model</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>fmjsjx</id>
      <name>MJ Fang</name>
      <email>fmjsjx@163.com</email>
      <url>https://github.com/fmjsjx</url>
      <organization>fmjsjx</organization>
      <organizationUrl>https://github.com/fmjsjx</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/fmjsjx/bson-model.git</connection>
    <developerConnection>scm:git:https://github.com/fmjsjx/bson-model.git</developerConnection>
    <url>https://github.com/fmjsjx/bson-model</url>
  </scm>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>com.github.fmjsjx</groupId>
        <artifactId>bson-model-core</artifactId>
        <version>2.0.0-M5</version>
      </dependency>
      <dependency>
        <groupId>com.github.fmjsjx</groupId>
        <artifactId>bson-model-generator</artifactId>
        <version>2.0.0-M5</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
