1<?xml version="1.0" encoding="UTF-8"?> 2<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"> 3 <modelVersion>4.0.0</modelVersion> 4 <groupId>com.google.i18n.phonenumbers</groupId> 5 <artifactId>libphonenumber-build-parent</artifactId> 6 <packaging>pom</packaging> 7 <version>1.0-SNAPSHOT</version> 8 9 <properties> 10 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 11 </properties> 12 13 <licenses> 14 <license> 15 <name>Apache 2</name> 16 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 17 <comments>Copyright (C) 2011 The Libphonenumber Authors</comments> 18 </license> 19 </licenses> 20 21 <modules> 22 <module>tools/java</module> 23 <module>java</module> 24 </modules> 25 26</project> 27