Skip to content

Commit 1a60b1a

Browse files
committed
Update gcloud Maven plugin.
1 parent ab5f9a0 commit 1a60b1a

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

appengine/appidentity/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<plugin>
9797
<groupId>com.google.appengine</groupId>
9898
<artifactId>gcloud-maven-plugin</artifactId>
99-
<version>2.0.9.90.v20151210</version>
99+
<version>2.0.9.101.v20160316</version>
100100
</plugin>
101101
</plugins>
102102
</build>

managed_vms/analytics/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<plugin>
3636
<groupId>com.google.appengine</groupId>
3737
<artifactId>gcloud-maven-plugin</artifactId>
38-
<version>2.0.9.95.v20160203</version>
38+
<version>2.0.9.101.v20160316</version>
3939
</plugin>
4040
<plugin>
4141
<groupId>org.apache.maven.plugins</groupId>

managed_vms/async-rest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<plugin>
5454
<groupId>com.google.appengine</groupId>
5555
<artifactId>gcloud-maven-plugin</artifactId>
56-
<version>2.0.9.95.v20160203</version>
56+
<version>2.0.9.101.v20160316</version>
5757
<configuration>
5858
<verbosity>debug</verbosity>
5959
<log_level>debug</log_level>

managed_vms/cloudstorage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<plugin>
3838
<groupId>com.google.appengine</groupId>
3939
<artifactId>gcloud-maven-plugin</artifactId>
40-
<version>2.0.9.95.v20160203</version>
40+
<version>2.0.9.101.v20160316</version>
4141
</plugin>
4242
<plugin>
4343
<groupId>org.apache.maven.plugins</groupId>

managed_vms/datastore/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<plugin>
3838
<groupId>com.google.appengine</groupId>
3939
<artifactId>gcloud-maven-plugin</artifactId>
40-
<version>2.0.9.95.v20160203</version>
40+
<version>2.0.9.101.v20160316</version>
4141
</plugin>
4242
<plugin>
4343
<groupId>org.apache.maven.plugins</groupId>

managed_vms/disk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<plugin>
3131
<groupId>com.google.appengine</groupId>
3232
<artifactId>gcloud-maven-plugin</artifactId>
33-
<version>2.0.9.95.v20160203</version>
33+
<version>2.0.9.101.v20160316</version>
3434
</plugin>
3535
<plugin>
3636
<groupId>org.apache.maven.plugins</groupId>

managed_vms/extending-runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<plugin>
3131
<groupId>com.google.appengine</groupId>
3232
<artifactId>gcloud-maven-plugin</artifactId>
33-
<version>2.0.9.95.v20160203</version>
33+
<version>2.0.9.101.v20160316</version>
3434
</plugin>
3535
<plugin>
3636
<groupId>org.apache.maven.plugins</groupId>

managed_vms/helloworld/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<plugin>
3535
<groupId>com.google.appengine</groupId>
3636
<artifactId>gcloud-maven-plugin</artifactId>
37-
<version>2.0.9.95.v20160203</version>
37+
<version>2.0.9.101.v20160316</version>
3838
</plugin>
3939
<plugin>
4040
<groupId>org.apache.maven.plugins</groupId>

managed_vms/mailgun/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<plugin>
4848
<groupId>com.google.appengine</groupId>
4949
<artifactId>gcloud-maven-plugin</artifactId>
50-
<version>2.0.9.95.v20160203</version>
50+
<version>2.0.9.101.v20160316</version>
5151
</plugin>
5252
<plugin>
5353
<groupId>org.apache.maven.plugins</groupId>

managed_vms/memcache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<plugin>
3838
<groupId>com.google.appengine</groupId>
3939
<artifactId>gcloud-maven-plugin</artifactId>
40-
<version>2.0.9.95.v20160203</version>
40+
<version>2.0.9.101.v20160316</version>
4141
</plugin>
4242
<plugin>
4343
<groupId>org.apache.maven.plugins</groupId>

managed_vms/sendgrid/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<plugin>
3838
<groupId>com.google.appengine</groupId>
3939
<artifactId>gcloud-maven-plugin</artifactId>
40-
<version>2.0.9.95.v20160203</version>
40+
<version>2.0.9.101.v20160316</version>
4141
</plugin>
4242
<plugin>
4343
<groupId>org.apache.maven.plugins</groupId>

managed_vms/sparkjava/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<plugin>
9696
<groupId>com.google.appengine</groupId>
9797
<artifactId>gcloud-maven-plugin</artifactId>
98-
<version>2.0.9.92.v20160118</version>
98+
<version>2.0.9.101.v20160316</version>
9999
<configuration>
100100
</configuration>
101101
</plugin>

managed_vms/static-files/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<plugin>
3131
<groupId>com.google.appengine</groupId>
3232
<artifactId>gcloud-maven-plugin</artifactId>
33-
<version>2.0.9.95.v20160203</version>
33+
<version>2.0.9.101.v20160316</version>
3434
</plugin>
3535
<plugin>
3636
<groupId>org.apache.maven.plugins</groupId>

managed_vms/twilio/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<plugin>
3838
<groupId>com.google.appengine</groupId>
3939
<artifactId>gcloud-maven-plugin</artifactId>
40-
<version>2.0.9.95.v20160203</version>
40+
<version>2.0.9.101.v20160316</version>
4141
</plugin>
4242
<plugin>
4343
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)