[maven-release-plugin] prepare for next development iteration
[platform/upstream/libphonenumber.git] / java / internal / prefixmapper / pom.xml
1 <?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>
6   <version>2.18-SNAPSHOT</version>
7   <packaging>jar</packaging>
8   <url>http://code.google.com/p/libphonenumber/</url>
9
10   <parent>
11     <groupId>com.googlecode.libphonenumber</groupId>
12     <artifactId>libphonenumber-parent</artifactId>
13     <version>7.0.1-SNAPSHOT</version>
14     <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>
32       <version>7.0.1-SNAPSHOT</version>
33     </dependency>
34   </dependencies>
35
36 </project>