<?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.1.0</version>
    <relativePath>../../jbundle-parent</relativePath>
  </parent>

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

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

  <scm>
    <url>https://github.com/jbundle/jbundle-util</url>
    <connection>scm:git:git://github.com/jbundle/jbundle-util.git</connection>
    <developerConnection>scm:git:git@github.com:jbundle/jbundle-util.git</developerConnection>
  </scm>

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

</project>
