<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>


    <parent>
        <groupId>cn.ibizlab.plugin</groupId>
        <artifactId>ibizlab-boot-starter-parent</artifactId>
        <version>2.4.3</version>
        <relativePath>ibizlab-boot-starter-parent/pom.xml</relativePath>
    </parent>


    <groupId>cn.ibizlab.plugin</groupId>
    <artifactId>ibizlab-boot-starters</artifactId>
    <version>2.4.3</version>
    <packaging>pom</packaging>
    <name>iBizLab Boot Starters</name>
    <description>iBizLab Boot Starters</description>

    <modules>
        <module>ibizlab-boot-starter-parent</module>
        <module>ibizlab-boot-starter</module>
        <module>ibizlab-boot-starter-data</module>
    </modules>

    <scm>
        <developerConnection>scm:git:https://code.ibizlab.cn/ibiz-generator/starter/ibizlab-boot-starters</developerConnection>
      <tag>ibizlab-boot-starters-2.4.3</tag>
  </scm>

</project>