1<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">
2  <modelVersion>4.0.0</modelVersion>
3
4  <parent>
5    <groupId>org.codehaus.plexus</groupId>
6    <artifactId>plexus-components</artifactId>
7    <version>1.1.15</version>
8  </parent>
9
10  <artifactId>plexus-interpolation</artifactId>
11  <version>1.13</version>
12
13  <name>Plexus Interpolation API</name>
14
15  <scm>
16    <connection>scm:svn:http://svn.codehaus.org/plexus/plexus-components/tags/plexus-interpolation-1.13</connection>
17    <developerConnection>scm:svn:https://svn.codehaus.org/plexus/plexus-components/tags/plexus-interpolation-1.13</developerConnection>
18    <url>http://fisheye.codehaus.org/browse/plexus/plexus-components/tags/plexus-interpolation-1.13</url>
19  </scm>
20</project>
21