We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 59edcc2 + 8c38f25 commit 57ab41aCopy full SHA for 57ab41a
helloworld-servlet/pom.xml
@@ -59,15 +59,14 @@
59
<plugin> <!-- Used for Deploying -->
60
<groupId>com.google.appengine</groupId>
61
<artifactId>gcloud-maven-plugin</artifactId>
62
- <version>2.0.9.101.v20160316</version> <!-- Version changes often - update to latest -->
+ <version>2.0.9.111.v20160525</version> <!-- Version changes often - update to latest -->
63
</plugin>
64
65
<plugin> <!-- Used for local debugging -->
66
<groupId>org.eclipse.jetty</groupId>
67
<artifactId>jetty-maven-plugin</artifactId>
68
- <version>9.3.7.v20160115</version>
+ <version>9.3.9.v20160517</version>
69
70
-
71
</plugins>
72
</build>
73
</project>
0 commit comments