Files
abstracto-templates/translations/pom.xml
Sheldan 6ec791b24a [AB-80] added statistic module containing a first draft of templates for emote tracking
changed text to indicate a feature mode is part of the default config
removed command reference from incorrect feature mode exception template
2020-11-19 00:33:23 +01:00

28 lines
944 B
XML

<?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">
<parent>
<groupId>dev.sheldan.abstracto-templates</groupId>
<artifactId>templates</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<groupId>dev.sheldan.abstracto-templates.translations</groupId>
<artifactId>translations</artifactId>
<version>1.0-SNAPSHOT</version>
<modules>
<module>core</module>
<module>experience-tracking</module>
<module>moderation</module>
<module>modmail</module>
<module>utility</module>
<module>assignable-roles</module>
<module>statistic</module>
</modules>
</project>