<?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.imarketing</groupId>
    <artifactId>imarketing-modules</artifactId>
    <version>3.18.1.0-SNAPSHOT</version>
  </parent>
  <groupId>com.dtyunxi.yundt.icom</groupId>
  <artifactId>bundle-base-center-promotion</artifactId>
  <version>3.19.1.0-TCBJ-PROD-SNAPSHOT</version>
  <packaging>pom</packaging>
  <name>bundle-base-center-promotion</name>
  <modules>
    <module>bundle-base-center-promotionbiz</module>
    <module>bundle-base-center-promotionservice</module>
    <module>bundle-base-center-promotiondao</module>
    <module>bundle-base-center-promotioneo</module>
    <module>bundle-base-center-promotionstdeo</module>
    <module>bundle-base-center-promotionapi</module>
    <module>bundle-base-center-promotionconf</module>
    <module>bundle-base-center-promotionweb</module>
  </modules>
  <distributionManagement>
    <repository>
      <id>public</id>
      <url>https://mvn.by-health.com/nexus/content/repositories/yxlocalReleases/</url>
    </repository>
    <snapshotRepository>
      <id>snapshots</id>
      <url>https://mvn.by-health.com/nexus/content/repositories/yxlocalSnapshots/</url>
    </snapshotRepository>
  </distributionManagement>
  <properties>
    <yundt.cube.center.item.version>3.19.1.0-TCBJ-PROD-SNAPSHOT</yundt.cube.center.item.version>
    <maven.compiler.compilerVersion>1.8</maven.compiler.compilerVersion>
    <dtyunxi.deploy.excludesar>false</dtyunxi.deploy.excludesar>
    <yundt-cube-center-customer.version>3.20.1.0-TCBJ-STAGE-SNAPSHOT</yundt-cube-center-customer.version>
    <yundt.cube.center.inventoryapi.version>3.16.2.0-TCBJ-PROD-SNAPSHOT</yundt.cube.center.inventoryapi.version>
    <maven.compiler.source>1.8</maven.compiler.source>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    <maven.compiler.target>1.8</maven.compiler.target>
  </properties>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>com.dtyunxi.yundt.imkt</groupId>
        <artifactId>bundle-eventpool-center-memberapi</artifactId>
        <version>3.16.2.0-SNAPSHOT</version>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.yundt</groupId>
        <artifactId>yundt-cube-center-userapi</artifactId>
        <version>3.9.1.0-CUBE-SNAPSHOT</version>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.yundt</groupId>
        <artifactId>yundt-cube-center-identityapi</artifactId>
        <version>3.7.0.0-RC-SNAPSHOT</version>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.yundt</groupId>
        <artifactId>yundt-cube-center-customerapi</artifactId>
        <version>${yundt-cube-center-customer.version}</version>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.yundt</groupId>
        <artifactId>yundt-cube-center-itemapi</artifactId>
        <version>${yundt.cube.center.item.version}</version>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.yundt</groupId>
        <artifactId>yundt-cube-center-inventoryapi</artifactId>
        <version>${yundt.cube.center.inventoryapi.version}</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <build>
    <pluginManagement>
      <plugins>
        <plugin>
          <groupId>com.dtyunxi.cube.starter</groupId>
          <artifactId>cube-code-enhance-maven-plugin</artifactId>
        </plugin>
      </plugins>
    </pluginManagement>
    <plugins>
      <plugin>
        <artifactId>maven-resources-plugin</artifactId>
        <version>3.1.0</version>
        <configuration>
          <encoding>UTF-8</encoding>
        </configuration>
      </plugin>
      <plugin>
        <groupId>com.dtyunxi.cube.starter</groupId>
        <artifactId>cube-code-enhance-maven-plugin</artifactId>
        <executions>
          <execution>
            <goals>
              <goal>bundle-scan</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
</project>
