1- <?xml version =" 1.0" encoding =" UTF-8" ?>
21<!--
3- Copyright 2015 Google Inc. All Rights Reserved.
2+ Copyright 2015 Google Inc. All Rights Reserved.
43
54 Licensed under the Apache License, Version 2.0 (the "License");
65 you may not use this file except in compliance with the License.
@@ -14,8 +13,7 @@ Copyright 2015 Google Inc. All Rights Reserved.
1413 See the License for the specific language governing permissions and
1514 limitations under the License.
1615-->
17- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
18- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
16+ <project >
1917 <modelVersion >4.0.0</modelVersion >
2018 <packaging >war</packaging >
2119 <version >1.0-SNAPSHOT</version >
@@ -29,16 +27,11 @@ Copyright 2015 Google Inc. All Rights Reserved.
2927 <relativePath >../..</relativePath >
3028 </parent >
3129
32- <properties >
33- <appengine .target.version>1.9.30</appengine .target.version>
34- <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
35- </properties >
36-
3730 <dependencies >
3831 <dependency >
3932 <groupId >com.google.appengine</groupId >
4033 <artifactId >appengine-api-1.0-sdk</artifactId >
41- <version >${appengine.target .version} </version >
34+ <version >${appengine.sdk .version} </version >
4235 </dependency >
4336 <dependency >
4437 <groupId >com.google.guava</groupId >
@@ -74,19 +67,19 @@ Copyright 2015 Google Inc. All Rights Reserved.
7467 <dependency >
7568 <groupId >com.google.appengine</groupId >
7669 <artifactId >appengine-testing</artifactId >
77- <version >${appengine.target .version} </version >
70+ <version >${appengine.sdk .version} </version >
7871 <scope >test</scope >
7972 </dependency >
8073 <dependency >
8174 <groupId >com.google.appengine</groupId >
8275 <artifactId >appengine-api-stubs</artifactId >
83- <version >${appengine.target .version} </version >
76+ <version >${appengine.sdk .version} </version >
8477 <scope >test</scope >
8578 </dependency >
8679 <dependency >
8780 <groupId >com.google.appengine</groupId >
8881 <artifactId >appengine-tools-sdk</artifactId >
89- <version >${appengine.target .version} </version >
82+ <version >${appengine.sdk .version} </version >
9083 <scope >test</scope >
9184 </dependency >
9285 <dependency >
@@ -100,15 +93,6 @@ Copyright 2015 Google Inc. All Rights Reserved.
10093 <!-- for hot reload of the web application -->
10194 <outputDirectory >${project.build.directory} /${project.build.finalName} /WEB-INF/classes</outputDirectory >
10295 <plugins >
103- <plugin >
104- <groupId >org.apache.maven.plugins</groupId >
105- <version >3.3</version >
106- <artifactId >maven-compiler-plugin</artifactId >
107- <configuration >
108- <source >1.7</source >
109- <target >1.7</target >
110- </configuration >
111- </plugin >
11296 <plugin >
11397 <groupId >com.google.appengine</groupId >
11498 <artifactId >gcloud-maven-plugin</artifactId >
0 commit comments