Skip to content

Commit 067a1f2

Browse files
author
Shun Fan
committed
Fix formatting and versions in managed vms cloudsql
1 parent bc64c46 commit 067a1f2

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

managed_vms/cloudsql/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Copyright 2016 Google Inc. All Rights Reserved.
5656
<plugin>
5757
<groupId>com.google.appengine</groupId>
5858
<artifactId>gcloud-maven-plugin</artifactId>
59-
<version>2.0.9.106.v20160420</version>
59+
<version>${maven.plugin.version}</version>
6060
</plugin>
6161
<plugin>
6262
<groupId>org.apache.maven.plugins</groupId>

managed_vms/cloudsql/src/main/appengine/app.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ handlers:
2424
env_variables:
2525
SQL_REMOTE_URL: jdbc:mysql://google/YOUR-DB-NAME?cloudSqlInstance=YOUR-INSTANCE-NAME&socketFactory=com.google.cloud.sql.mysql.SocketFactory&user=USERNAME&password=PASSWORD
2626
SQL_LOCAL_URL: jdbc:mysql://localhost/YOUR-DB-NAME?user=YOUR-USERNAME&password=PASSWORD&useSSL=false
27-
# [END env_variables]
27+
# [END env_variables]

pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
<project.oauth.version>1.19.0</project.oauth.version>
3737
<maven.compiler.target>1.7</maven.compiler.target>
3838
<maven.compiler.source>1.7</maven.compiler.source>
39+
<maven.plugin.version>2.0.9.111.v20160525</maven.plugin.version>
3940
</properties>
4041

4142
<prerequisites>

0 commit comments

Comments
 (0)