deploy
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>top.chaser</groupId>
<artifactId>deploy</artifactId>
<version>B-1.0.3.RELEASE</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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>deploy</artifactId>
<packaging>pom</packaging>
<parent>
<groupId>top.chaser</groupId>
<artifactId>chaser-framework</artifactId>
<relativePath>../pom.xml</relativePath>
<version>B-1.0.3.RELEASE</version>
</parent>
<modules>
<module>../base-dependencies</module>
<module>../</module>
<module>../commons</module>
<module>../starters</module>
</modules>
</project>