<?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>
  <groupId>com.yixsoft</groupId>
  <artifactId>yixsoft-batis-parent</artifactId>
  <version>1.0.21</version>
  <packaging>pom</packaging>
  <name>yixsoft-batis-plugin-parent</name>
  <description>YixSoft MyBatis AutoSql Plugin</description>
  <url>https://gitee.com/yixsoft/yixsoft-autobatis/wiki</url>
  <licenses>
    <license>
      <name>MIT Licence</name>
      <url>https://gitee.com/yixsoft/yixsoft-autobatis/raw/master/LICENSE.md</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Astro Dai</name>
      <email>davepotter@163.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://gitee.com/yixsoft/yixsoft-autobatis.git</connection>
    <developerConnection>scm:git:https://gitee.com/yixsoft/yixsoft-autobatis.git</developerConnection>
    <tag>master</tag>
    <url>https://gitee.com/yixsoft/yixsoft-autobatis.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.mybatis</groupId>
      <artifactId>mybatis</artifactId>
      <version>[3.5.0,)</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <profiles>
    <profile>
      <repositories>
        <repository>
          <snapshots>
            <enabled>false</enabled>
          </snapshots>
          <id>yix_aliyun_nexus</id>
          <name>aliyun_nexus</name>
          <url>https://nexus.yixsoft.com/content/groups/public/</url>
        </repository>
      </repositories>
    </profile>
  </profiles>
</project>
