commons-guice-ratpack-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.mstream-trader</groupId>
<artifactId>commons-guice-ratpack-parent</artifactId>
<version>1.5</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>commons-guice-ratpack-parent</artifactId>
<version>1.5</version>
<packaging>pom</packaging>
<modules>
<module>library</module>
<module>integration-tests</module>
</modules>
<scm>
<developerConnection>
scm:git:git@github.com:mstream-trader/commons-guice-ratpack.git
</developerConnection>
<tag>v1.5</tag>
</scm>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>