8000 http: Update branch to 1.17.0-rc-SNAPSHOT · mnmlist/google-http-java-client@ad8dcaf · GitHub
[go: up one dir, main page]

Skip to content

Commit ad8dcaf

Browse files
committed
http: Update branch to 1.17.0-rc-SNAPSHOT
https://codereview.appspot.com/10884043/
1 parent e932ec6 commit ad8dcaf

File tree

< 8000 div class="d-flex flex-items-center flex-justify-between gap-2 pt-3 pt-lg-4 pb-2 position-sticky top-0 color-bg-default" style="z-index:2">

23 files changed

+185
-183
lines changed

23 files changed

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

google-http-client-assembly/dependencies/google-http-client-android-dependencies.html

Lines changed: 10 additions & 10 deletions
Large diffs are not rendered by default.

google-http-client-assembly/dependencies/google-http-client-appengine-dependencies.html

Lines changed: 14 additions & 9 deletions
Large diffs are not rendered by default.

google-http-client-assembly/dependencies/google-http-client-dependencies.html

Lines changed: 8 additions & 8 deletions
Large diffs are not rendered by default.

google-http-client-assembly/dependencies/google-http-client-findbugs-dependencies.html

Lines changed: 0 additions & 99 deletions
This file was deleted.

google-http-client-assembly/dependencies/google-http-client-gson-dependencies.html

Lines changed: 10 additions & 10 deletions
Large diffs are not rendered by default.

google-http-client-assembly/dependencies/google-http-client-jackson-dependencies.html

Lines changed: 10 additions & 10 deletions
Large diffs are not rendered by default.

google-http-client-assembly/dependencies/google-http-client-jackson2-dependencies.html

Lines changed: 10 additions & 10 deletions
Large diffs are not rendered by default.

google-http-client-assembly/dependencies/google-http-client-jdo-dependencies.html

Lines changed: 96 additions & 0 deletions
Large diffs are not rendered by default.

google-http-client-assembly/dependencies/google-http-client-protobuf-dependencies.html

Lines changed: 10 additions & 10 deletions
Large diffs are not rendered by default.

google-http-client-assembly/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.16.0-rc-SNAPSHOT</version>
7+
<version>1.17.0-rc-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<groupId>com.google.http-client</groupId>

google-http-client-findbugs/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.16.0-rc-SNAPSHOT</version>
7+
<version>1.17.0-rc-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>google-http-client-findbugs</artifactId>

google-http-client-gson/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.16.0-rc-SNAPSHOT</version>
7+
<version>1.17.0-rc-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>google-http-client-gson</artifactId>

google-http-client-jackson/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.16.0-rc-SNAPSHOT</version>
7+
<version>1.17.0-rc-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>google-http-client-jackson</artifactId>

google-http-client-jackson2/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.16.0-rc-SNAPSHOT</version>
7+
<version>1.17.0-rc-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>google-http-client-jackson2</artifactId>

google-http-client-jdo/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.16.0-rc-SNAPSHOT</version>
7+
<version>1.17.0-rc-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>google-http-client-jdo</artifactId>

google-http-client-protobuf/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.16.0-rc-SNAPSHOT</version>
7+
<version>1.17.0-rc-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>google-http-client-protobuf</artifactId>

google-http-client-test/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.16.0-rc-SNAPSHOT</version>
7+
<version>1.17.0-rc-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>google-http-client-test</artifactId>

google-http-client/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.16.0-rc-SNAPSHOT</version>
7+
<version>1.17.0-rc-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>google-http-client</artifactId>

google-http-client/src/main/java/com/google/api/client/http/HttpRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public final class HttpRequest {
4949
*
5050
* @since 1.8
5151
*/
52-
public static final String VERSION = "1.16.0-rc-SNAPSHOT";
52+
public static final String VERSION = "1.17.0-rc-SNAPSHOT";
5353

5454
/**
5555
* User agent suffix for all requests.

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<groupId>com.google.http-client</groupId>
1111
<artifactId>google-http-client-parent</artifactId>
12-
<version>1.16.0-rc-SNAPSHOT</version>
12+
<version>1.17.0-rc-SNAPSHOT</version>
1313
<packaging>pom</packaging>
1414
<name>Parent for the Google HTTP Client Library for Java</name>
1515

@@ -533,7 +533,7 @@
533533
<groupId>org.codehaus.mojo</groupId>
534534
<artifactId>clirr-maven-plugin</artifactId>
535535
<configuration>
536-
<comparisonVersion>1.15.0-rc</comparisonVersion>
536+
<comparisonVersion>1.16.0-rc</comparisonVersion>
537537
<ignoredDifferencesFile>${basedir}/../clirr-ignored-differences.xml</ignoredDifferencesFile>
538538
<failOnError>false</failOnError>
539539
<logResults>true</logResults>

0 commit comments

Comments
 (0)
0