File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 40
40
<database >sqldemo</database >
41
41
42
42
<!-- [START_EXCLUDE] -->
43
- <appengine .maven.plugin>1.3.1</appengine .maven.plugin>
44
43
<maven .compiler.target>1.8</maven .compiler.target>
45
44
<maven .compiler.source>1.8</maven .compiler.source>
46
45
<!-- [END_EXCLUDE] -->
51
50
<dependency >
52
51
<groupId >com.google.appengine</groupId >
53
52
<artifactId >appengine-api-1.0-sdk</artifactId >
54
- <version >${appengine.sdk.version} </version >
53
+ <version >1.9.53 </version >
55
54
</dependency >
56
55
57
56
<dependency >
72
71
<dependency >
73
72
<groupId >mysql</groupId >
74
73
<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 -->
76
75
<!-- <version>6.0.6</version>-->
77
76
</dependency >
78
77
<dependency >
105
104
<plugin >
106
105
<groupId >com.google.cloud.tools</groupId >
107
106
<artifactId >appengine-maven-plugin</artifactId >
108
- <version >${appengine.maven.plugin} </version >
107
+ <version >1.3.1 </version >
109
108
<configuration >
110
109
<deploy .promote>true</deploy .promote>
111
110
<deploy .stopPreviousVersion>true</deploy .stopPreviousVersion>
You can’t perform that action at this time.
0 commit comments