<?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>com.wudgaby.platform</groupId>
  <artifactId>basis-project-dependencies</artifactId>
  <version>1.0.2</version>
  <packaging>pom</packaging>
  <name>Basis Project Dependencies</name>
  <description>basis project dependencies</description>
  <url>https://gitee.com/wudgaby1122/wudgaby-platform</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>wudgaby</name>
      <email>wudgaby@qq.com</email>
      <url>https://gitee.com/wudgaby1122</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://gitee.com/wudgaby1122/wudgaby-platform.git</connection>
    <developerConnection>scm:git:https://gitee.com/wudgaby1122/wudgaby-platform.git</developerConnection>
    <url>https://gitee.com/wudgaby1122/wudgaby-platform</url>
  </scm>
  <properties>
    <basis-project.version>1.0.2</basis-project.version>
    <maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
    <maven-source-plugin.version>2.2.1</maven-source-plugin.version>
    <revision>1.0.2</revision>
    <basis-starters.version>1.0.2</basis-starters.version>
    <flatten-maven-plugin.version>1.1.0</flatten-maven-plugin.version>
    <maven-javadoc-plugin.version>3.1.1</maven-javadoc-plugin.version>
  </properties>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>com.wudgaby.platform</groupId>
        <artifactId>basis-project-core</artifactId>
        <version>1.0.2</version>
      </dependency>
      <dependency>
        <groupId>com.wudgaby.platform</groupId>
        <artifactId>basis-project-web-core</artifactId>
        <version>1.0.2</version>
      </dependency>
      <dependency>
        <groupId>com.wudgaby.platform</groupId>
        <artifactId>redis-spring-boot-starter</artifactId>
        <version>1.0.2</version>
      </dependency>
      <dependency>
        <groupId>com.wudgaby.platform</groupId>
        <artifactId>api-automatic-spring-boot-starter</artifactId>
        <version>1.0.2</version>
      </dependency>
      <dependency>
        <groupId>com.wudgaby.platform</groupId>
        <artifactId>api-version-spring-boot-starter</artifactId>
        <version>1.0.2</version>
      </dependency>
      <dependency>
        <groupId>com.wudgaby.platform</groupId>
        <artifactId>code-generator-spring-boot-starter</artifactId>
        <version>1.0.2</version>
      </dependency>
      <dependency>
        <groupId>com.wudgaby.platform</groupId>
        <artifactId>distributed-lock-spring-boot-starter</artifactId>
        <version>1.0.2</version>
      </dependency>
      <dependency>
        <groupId>com.wudgaby.platform</groupId>
        <artifactId>ip2region-spring-boot-starter</artifactId>
        <version>1.0.2</version>
      </dependency>
      <dependency>
        <groupId>com.wudgaby.platform</groupId>
        <artifactId>ip-access-spring-boot-starter</artifactId>
        <version>1.0.2</version>
      </dependency>
      <dependency>
        <groupId>com.wudgaby.platform</groupId>
        <artifactId>logger-spring-boot-starter</artifactId>
        <version>1.0.2</version>
      </dependency>
      <dependency>
        <groupId>com.wudgaby.platform</groupId>
        <artifactId>mail-spring-boot-starter</artifactId>
        <version>1.0.2</version>
      </dependency>
      <dependency>
        <groupId>com.wudgaby.platform</groupId>
        <artifactId>oss-spring-boot-starter</artifactId>
        <version>1.0.2</version>
      </dependency>
      <dependency>
        <groupId>com.wudgaby.platform</groupId>
        <artifactId>rate-limiter-spring-boot-starter</artifactId>
        <version>1.0.2</version>
      </dependency>
      <dependency>
        <groupId>com.wudgaby.platform</groupId>
        <artifactId>redis-alone-spring-boot-starter</artifactId>
        <version>1.0.2</version>
      </dependency>
      <dependency>
        <groupId>com.wudgaby.platform</groupId>
        <artifactId>resubmit-spring-boot-starter</artifactId>
        <version>1.0.2</version>
      </dependency>
      <dependency>
        <groupId>com.wudgaby.platform</groupId>
        <artifactId>signature-spring-boot-starter</artifactId>
        <version>1.0.2</version>
      </dependency>
      <dependency>
        <groupId>com.wudgaby.platform</groupId>
        <artifactId>simple-security-spring-boot-starter</artifactId>
        <version>1.0.2</version>
      </dependency>
      <dependency>
        <groupId>com.wudgaby.platform</groupId>
        <artifactId>swagger-spring-boot-starter</artifactId>
        <version>1.0.2</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <build>
    <plugins>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>flatten-maven-plugin</artifactId>
        <version>${flatten-maven-plugin.version}</version>
        <executions>
          <execution>
            <id>flatten</id>
            <phase>process-resources</phase>
            <goals>
              <goal>flatten</goal>
            </goals>
          </execution>
          <execution>
            <id>flatten.clean</id>
            <phase>clean</phase>
            <goals>
              <goal>clean</goal>
            </goals>
          </execution>
        </executions>
        <configuration>
          <updatePomFile>true</updatePomFile>
          <flattenMode>resolveCiFriendliesOnly</flattenMode>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <profiles>
    <profile>
      <id>release-sonatype</id>
      <build>
        <plugins>
          <plugin>
            <artifactId>maven-source-plugin</artifactId>
            <version>2.4</version>
            <executions>
              <execution>
                <id>attach-sources</id>
                <goals>
                  <goal>jar-no-fork</goal>
                </goals>
              </execution>
            </executions>
          </plugin>
          <plugin>
            <artifactId>maven-javadoc-plugin</artifactId>
            <version>2.9.1</version>
            <executions>
              <execution>
                <id>attach-javadocs</id>
                <goals>
                  <goal>jar</goal>
                </goals>
                <configuration>
                  <additionalparam>-Xdoclint:none</additionalparam>
                </configuration>
              </execution>
            </executions>
            <configuration>
              <additionalparam>-Xdoclint:none</additionalparam>
            </configuration>
          </plugin>
          <plugin>
            <artifactId>maven-gpg-plugin</artifactId>
            <version>1.6</version>
            <executions>
              <execution>
                <phase>verify</phase>
                <goals>
                  <goal>sign</goal>
                </goals>
                <configuration></configuration>
              </execution>
            </executions>
            <configuration></configuration>
          </plugin>
        </plugins>
      </build>
      <distributionManagement>
        <repository>
          <id>oss-releases</id>
          <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
        </repository>
        <snapshotRepository>
          <id>oss-snapshots</id>
          <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
        </snapshotRepository>
      </distributionManagement>
    </profile>
  </profiles>
</project>
