Skip to content

Commit 377462f

Browse files
authored
Create pom.xml (#703)
1. hardcode maven version. 2. hard code appengine version 3. fix comment on mysql-connector
1 parent eb37091 commit 377462f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

appengine-java8/cloudsql/pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
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] -->
@@ -51,7 +50,7 @@
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>
@@ -72,7 +71,7 @@
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>
@@ -105,7 +104,7 @@
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>

0 commit comments

Comments
 (0)