summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2017-02-16 11:11:10 +0000
committerPaul Duffin <paulduffin@google.com>2017-02-16 11:11:10 +0000
commit747cc2ad6a92424a7e64de5a4f325ab7180df6d2 (patch)
tree848b861a708a4f665f8c5fa91752afca38242905 /pom.xml
parent17f4fb05d4103f3ea554a0285b451b288afb939f (diff)
downloadlibphonenumber-747cc2ad6a92424a7e64de5a4f325ab7180df6d2.tar.gz
Upgrade to 8.3.0
Created using ./update-from-external.sh 7.7.5 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 --timeout 0 \ --classpath out/target/common/obj/JAVA_LIBRARIES/libphonenumber-test_intermediates/classes.jack \ com.google.i18n.phonenumbers Bug: 33563982 Test: As described above Change-Id: I74162ccd9874e035a5422da9abe561a6b20a67c9
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml24
1 files changed, 22 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 5e26cf97..25ee8e86 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>7.7.5</version>
+ <version>8.3.0</version>
<packaging>pom</packaging>
<url>https://github.com/googlei18n/libphonenumber/</url>
@@ -34,6 +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.3.0</tag>
</scm>
<properties>
@@ -143,8 +144,9 @@
</executions>
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
- <version>2.2.1</version>
+ <version>2.5.2</version>
<configuration>
<tagNameFormat>v@{project.version}</tagNameFormat>
</configuration>
@@ -191,6 +193,24 @@
</profile>
</profiles>
+ <!-- Until 08. Dec 2016, this pom worked with maven-release-plugin at 2.2.1
+ and default SCM dependencies. On 11. Jan, 2017 that was no longer the
+ case, presumably because the default SCM version changed (cannot find
+ references), and the 2.5.2, 1.9.4 versions ended up working. -->
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.maven.scm</groupId>
+ <artifactId>maven-scm-api</artifactId>
+ <version>1.9.4</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.maven.scm</groupId>
+ <artifactId>maven-scm-provider-gitexe</artifactId>
+ <version>1.9.4</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
<dependencies>
<dependency>
<groupId>junit</groupId>