Skip to content

Commit c32f5f8

Browse files
committed
Merge pull request #280 from google/release-1.20.0
Release 1.20.0
2 parents 94826ba + 9aea39b commit c32f5f8

34 files changed

+269
-280
lines changed

google-http-client-android-test/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>google-http-client</groupId>
55
<artifactId>google-http-client-android-test</artifactId>
66
<name>Test project for google-http-client-android.</name>
7-
<version>1.20.0-SNAPSHOT</version>
7+
<version>1.20.0</version>
88
<packaging>apk</packaging>
99

1010
<build>
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>com.google.http-client</groupId>
8888
<artifactId>google-http-client-android</artifactId>
89-
<version>1.20.0-SNAPSHOT</version>
89+
<version>1.20.0</version>
9090
<exclusions>
9191
<exclusion>
9292
<artifactId>android</artifactId>
@@ -105,7 +105,7 @@
105105
<dependency>
106106
<groupId>com.google.http-client</groupId>
107107
<artifactId>google-http-client-test</artifactId>
108-
<version>1.20.0-SNAPSHOT</version>
108+
<version>1.20.0</version>
109109
<exclusions>
110110
<exclusion>
111111
<artifactId>junit</artifactId>

google-http-client-android/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.google.http-client</groupId>
66
<artifactId>google-http-client-parent</artifactId>
7-
<version>1.20.0-SNAPSHOT</version>
7+
<version>1.20.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>google-http-client-android</artifactId>

google-http-client-appengine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.google.http-client</groupId>
66
<artifactId>google-http-client-parent</artifactId>
7-
<version>1.20.0-SNAPSHOT</version>
7+
<version>1.20.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>google-http-client-appengine</artifactId>

0 commit comments

Comments
 (0)