<?xml version="1.0" encoding="UTF-8"?>
<archetype-catalog xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-catalog/1.0.0"
                   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                   xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-catalog/1.0.0 http://maven.apache.org/xsd/archetype-catalog-1.0.0.xsd">
  <archetypes>
    <archetype>
      <groupId>io.github.moosttar</groupId>
      <artifactId>moosttar-ddd-scaff</artifactId>
      <version>1.2.2</version>
      <description>DDD 多模块脚手架（JDK 17 / Spring Boot 3.5）：api/app/domain/trigger/infrastructure/types 六模块，默认不连中间件可直启</description>
    </archetype>
    <archetype>
      <groupId>io.github.moosttar</groupId>
      <artifactId>moosttar-ddd-scaff</artifactId>
      <version>1.1</version>
      <description>DDD 多模块脚手架（JDK 8 / Spring Boot 2.7）：api/app/domain/trigger/infrastructure/types 六模块，开箱即用</description>
    </archetype>
  </archetypes>
</archetype-catalog>
