<?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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>com.fastjrun.archetype</groupId>
        <artifactId>archetype-parent</artifactId>
        <version>1.5</version>
    </parent>
    <name>接口代码生成原型</name>
    <url>http://fastjrun.com/archetype/codeg-archetype</url>
    <description>快嘉框架archetype系列-接口代码生成</description>
    <packaging>maven-archetype</packaging>
    <artifactId>codeg-archetype</artifactId>
</project>
