Files
alfresco-community-repo/amps/pom.xml
2021-05-05 19:42:59 +01:00

17 lines
600 B
XML

<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>
<artifactId>alfresco-community-repo-amps</artifactId>
<name>AMPs</name>
<packaging>pom</packaging>
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-community-repo</artifactId>
<version>11.21-ags-1.0-SNAPSHOT</version>
</parent>
<modules>
<module>ags</module>
</modules>
</project>