<?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/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <parent>
    <artifactId>jbundle-parent</artifactId>
    <groupId>org.jbundle.config</groupId>
    <version>1.4.4</version>
    <relativePath>../../jbundle-parent</relativePath>
  </parent>

  <groupId>org.jbundle.util</groupId>
  <artifactId>jbundle-util-reactor</artifactId>
  <version>2.0.9</version>

  <packaging>pom</packaging>
  <name>jbundle-util-reactor - Standalone utilities parent</name>

  <scm>
    <url>https://github.com/jbundle/util</url>
    <connection>scm:git:https://github.com/jbundle/util</connection>
    <developerConnection>scm:git:https://github.com/jbundle/util</developerConnection>
    <tag>jbundle-util-reactor-2.0.9-4</tag>
  </scm>

  <modules>
    <module>apprunner</module>
    <module>jbackup</module>
    <module>muffinmanager</module>
    <module>org.jbundle.util.backup</module>
  </modules>
  
  <properties>
    <projectName>jbundle-util</projectName>
  </properties>

</project>
