8000 Merge branch 'master' into speech_nits · loosebazooka/java-docs-samples@e4b37e2 · GitHub
[go: up one dir, main page]

Skip to content

Commit e4b37e2

Browse files
authored
Merge branch 'master' into speech_nits
2 parents e5d8de8 + 05627cc commit e4b37e2

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

appengine/endpoints-frameworks-v2/backend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3333

3434
<endpoints.framework.version>2.0.5</endpoints.framework.version>
35-
<endpoints.management.version>1.0.2</endpoints.management.version>
35+
<endpoints.management.version>1.0.3</endpoints.management.version>
3636

3737
<endpoints.project.id>YOUR_PROJECT_ID</endpoints.project.id>
3838
<maven.compiler.target>1.7</maven.compiler.target>

bigquery/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>com.google.apis</groupId>
2525
<artifactId>google-api-services-bigquery</artifactId>
26-
<version>v2-rev342-1.22.0</version>
26+
<version>v2-rev343-1.22.0</version>
2727
<exclusions>
2828
<exclusion> <!-- exclude an old version of Guava -->
2929
<groupId>com.google.guava</groupId>

compute/cmdline/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ limitations under the License.
8989
</dependency>
9090
</dependencies>
9191
<properties>
92-
<project.compute.version>v1-rev141-1.22.0</project.compute.version>
92+
<project.compute.version>v1-rev142-1.22.0</project.compute.version>
9393
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
9494
</properties>
9595
</project>

kms/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>com.google.apis</groupId>
1818
<artifactId>google-api-services-cloudkms</artifactId>
19-
<version>v1-rev4-1.22.0</version>
19+
<version>v1-rev5-1.22.0</version>
2020
<exclusions>
2121
<exclusion> <!-- exclude an old version of Guava -->
2222
<groupId>com.google.guava</groupId>

storage/json-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>com.google.apis</groupId>
4141
<artifactId>google-api-services-storage</artifactId>
42-
<version>v1-rev104-1.22.0</version>
42+
<version>v1-rev105-1.22.0</version>
4343
<exclusions>
4444
<exclusion> <!-- exclude an old version of Guava -->
4545
<groupId>com.google.guava</groupId>

storage/xml-api/cmdline-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>com.google.apis</groupId>
6868
<artifactId>google-api-services-storage</artifactId>
69-
<version>v1-rev104-1.22.0</version>
69+
<version>v1-rev105-1.22.0</version>
7070
<exclusions>
7171
<exclusion> <!-- exclude an old version of Guava -->
7272
<groupId>com.google.guava</groupId>

0 commit comments

Comments
 (0)
0