<?xml version="1.0" encoding="UTF-8"?>
<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.mycompany</groupId>
  <artifactId>mycompany-parent</artifactId>
  <packaging>pom</packaging>
  <version>1</version>
  <name>mycompany-parent</name>
  <scm>
    <connection>scm:svn:file://localhost/path/to/data/svn/mycompany-parent/tags/mycompany-parent-1</connection>
    <developerConnection>scm:svn:file://localhost/path/to/data/svn/mycompany-parent/tags/mycompany-parent-1</developerConnection>
    <url>file://localhost/path/to/data/svn/mycompany-parent/tags/mycompany-parent-1</url>
  </scm>
  <distributionManagement>
    <repository>
      <id>releases</id>
      <url>http://localhost:8080/archiva/repository/releases</url>      
    </repository>
    <snapshotRepository> 
      <id>snapshots</id>
      <url>http://localhost:8080/archiva/repository/snapshots</url>
    </snapshotRepository>
  </distributionManagement>
</project>


