Skip to content
This repository was archived by the owner on Apr 13, 2022. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@

<plugin>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-maven-plugin</artifactId>
<version>${appengine.target.version}</version>
<artifactId>gcloud-maven-plugin</artifactId>
<version>2.0.9.88.v20151125</version>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

perhaps set this on top in the properties section?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@loosebazooka I think the gcloud plugin updates pretty much independently from other libraries. Keeping it here makes it easier for us (Cloud DevRel) to update all our samples with a script when there is a gcloud update.

<configuration>
</configuration>
</plugin>
Expand Down