Skip to content

Commit

Permalink
Merge branch 'master' into iot-snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
gguuss authored Oct 9, 2017
2 parents 30b57d1 + 6637e6b commit b670749
Show file tree
Hide file tree
Showing 82 changed files with 2,295 additions and 93 deletions.
2 changes: 1 addition & 1 deletion appengine-java8/analytics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<properties>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<appengine.sdk.version>1.9.56</appengine.sdk.version>
<appengine.sdk.version>1.9.57</appengine.sdk.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion appengine-java8/appidentity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<properties>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<appengine.sdk.version>1.9.56</appengine.sdk.version>
<appengine.sdk.version>1.9.57</appengine.sdk.version>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions appengine-java8/cloudsql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-api-1.0-sdk</artifactId>
<version>1.9.56</version>
<version>1.9.57</version>
</dependency>

<dependency>
Expand All @@ -63,7 +63,7 @@
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-appengine</artifactId>
<version>1.22.0</version>
<version>1.23.0</version>
</dependency>

<!-- [START dependencies] -->
Expand Down
2 changes: 1 addition & 1 deletion appengine-java8/endpoints-v2-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-api-1.0-sdk</artifactId>
<version>1.9.56</version>
<version>1.9.57</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down
2 changes: 1 addition & 1 deletion appengine-java8/endpoints-v2-guice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-api-1.0-sdk</artifactId>
<version>1.9.56</version>
<version>1.9.57</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down
2 changes: 1 addition & 1 deletion appengine-java8/endpoints-v2-migration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ limitations under the License.
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-api-1.0-sdk</artifactId>
<version>1.9.56</version>
<version>1.9.57</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down
2 changes: 1 addition & 1 deletion appengine-java8/firebase-tictactoe/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<gson.version>2.7</gson.version>
<guava.version>20.0</guava.version>
<google-api-client.version>1.22.0</google-api-client.version>
<google-api-client.version>1.23.0</google-api-client.version>
<junit.version>4.12</junit.version>
<mockito.version>1.10.19</mockito.version>
<google-truth.version>0.36</google-truth.version>
Expand Down
2 changes: 1 addition & 1 deletion appengine-java8/gaeinfo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Copyright 2017 Google Inc.
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf</artifactId>
<version>3.0.7.RELEASE</version>
<version>3.0.8.RELEASE</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion appengine-java8/guestbook-cloud-datastore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud</artifactId>
<version>0.24.0-alpha</version>
<version>0.25.0-alpha</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion appengine-java8/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-j8</artifactId>

<properties>
<appengine.sdk.version>1.9.56</appengine.sdk.version>
<appengine.sdk.version>1.9.57</appengine.sdk.version>
</properties>

<parent>
Expand Down
2 changes: 1 addition & 1 deletion appengine-java8/metadata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Copyright 2017 Google Inc.
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf</artifactId>
<version>3.0.7.RELEASE</version>
<version>3.0.8.RELEASE</version>
</dependency>

</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions appengine-java8/postgres/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-api-1.0-sdk</artifactId>
<version>1.9.56</version>
<version>1.9.57</version>
</dependency>

<dependency>
Expand All @@ -63,7 +63,7 @@
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-appengine</artifactId>
<version>1.22.0</version>
<version>1.23.0</version>
</dependency>

<!-- [START dependencies] -->
Expand Down
4 changes: 2 additions & 2 deletions appengine-java8/pubsub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pubsub</artifactId>
<version>0.24.0-beta</version>
<version>0.25.0-beta</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-datastore</artifactId>
<version>1.6.0</version>
<version>1.7.0</version>
</dependency>
<!-- [END dependencies] -->
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion appengine-java8/pubsub/src/main/webapp/index.jsp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<%@ page import="com.example.flexible.pubsub.PubSubHome" %>
<%@ page import="com.example.appengine.pubsub.PubSubHome" %>
<html>
<head>
<meta http-equiv="refresh" content="10">
Expand Down
4 changes: 2 additions & 2 deletions appengine-java8/spanner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-spanner</artifactId>
<version>0.24.0-beta</version>
<version>0.25.0-beta</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand All @@ -48,7 +48,7 @@
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-api-1.0-sdk</artifactId>
<version>1.9.56</version>
<version>1.9.57</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion appengine-java8/taskqueues-deferred/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<properties>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<appengine.sdk.version>1.9.56</appengine.sdk.version> <!-- TODO: MOVE TO /appengine -->
<appengine.sdk.version>1.9.57</appengine.sdk.version> <!-- TODO: MOVE TO /appengine -->
</properties>

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

