Skip to content

Commit

Permalink
Update App Engine SDK version.
Browse files Browse the repository at this point in the history
  • Loading branch information
tswast committed Mar 3, 2016
1 parent afb0f97 commit 0a4e531
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
3 changes: 2 additions & 1 deletion appengine/helloworld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Copyright 2015 Google Inc. All Rights Reserved.
<version>1.0-SNAPSHOT</version>
<groupId>com.example.appengine</groupId>
<artifactId>appengine-helloworld</artifactId>
<!-- Parent POM defines ${appengine.sdk.version} (updates frequently). -->
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>doc-samples</artifactId>
Expand Down Expand Up @@ -52,7 +53,7 @@ Copyright 2015 Google Inc. All Rights Reserved.
<plugin>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-maven-plugin</artifactId>
<version>1.9.31</version>
<version>${appengine.sdk.version}</version>
</plugin>
</plugins>
</build>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<packaging>pom</packaging>

<properties>
<appengine.sdk.version>1.9.19</appengine.sdk.version>
<appengine.sdk.version>1.9.32</appengine.sdk.version>
<appengine.app.version>1</appengine.app.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.http.version>1.19.0</project.http.version>
Expand Down
9 changes: 2 additions & 7 deletions taskqueue/deferred/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<packaging>war</packaging>
<version>1.0-SNAPSHOT</version>

<!-- Parent POM defines ${appengine.sdk.version} (updates frequently). -->
<parent>
<artifactId>doc-samples</artifactId>
<groupId>com.google.cloud</groupId>
Expand All @@ -15,12 +16,6 @@
<groupId>com.google.cloud.taskqueue.samples</groupId>
<artifactId>taskqueue-defer-sample</artifactId>

<properties>
<appengine.version>1.9.19</appengine.version>
<appengine.app.version>1</appengine.app.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<dependencies>
<!-- Compile/runtime dependencies -->
<dependency>
Expand Down Expand Up @@ -103,7 +98,7 @@
<plugin>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-maven-plugin</artifactId>
<version>1.9.19</version>
<version>${appengine.sdk.version}</version>
<configuration>
<enableJarClasses>false</enableJarClasses>
<!-- Comment in the below snippet to bind to all IPs instead of just localhost -->
Expand Down

0 comments on commit 0a4e531

Please sign in to comment.