submodule-1
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.nruzic.playground.submodule.release</groupId>
<artifactId>submodule-1</artifactId>
<version>2.0.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright -->
<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>
<parent>
<groupId>com.github.nruzic.commons.master</groupId>
<artifactId>nruzic-commons-master</artifactId>
<version>3.0.0-RC16</version>
<relativePath />
</parent>
<groupId>com.github.nruzic.playground.submodule.release</groupId>
<artifactId>submodule-1</artifactId>
<version>2.0.1</version>
<packaging>pom</packaging>
<name>submodule 1</name>
<scm>
<developerConnection>scm:git:file:///home/nruzic/git/nruzic/playground/submodule-1.git</developerConnection>
<tag>submodule-1-2.0.1</tag>
</scm>
</project>