File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 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.
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 >
Original file line number Diff line number Diff line change @@ -24,4 +24,4 @@ handlers:
2424env_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]
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments