1<?xml version="1.0" encoding="UTF-8"?> 2<project 3 xmlns="http://maven.apache.org/POM/4.0.0" 4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 5 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 6 <modelVersion>4.0.0</modelVersion> 7 <parent> 8 <groupId>com.google.truth</groupId> 9 <artifactId>truth-parent</artifactId> 10 <version>HEAD-SNAPSHOT</version> 11 </parent> 12 <groupId>com.google.truth.extensions</groupId> 13 <artifactId>truth-extensions-parent</artifactId> 14 <packaging>pom</packaging> 15 <name>Truth Extensions (Parent)</name> 16 <description> 17 Parent metdata for a collection of Truth extensions, Subjects, utilities for 18 the Truth assertion framework. 19 </description> 20 <modules> 21 <module>java8</module> 22 <module>re2j</module> 23 <module>liteproto</module> 24 <module>proto</module> 25 </modules> 26</project> 27