|
- <?xml version="1.0" encoding="UTF-8"?>
-
- <!--
- (c) Copyright 2019 Jonathan Cobb
- This code is available under the GNU Affero General Public License, version 3: https://www.gnu.org/licenses/agpl-3.0.html
- -->
- <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>
-
- <groupId>bubble</groupId>
- <artifactId>utils</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- <packaging>pom</packaging>
-
- <licenses>
- <license>
- <name>The GNU Affero General Public License, Version 3</name>
- <url>https://www.gnu.org/licenses/agpl-3.0.html</url>
- <distribution>repo</distribution>
- </license>
- </licenses>
-
- <modules>
- <module>cobbzilla-parent</module>
- <module>cobbzilla-utils</module>
- <module>cobbzilla-wizard</module>
- <module>restex</module>
- <module>templated-mail-sender</module>
- <module>abp-parser</module>
- </modules>
-
- </project>
|