<?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>
  <parent>
    <groupId>cn.tannn.jdevelops</groupId>
    <artifactId>jdevelops-parent</artifactId>
    <version>1.0.3</version>
  </parent>
  <artifactId>jdevelops-dals</artifactId>
  <version>1.0.3</version>
  <packaging>pom</packaging>
  <name>jdevelops :: dals</name>
  <description>数据库访问层（Data Access Layer）, JPA , mybaits</description>
  <url>https://github.com/en-o/Jdevelops</url>
  <organization>
    <name>tan</name>
    <url>https://t.tannn.cn/</url>
  </organization>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>tanning</id>
      <name>tanning</name>
      <email>1445763190@qq.com</email>
      <url>https://t.tannn.cn/</url>
      <organization>cn.tannn.jdevelops</organization>
      <roles>
        <role>author</role>
      </roles>
    </developer>
  </developers>
  <modules>
    <module>jdevelops-dals-jpa</module>
    <module>jdevelops-dals-redis</module>
    <module>jdevelops-dals-es</module>
    <module>jdevelops-dals-ddss</module>
    <module>jdevelops-dals-autoschema</module>
    <module>jdevelops-dals-jdbctemplate</module>
    <module>jdevelops-dals-quartz</module>
    <module>jdevelops-dals-renewpwd</module>
  </modules>
  <scm>
    <connection>https://github.com/en-o/Jdevelops.git</connection>
    <developerConnection>https://github.com/en-o/Jdevelops.git</developerConnection>
    <tag>master</tag>
    <url>https://github.com/en-o/Jdevelops.git</url>
  </scm>
  <properties>
    <elasticsearch.version>8.6.2</elasticsearch.version>
    <mysql.version>8.0.33</mysql.version>
    <revision>1.0.3</revision>
  </properties>
</project>
