The main Bubble source repository. Contains the Bubble API server, the web UI, documentation and utilities. https://getbubblenow.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

33 lines
1.2 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. (c) Copyright 2019 Jonathan Cobb
  4. This code is available under the GNU Affero General Public License, version 3: https://www.gnu.org/licenses/agpl-3.0.html
  5. -->
  6. <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">
  7. <modelVersion>4.0.0</modelVersion>
  8. <groupId>bubble</groupId>
  9. <artifactId>utils</artifactId>
  10. <!-- @@BUBBLE_VERSION@@ this comment must remain above the version tag so that _set_version can update it -->
  11. <version>1.5.2</version>
  12. <packaging>pom</packaging>
  13. <licenses>
  14. <license>
  15. <name>The GNU Affero General Public License, Version 3</name>
  16. <url>https://www.gnu.org/licenses/agpl-3.0.html</url>
  17. <distribution>repo</distribution>
  18. </license>
  19. </licenses>
  20. <modules>
  21. <module>cobbzilla-parent</module>
  22. <module>cobbzilla-utils</module>
  23. <module>cobbzilla-wizard</module>
  24. <module>templated-mail-sender</module>
  25. <module>abp-parser</module>
  26. </modules>
  27. </project>