<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>
  <parent>
    <groupId>com.dtyunxi.yundt</groupId>
    <artifactId>yundt-cube-modules</artifactId>
    <version>3.0.7.2-CUBE-SNAPSHOT</version>
  </parent>
  <groupId>com.dtyunxi.yundt</groupId>
  <artifactId>bundle-pcp-center-finance-cost</artifactId>
  <version>2.0.0-TCBJ-TEST-SNAPSHOT</version>
  <packaging>pom</packaging>
  <name>bundle-pcp-center-finance-cost</name>
  <modules>
    <module>bundle-pcp-center-finance-costbiz</module>
    <module>bundle-pcp-center-finance-costservice</module>
    <module>bundle-pcp-center-finance-costdao</module>
    <module>bundle-pcp-center-finance-costeo</module>
    <module>bundle-pcp-center-finance-costapi</module>
    <module>bundle-pcp-center-finance-costweb</module>
  </modules>
  <distributionManagement>
    <repository>
      <id>yunxi-release</id>
      <name>yunxi-release</name>
      <url>https://repo.dtyunxi.cn/nexus/repository/releases</url>
    </repository>
    <snapshotRepository>
      <id>yunxi-dev</id>
      <name>yunxi-dev</name>
      <url>https://repo.dtyunxi.cn/nexus/repository/snapshots</url>
    </snapshotRepository>
    <site>
      <id>website</id>
      <url>file:///c:/home/cube/sites</url>
    </site>
  </distributionManagement>
  <properties>
    <spring-boot-maven-plugin.version>2.2.4.RELEASE</spring-boot-maven-plugin.version>
    <dtyunxi.deploy.excludesar>false</dtyunxi.deploy.excludesar>
    <prversion>2.0.0-TCBJ-TEST-SNAPSHOT</prversion>
    <huieryun-xmeta-plugin.version>3.5.0-SNAPSHOT</huieryun-xmeta-plugin.version>
    <edas-pandora-boot-maven-plugin.version>2.1.9.1</edas-pandora-boot-maven-plugin.version>
    <cube-starter.version>2.5.4-RC-SNAPSHOT</cube-starter.version>
    <code-generator-maven-plugin.version>1.2.1.1-RC-SNAPSHOT</code-generator-maven-plugin.version>
    <cube-starter-liquibase.version>2.5.2-RELEASE</cube-starter-liquibase.version>
  </properties>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>com.dtyunxi.tcbj</groupId>
        <artifactId>tcbj-modules</artifactId>
        <version>2.0.0-TCBJ-TEST-SNAPSHOT</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.cube</groupId>
        <artifactId>cube-starter-meta</artifactId>
        <version>${cube-starter.version}</version>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.cube</groupId>
        <artifactId>cube-starter-liquibase</artifactId>
        <version>${cube-starter-liquibase.version}</version>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.huieryun</groupId>
        <artifactId>huieryun-xmeta-plugins</artifactId>
        <version>${huieryun-xmeta-plugin.version}</version>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.huieryun.maven.plugins</groupId>
        <artifactId>attr-extend-annotation</artifactId>
        <version>${code-generator-maven-plugin.version}</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <build>
    <pluginManagement>
      <plugins>
        <plugin>
          <groupId>com.dtyunxi.huieryun.maven.plugins</groupId>
          <artifactId>attr-extend-maven-plugin</artifactId>
          <version>${code-generator-maven-plugin.version}</version>
        </plugin>
      </plugins>
    </pluginManagement>
  </build>
</project>