<properties>
<appengine.sdk.version>1.9.56</appengine.sdk.version>
<appengine.sdk.version>1.9.57</appengine.sdk.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion appengine/cloudsql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-appengine</artifactId>
<version>1.22.0</version>
<version>1.23.0</version>
</dependency>


Expand Down
2 changes: 1 addition & 1 deletion appengine/endpoints-frameworks-v2/backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-api-1.0-sdk</artifactId>
<version>1.9.56</version>
<version>1.9.57</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down
2 changes: 1 addition & 1 deletion appengine/endpoints-frameworks-v2/guice-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-api-1.0-sdk</artifactId>
<version>1.9.56</version>
<version>1.9.57</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ limitations under the License.
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-api-1.0-sdk</artifactId>
<version>1.9.56</version>
<version>1.9.57</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down
2 changes: 1 addition & 1 deletion appengine/endpoints-v1-helloworld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<appengine.app.version>1</appengine.app.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<appengine.plugin.version>1.9.56</appengine.plugin.version>
<appengine.plugin.version>1.9.57</appengine.plugin.version>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
</properties>
Expand Down
8 changes: 4 additions & 4 deletions appengine/firebase-tictactoe/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-api-1.0-sdk</artifactId>
<version>1.9.56</version>
<version>1.9.57</version>
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-appengine</artifactId>
<version>1.22.0</version>
<version>1.23.0</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand All @@ -60,13 +60,13 @@
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-api-stubs</artifactId>
<version>1.9.56</version>
<version>1.9.57</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-testing</artifactId>
<version>1.9.56</version>
<version>1.9.57</version>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 1 addition & 1 deletion appengine/gaeinfo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Copyright 2017 Google Inc.
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-api-1.0-sdk</artifactId>
<version>1.9.56</version>
<version>1.9.57</version>
</dependency>

<dependency>
Expand Down
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.56</appengine.sdk.version>
<appengine.sdk.version>1.9.57</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.56</appengine.sdk.version>
<appengine.sdk.version>1.9.57</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 appengine/pusher-chat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Copyright 2017 Google Inc.
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-api-1.0-sdk</artifactId>
<version>1.9.56</version>
<version>1.9.57</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion bigquery/cloud-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigquery</artifactId>
<version>0.24.0-beta</version>
<version>0.25.0-beta</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
Expand Down
6 changes: 3 additions & 3 deletions bigquery/rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client</artifactId>
<version>1.22.0</version>
<version>1.23.0</version>
<exclusions>
<exclusion> <!-- exclude an old version of Guava -->
<groupId>com.google.guava</groupId>
Expand All @@ -53,7 +53,7 @@
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
<version>1.22.0</version>
<version>1.23.0</version>
<exclusions>
<exclusion> <!-- exclude an old version of Guava -->
<groupId>com.google.guava</groupId>
Expand All @@ -64,7 +64,7 @@
<dependency>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client</artifactId>
<version>1.22.0</version>
<version>1.23.0</version>
<exclusions>
<exclusion> <!-- exclude an old version of Guava -->
<groupId>com.google.guava</groupId>
Expand Down
4 changes: 2 additions & 2 deletions compute/cmdline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ limitations under the License.
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client</artifactId>
<version>1.22.0</version>
<version>1.23.0</version>
</dependency>
<dependency>
<groupId>com.google.apis</groupId>
Expand All @@ -84,7 +84,7 @@ limitations under the License.
</dependency>
</dependencies>
<properties>
<project.compute.version>v1-rev156-1.22.0</project.compute.version>
<project.compute.version>v1-rev158-1.23.0</project.compute.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>
2 changes: 1 addition & 1 deletion datastore/cloud-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-datastore</artifactId>
<version>1.6.0</version>
<version>1.7.0</version>
</dependency>

<!-- Test dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion datastore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-datastore</artifactId>
<version>1.6.0</version>
<version>1.7.0</version>
</dependency>

<!-- Test dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion dlp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-dlp</artifactId>
<version>0.24.0-alpha</version>
<version>0.25.0-alpha</version>
</dependency>
<!-- [END dlp_maven] -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion errorreporting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ limitations under the License.
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-errorreporting</artifactId>
<version>0.24.0-alpha</version>
<version>0.25.0-alpha</version>
</dependency>
<!-- Test dependencies -->
<dependency>
Expand Down
Loading

0 comments on commit b670749

Please sign in to comment.