File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 4040 <database >sqldemo</database >
4141
4242<!-- [START_EXCLUDE] -->
43- <appengine .maven.plugin>1.3.1</appengine .maven.plugin>
4443 <maven .compiler.target>1.8</maven .compiler.target>
4544 <maven .compiler.source>1.8</maven .compiler.source>
4645<!-- [END_EXCLUDE] -->
5150 <dependency >
5251 <groupId >com.google.appengine</groupId >
5352 <artifactId >appengine-api-1.0-sdk</artifactId >
54- <version >${appengine.sdk.version} </version >
53+ <version >1.9.53 </version >
5554 </dependency >
5655
5756 <dependency >
7271 <dependency >
7372 <groupId >mysql</groupId >
7473 <artifactId >mysql-connector-java</artifactId >
75- <version >5.1.40</version > <!-- v5.x.x is for production, v6.x.x EAP X DevAPI and Java 8 -->
74+ <version >5.1.40</version > <!-- v5.x.x is for production, v6.x.x EAP X DevAPI -->
7675 <!-- <version>6.0.6</version>-->
7776 </dependency >
7877 <dependency >
105104 <plugin >
106105 <groupId >com.google.cloud.tools</groupId >
107106 <artifactId >appengine-maven-plugin</artifactId >
108- <version >${appengine.maven.plugin} </version >
107+ <version >1.3.1 </version >
109108 <configuration >
110109 <deploy .promote>true</deploy .promote>
111110 <deploy .stopPreviousVersion>true</deploy .stopPreviousVersion>
You can’t perform that action at this time.
0 commit comments