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/xsd/maven-4.0.0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4 <groupId>com.googlecode.libphonenumber</groupId>
5 <artifactId>geocoder</artifactId>
6 <version>1.10-SNAPSHOT</version>
7 <packaging>jar</packaging>
8 <url>http://code.google.com/p/libphonenumber/</url>
11 <groupId>com.googlecode.libphonenumber</groupId>
12 <artifactId>libphonenumber-parent</artifactId>
13 <version>4.7-SNAPSHOT</version>
17 <sourceDirectory>src</sourceDirectory>
18 <testSourceDirectory>test</testSourceDirectory>
21 <directory>src/com/google/i18n/phonenumbers/geocoding/data</directory>
22 <targetPath>com/google/i18n/phonenumbers/geocoding/data</targetPath>
27 <directory>test/com/google/i18n/phonenumbers/geocoding/testing_data</directory>
28 <targetPath>com/google/i18n/phonenumbers/geocoding/testing_data</targetPath>
35 <groupId>com.googlecode.libphonenumber</groupId>
36 <artifactId>libphonenumber</artifactId>
37 <version>4.7-SNAPSHOT</version>