summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorYouming Ye <paulye@google.com>2019-07-01 16:13:49 -0700
committerpaulye <paulye@google.com>2019-07-01 16:15:43 -0700
commit8567c91641b10b471af4438e708948bfe9035815 (patch)
treef9eee08889de0fcee74c402cd3f9f14c6194dde6 /pom.xml
parent2562545990455b6dfacfba6cbe54b3a3a644a7a1 (diff)
downloadlibphonenumber-8567c91641b10b471af4438e708948bfe9035815.tar.gz
version bump to 8.10.14
Bug: 135732097 Test: CTS and Vogar Change-Id: I91e197f9c6a094e95808567eccc85ddaf9d1cf18
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml14
1 files changed, 10 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 9769f7b0..48d7cff2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.googlecode.libphonenumber</groupId>
<artifactId>libphonenumber-parent</artifactId>
- <version>8.10.13</version>
+ <version>8.10.14</version>
<packaging>pom</packaging>
<url>https://github.com/googlei18n/libphonenumber/</url>
@@ -34,7 +34,7 @@
<connection>scm:git:https://github.com/googlei18n/libphonenumber.git</connection>
<developerConnection>scm:git:git@github.com:googlei18n/libphonenumber.git</developerConnection>
<url>https://github.com/googlei18n/libphonenumber/</url>
- <tag>v8.10.13</tag>
+ <tag>v8.10.14</tag>
</scm>
<properties>
@@ -103,6 +103,11 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>animal-sniffer-maven-plugin</artifactId>
+ <version>1.15</version>
+ </plugin>
</plugins>
</pluginManagement>
<plugins>
@@ -156,8 +161,9 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
+ <encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>