y9-code-generator/pom.xml

24 lines
729 B
XML
Raw Normal View History

2024-12-13 16:32:43 +08:00
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>net.risesoft</groupId>
<artifactId>y9-digitalbase</artifactId>
<version>v9.6.8-SNAPSHOT</version>
<relativePath/>
</parent>
<artifactId>y9-code-generator</artifactId>
<packaging>pom</packaging>
<version>${revision}</version>
<properties>
<revision>v9.6.8-SNAPSHOT</revision>
</properties>
<modules>
<module>risenet-y9boot-webapp-code</module>
</modules>
</project>