Skip to content

Commit 41fac18

Browse files
committed
http: Update branch to 1.18.0-rc-SNAPSHOT
https://codereview.appspot.com/13105048/
1 parent ea38a4f commit 41fac18

32 files changed

+4246
-176
lines changed

clirr-ignored-differences.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- see http://mojo.codehaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
3+
34
<differences>
45
<!-- 8001 (Class removed): className -->
5-
<difference>
6-
<differenceType>8001</differenceType>
7-
<className>com/google/api/client/**/xml/**</className>
8-
</difference>
96
<difference>
107
<differenceType>8001</differenceType>
118
<className>com/google/api/client/repackaged/**</className>

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.17.0-rc-SNAPSHOT</version>
7+
<version>1.18.0-rc-SNAPSHOT</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.17.0-rc-SNAPSHOT</version>
89+
<version>1.18.0-rc-SNAPSHOT</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.17.0-rc-SNAPSHOT</version>
108+
<version>1.18.0-rc-SNAPSHOT</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.17.0-rc-SNAPSHOT</version>
7+
<version>1.18.0-rc-SNAPSHOT</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.17.0-rc-SNAPSHOT</version>
7+
<version>1.18.0-rc-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>google-http-client-appengine</artifactId>

0 commit comments

Comments
 (0)