simulation-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.mstream-trader</groupId>
<artifactId>simulation-parent</artifactId>
<version>1.18</version>
</dependency><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>
<groupId>com.github.mstream-trader</groupId>
<artifactId>trader</artifactId>
<version>1.2</version>
</parent>
<artifactId>simulation-parent</artifactId>
<version>1.18</version>
<packaging>pom</packaging>
<properties>
<serviceName>simulation</serviceName>
<ratpackVersion>1.4.4</ratpackVersion>
<nettyVersion>4.1.5.Final</nettyVersion>
</properties>
<scm>
<developerConnection>
scm:git:git@github.com:mstream-trader/simulation.git
</developerConnection>
<tag>v1.18</tag>
</scm>
<modules>
<module>service</module>
<module>integration-tests</module>
<module>functional-tests</module>
<module>performance-tests</module>
</modules>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>