Skip to content

Commit 22b8b95

Browse files
authored
Release google-http-java-client v1.26.0 (#495)
* Release v1.26.0 * Fix samples version annotations * set maven memory limits for tests * Fix ordering of modules so deploy can happen * Fix straggler versions for assembly
1 parent 9de9cbb commit 22b8b95

36 files changed

+121
-116
lines changed

.kokoro/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,7 @@ cd github/google-http-java-client/
2121
java -version
2222
echo $JOB_TYPE
2323

24+
export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=128m"
25+
2426
mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
2527
mvn test -B

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.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-android-test:current} -->
7+
<version>1.26.0</version><!-- {x-version-update:google-http-client-android-test:current} -->
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.26.0-SNAPSHOT</version>
56+
<version>1.26.0-1.26.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.26.0-SNAPSHOT</version>
75+
<version>1.26.0</version>
7676
<exclusions>
7777
<exclusion>
7878
<artifactId>junit</artifactId>

google-http-client-android/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>com.google.http-client</groupId>
66
<artifactId>google-http-client-parent</artifactId>
7-
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-parent:current} -->
7+
<version>1.26.0</version><!-- {x-version-update:google-http-client-parent:current} -->
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>google-http-client-android</artifactId>
11-
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-android:current} -->
11+
<version>1.26.0</version><!-- {x-version-update:google-http-client-android:current} -->
1212
<name>Android Platform Extensions to the Google HTTP Client Library for Java.</name>
1313

1414
<build>

google-http-client-appengine/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>com.google.http-client</groupId>
66
<artifactId>google-http-client-parent</artifactId>
7-
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-parent:current} -->
7+
<version>1.26.0</version><!-- {x-version-update:google-http-client-parent:current} -->
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>google-http-client-appengine</artifactId>
11-
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-appengine:current} -->
11+
<version>1.26.0</version><!-- {x-version-update:google-http-client-appengine:current} -->
1212
<name>Google App Engine extensions to the Google HTTP Client Library for Java.</name>
1313

1414
<build>

0 commit comments

Comments
 (0)