File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Copyright 2016 Google Inc. All Rights Reserved.
56
56
<plugin >
57
57
<groupId >com.google.appengine</groupId >
58
58
<artifactId >gcloud-maven-plugin</artifactId >
59
- <version >2.0.9.106.v20160420 </version >
59
+ <version >${maven.plugin.version} </version >
60
60
</plugin >
61
61
<plugin >
62
62
<groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change @@ -24,4 +24,4 @@ handlers:
24
24
env_variables :
25
25
SQL_REMOTE_URL : jdbc:mysql://google/YOUR-DB-NAME?cloudSqlInstance=YOUR-INSTANCE-NAME&socketFactory=com.google.cloud.sql.mysql.SocketFactory&user=USERNAME&password=PASSWORD
26
26
SQL_LOCAL_URL : jdbc:mysql://localhost/YOUR-DB-NAME?user=YOUR-USERNAME&password=PASSWORD&useSSL=false
27
- # [END env_variables]
27
+ # [END env_variables]
Original file line number Diff line number Diff line change 36
36
<project .oauth.version>1.19.0</project .oauth.version>
37
37
<maven .compiler.target>1.7</maven .compiler.target>
38
38
<maven .compiler.source>1.7</maven .compiler.source>
39
+ <maven .plugin.version>2.0.9.111.v20160525</maven .plugin.version>
39
40
</properties >
40
41
41
42
<prerequisites >
You can’t perform that action at this time.
0 commit comments