[go: nahoru, domu]

Skip to content

Commit

Permalink
Set the version number to 1.34.3.1 in the poms, and 1.34.3 in the code
Browse files Browse the repository at this point in the history
  • Loading branch information
gzsombor committed Apr 2, 2020
1 parent 03ef2f8 commit 4c6efe5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions google-http-client-android-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>google-http-client</groupId>
<artifactId>google-http-client-android-test</artifactId>
<name>Test project for google-http-client-android.</name>
<version>1.34.3</version><!-- {x-version-update:google-http-client-android-test:current} -->
<version>1.34.3.1</version><!-- {x-version-update:google-http-client-android-test:current} -->
<packaging>apk</packaging>

<build>
Expand Down Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-android</artifactId>
<version>1.34.3</version><!-- {x-version-update:google-http-client-android:current} -->
<version>1.34.3.1</version><!-- {x-version-update:google-http-client-android:current} -->
<exclusions>
<exclusion>
<artifactId>android</artifactId>
Expand All @@ -72,7 +72,7 @@
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-test</artifactId>
<version>1.34.3</version><!-- {x-version-update:google-http-client-test:current} -->
<version>1.34.3.1</version><!-- {x-version-update:google-http-client-test:current} -->
<exclusions>
<exclusion>
<artifactId>junit</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public final class HttpRequest {
*
* @since 1.8
*/
public static final String VERSION = getVersion();
public static final String VERSION = "1.34.3";

/**
* User agent suffix for all requests.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@
- google-api-java-client/google-api-client-assembly/android-properties (make the filenames match the version here)
- Internally, update the default features.json file
-->
<project.http-client.version>1.34.3</project.http-client.version><!-- {x-version-update:google-http-client-parent:current} -->
<project.http-client.version>1.34.3.1</project.http-client.version><!-- {x-version-update:google-http-client-parent:current} -->
<project.appengine.version>1.9.71</project.appengine.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.jsr305.version>3.0.2</project.jsr305.version>
Expand Down

0 comments on commit 4c6efe5

Please sign in to comment.