Skip to content

Commit 57ab41a

Browse files
committed
Merge pull request GoogleCloudPlatform#87 from GoogleCloudPlatform/helloworld
Update pom on helloworld-servlet
2 parents 59edcc2 + 8c38f25 commit 57ab41a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

helloworld-servlet/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,14 @@
5959
<plugin> <!-- Used for Deploying -->
6060
<groupId>com.google.appengine</groupId>
6161
<artifactId>gcloud-maven-plugin</artifactId>
62-
<version>2.0.9.101.v20160316</version> <!-- Version changes often - update to latest -->
62+
<version>2.0.9.111.v20160525</version> <!-- Version changes often - update to latest -->
6363
</plugin>
6464

6565
<plugin> <!-- Used for local debugging -->
6666
<groupId>org.eclipse.jetty</groupId>
6767
<artifactId>jetty-maven-plugin</artifactId>
68-
<version>9.3.7.v20160115</version>
68+
<version>9.3.9.v20160517</version>
6969
</plugin>
70-
7170
</plugins>
7271
</build>
7372
</project>

0 commit comments

Comments
 (0)