Skip to content

Commit

Permalink
Auto-update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpebot committed May 11, 2017
1 parent 853233b commit 4a129a7
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion appengine/images/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Copyright 2015 Google Inc.
<artifactId>appengine-images</artifactId>

<properties>
<appengine.sdk.version>1.9.52</appengine.sdk.version>
<appengine.sdk.version>1.9.53</appengine.sdk.version>
</properties>

<parent>
Expand Down
2 changes: 1 addition & 1 deletion appengine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</parent>

<properties>
<appengine.sdk.version>1.9.52</appengine.sdk.version>
<appengine.sdk.version>1.9.53</appengine.sdk.version>
<appengine.app.version>1</appengine.app.version>

<project.http.version>1.19.0</project.http.version>
Expand Down
2 changes: 1 addition & 1 deletion compute/cmdline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ limitations under the License.
</dependency>
</dependencies>
<properties>
<project.compute.version>v1-rev145-1.22.0</project.compute.version>
<project.compute.version>v1-rev147-1.20.0</project.compute.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>
4 changes: 2 additions & 2 deletions flexible/pubsub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-api-stubs</artifactId>
<version>1.9.52</version>
<version>1.9.53</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-tools-sdk</artifactId>
<version>1.9.52</version>
<version>1.9.53</version>
<scope>test</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions speech/cloud-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
<exclusions>
<exclusion> <!-- exclude an old version of Guava -->
<groupId>com.google.guava</groupId>
Expand All @@ -67,7 +67,7 @@
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<version>0.16.0</version>
<version>0.17.0</version>
<exclusions>
<exclusion> <!-- exclude an old version of Guava -->
<groupId>com.google.guava</groupId>
Expand Down
2 changes: 1 addition & 1 deletion storage/xml-api/serviceaccount-appengine-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<properties>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.source>1.7</maven.compiler.source>
<appengine.sdk.version>1.9.52</appengine.sdk.version> <!-- TODO(): MOVE to /appengine -->
<appengine.sdk.version>1.9.53</appengine.sdk.version> <!-- TODO(): MOVE to /appengine -->
<google-api-client.version>1.22.0</google-api-client.version>
<webappDirectory>${project.build.directory}/${project.build.finalName}
</webappDirectory>
Expand Down
2 changes: 1 addition & 1 deletion taskqueue/deferred/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<properties>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.source>1.7</maven.compiler.source>
<appengine.sdk.version>1.9.52</appengine.sdk.version> <!-- TODO: MOVE TO /appengine -->
<appengine.sdk.version>1.9.53</appengine.sdk.version> <!-- TODO: MOVE TO /appengine -->
<codehaus-versions-maven-plugin-version>2.3</codehaus-versions-maven-plugin-version>
<maven-war-plugin-version>3.1.0</maven-war-plugin-version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion unittests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<properties>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.source>1.7</maven.compiler.source>
<appengine.sdk.version>1.9.52</appengine.sdk.version> <!-- TODO: MOVE TO /appengine -->
<appengine.sdk.version>1.9.53</appengine.sdk.version> <!-- TODO: MOVE TO /appengine -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven-war-plugin-version>3.1.0</maven-war-plugin-version>
<maven-compiler-plugin-version>2.5.1</maven-compiler-plugin-version>
Expand Down
2 changes: 1 addition & 1 deletion vision/face-detection/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-vision</artifactId>
<version>v1-rev354-1.22.0</version>
<version>v1-rev355-1.22.0</version>
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
Expand Down
2 changes: 1 addition & 1 deletion vision/label/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-vision</artifactId>
<version>v1-rev354-1.22.0</version>
<version>v1-rev355-1.22.0</version>
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
Expand Down
2 changes: 1 addition & 1 deletion vision/landmark-detection/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-vision</artifactId>
<version>v1-rev354-1.22.0</version>
<version>v1-rev355-1.22.0</version>
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
Expand Down
2 changes: 1 addition & 1 deletion vision/text/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-vision</artifactId>
<version>v1-rev354-1.22.0</version>
<version>v1-rev355-1.22.0</version>
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
Expand Down

0 comments on commit 4a129a7

Please sign in to comment.