summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2018-11-20 11:47:05 +0000
committerPaul Duffin <paulduffin@google.com>2018-11-20 14:13:22 +0000
commit174e60f8d8a3adc780565d55013902402344e8b1 (patch)
tree89573f53edf9215f65f08e03c46d0a125804e950 /pom.xml
parent8b412270f9a9c5c066ee7c5854055b3e5ab1335f (diff)
downloadlibphonenumber-174e60f8d8a3adc780565d55013902402344e8b1.tar.gz
Upgrade to 8.9.16
Created using ./update-from-external.sh 8.9.16 m -j32 droid adb reboot bootloader fastboot flashall -w m -j32 cts cts-tradefed run cts -m CtsTelephonyTestCases -t android.telephony.cts.PhoneNumberUtilsTest m -j32 libphonenumber-test vogar dx vogar --timeout 0 \ --classpath ${ANDROID_BUILD_TOP}/out/target/common/obj/JAVA_LIBRARIES/libphonenumber-test_intermediates/classes.jar \ com.google.i18n.phonenumbers Bug: 112782289 Test: see above Change-Id: Ife8d4253a61661ec88157b9995d777fbd2d43ca1
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml15
1 files changed, 13 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index e41bffdc..0236b131 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.9.10</version>
+ <version>8.9.16</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.9.10</tag>
+ <tag>v8.9.16</tag>
</scm>
<properties>
@@ -160,6 +160,17 @@
<target>1.5</target>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.sonatype.plugins</groupId>
+ <artifactId>nexus-staging-maven-plugin</artifactId>
+ <extensions>true</extensions>
+ <configuration>
+ <serverId>sonatype-nexus-staging</serverId>
+ <nexusUrl>https://oss.sonatype.org/</nexusUrl>
+ <stagingProfileId>23ed8fbc71e875</stagingProfileId>
+ <skipStagingRepositoryClose>true</skipStagingRepositoryClose>
+ </configuration>
+ </plugin>
</plugins>
</build>