2010-11-14 13:51:33 +01:00
|
|
|
<?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>
|
|
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
|
<groupId>sonia.scm</groupId>
|
|
|
|
|
<artifactId>scm</artifactId>
|
2011-03-02 17:46:20 +01:00
|
|
|
<version>1.1-SNAPSHOT</version>
|
2010-11-14 13:51:33 +01:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
|
|
<groupId>sonia.scm.third-party</groupId>
|
|
|
|
|
<artifactId>sonia.scm.third-party</artifactId>
|
|
|
|
|
<packaging>pom</packaging>
|
2011-03-02 17:46:20 +01:00
|
|
|
<version>1.1-SNAPSHOT</version>
|
2010-11-14 13:51:33 +01:00
|
|
|
<name>third-party</name>
|
|
|
|
|
|
|
|
|
|
<modules>
|
|
|
|
|
<module>svnkit-dav</module>
|
2010-12-03 14:13:46 +01:00
|
|
|
<module>shared-libs</module>
|
2010-11-14 13:51:33 +01:00
|
|
|
</modules>
|
|
|
|
|
|
|
|
|
|
</project>
|