blob: 65c8092d03135e7a4d6cec6c13fce4ab35878831 [file] [log] [blame]
Narayan Kamatha77fadd2014-12-18 11:56:40 +00001<?xml version="1.0"?>
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>
Neil Fuller279df212015-09-18 10:06:23 +01006 <version>2.27</version>
Narayan Kamatha77fadd2014-12-18 11:56:40 +00007 <packaging>jar</packaging>
Narayan Kamath7491c342015-04-03 13:56:35 +01008 <url>https://github.com/googlei18n/libphonenumber/</url>
Narayan Kamatha77fadd2014-12-18 11:56:40 +00009
10 <parent>
11 <groupId>com.googlecode.libphonenumber</groupId>
12 <artifactId>libphonenumber-parent</artifactId>
Neil Fuller279df212015-09-18 10:06:23 +010013 <version>7.0.11</version>
Narayan Kamatha77fadd2014-12-18 11:56:40 +000014 </parent>
15
16 <build>
17 <sourceDirectory>src</sourceDirectory>
18 <testSourceDirectory>test</testSourceDirectory>
19 <resources>
20 <resource>
21 <directory>src/com/google/i18n/phonenumbers/geocoding/data</directory>
22 <targetPath>com/google/i18n/phonenumbers/geocoding/data</targetPath>
23 </resource>
24 <resource>
25 <directory>src/com/google/i18n/phonenumbers/timezones/data</directory>
26 <targetPath>com/google/i18n/phonenumbers/timezones/data</targetPath>
27 </resource>
28 </resources>
29 <testResources>
30 <testResource>
31 <directory>test/com/google/i18n/phonenumbers/geocoding/testing_data</directory>
32 <targetPath>com/google/i18n/phonenumbers/geocoding/testing_data</targetPath>
33 </testResource>
34 <testResource>
35 <directory>test/com/google/i18n/phonenumbers/timezones/testing_data</directory>
36 <targetPath>com/google/i18n/phonenumbers/timezones/testing_data</targetPath>
37 </testResource>
38 </testResources>
39 </build>
40
41 <dependencies>
42 <dependency>
43 <groupId>com.googlecode.libphonenumber</groupId>
44 <artifactId>libphonenumber</artifactId>
Neil Fuller279df212015-09-18 10:06:23 +010045 <version>7.0.11</version>
Narayan Kamatha77fadd2014-12-18 11:56:40 +000046 </dependency>
47 <dependency>
48 <groupId>com.googlecode.libphonenumber</groupId>
49 <artifactId>prefixmapper</artifactId>
Neil Fuller279df212015-09-18 10:06:23 +010050 <version>2.27</version>
Narayan Kamatha77fadd2014-12-18 11:56:40 +000051 </dependency>
52 </dependencies>
53
54</project>