<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">
  <parent>
    <artifactId>release-parent</artifactId>
    <groupId>com.captechventures</groupId>
    <version>0.0.1-SNAPSHOT</version>
    <relativePath>../release-parent/pom.xml</relativePath>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.captechventures</groupId>
  <artifactId>release-module2</artifactId>
  <version>0.0.1-SNAPSHOT</version>
  	<scm>
		<connection>scm:svn:http://localhost/dev/release-module2/trunk</connection>
		<developerConnection>scm:svn:http://localhost/dev/release-module2/trunk</developerConnection>
	</scm>
</project>