<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>
    <groupId>com.rfc</groupId>
    <artifactId>release-test-jar</artifactId>
    <version>1.1</version>
    <packaging>pom</packaging>
    <modules>
        <module>project-with-test-jar</module>
        <module>project-using-test-jar</module>
    </modules>
    <scm>
        <connection>scm:svn:svn://localhost/sandbox/tags/release-test-jar-1.1</connection>
        <url>svn://localhost/sandbox/tags/release-test-jar-1.1</url>
    </scm>
</project>
