blob: df16c660c47640c716ee31f56cae283df73f59f6 [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>prefixmapper</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 <relativePath>../../pom.xml</relativePath>
15 </parent>
16
17 <build>
18 <sourceDirectory>src</sourceDirectory>
19 <testSourceDirectory>test</testSourceDirectory>
20 <testResources>
21 <testResource>
22 <directory>../../geocoder/test/com/google/i18n/phonenumbers/geocoding/testing_data</directory>
23 <targetPath>com/google/i18n/phonenumbers/geocoding/testing_data</targetPath>
24 </testResource>
25 </testResources>
26 </build>
27
28 <dependencies>
29 <dependency>
30 <groupId>com.googlecode.libphonenumber</groupId>
31 <artifactId>libphonenumber</artifactId>
Neil Fuller279df212015-09-18 10:06:23 +010032 <version>7.0.11</version>
Narayan Kamatha77fadd2014-12-18 11:56:40 +000033 </dependency>
34 </dependencies>
35
36</project>