Skip to content

Commit 73d05f0

Browse files
committed
Generated commit for 1.25.0 release
1 parent 45158d1 commit 73d05f0

34 files changed

+794
-583
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.25.0-SNAPSHOT</version>
7+
<version>1.25.0</version>
88
<packaging>apk</packaging>
99

1010
<build>
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>com.google.http-client</groupId>
5555
<artifactId>google-http-client-android</artifactId>
56-
<version>1.25.0-SNAPSHOT</version>
56+
<version>1.25.0</version>
5757
<exclusions>
5858
<exclusion>
5959
<artifactId>android</artifactId>
@@ -72,7 +72,7 @@
7272
<dependency>
7373
<groupId>com.google.http-client</groupId>
7474
<artifactId>google-http-client-test</artifactId>
75-
<version>1.25.0-SNAPSHOT</version>
75+
<version>1.25.0</version>
7676
<exclusions>
7777
<exclusion>
7878
<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.25.0-SNAPSHOT</version>
7+
<version>1.25.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.25.0-SNAPSHOT</version>
7+
<version>1.25.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>google-http-client-appengine</artifactId>

0 commit comments

Comments
 (0)