jbundle-thin-reactor
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.jbundle.thin</groupId>
<artifactId>jbundle-thin-reactor</artifactId>
<version>1.0.11</version>
</dependency><?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>
<groupId>org.jbundle.thin</groupId>
<parent>
<artifactId>jbundle-parent</artifactId>
<groupId>org.jbundle.config</groupId>
<version>1.4.4</version>
<relativePath>../../jbundle-parent</relativePath>
</parent>
<artifactId>jbundle-thin-reactor</artifactId>
<version>1.0.11</version>
<packaging>pom</packaging>
<name>jbundle-thin - Thin code parent</name>
<properties>
<projectName>jbundle</projectName>
</properties>
<modules>
<module>base</module>
<module>opt</module>
<module>app</module>
<module>config</module>
<module>main</module>
</modules>
<scm>
<tag>jbundle-project-1.0.11-1</tag>
</scm>
</project>