blob: 77ca5f5d92e39ba36d8d600a0b3f8f50570bc032 [file] [log] [blame]
Narayan Kamath166772b2013-11-04 16:04:55 +00001<?xml version="1.0" encoding="UTF-8"?>
2
3<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">
4 <modelVersion>4.0.0</modelVersion>
5
6 <parent>
7 <groupId>com.squareup.okhttp</groupId>
8 <artifactId>parent</artifactId>
Tobias Thierer6c251e22016-06-24 19:04:17 +01009 <version>2.7.5</version>
Narayan Kamath166772b2013-11-04 16:04:55 +000010 </parent>
11
12 <groupId>com.squareup.okhttp.sample</groupId>
13 <artifactId>sample-parent</artifactId>
14 <packaging>pom</packaging>
15 <name>Samples (Parent)</name>
16
17 <modules>
18 <module>guide</module>
Neil Fullerc6bd6832014-03-14 16:02:10 +000019 <module>crawler</module>
Narayan Kamath166772b2013-11-04 16:04:55 +000020 <module>simple-client</module>
21 <module>static-server</module>
22 </modules>
23</project>