Skip to content

Commit e2f5f08

Browse files
authored
update region tags (#1277)
1 parent aec1325 commit e2f5f08

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

appengine-java8/cloudsql-postgres/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<version>1.27.0</version>
7070
</dependency>
7171

72-
<!-- [START dependencies] -->
72+
<!-- [START gae_java8_postgres_dependencies] -->
7373
<dependency>
7474
<groupId>org.postgresql</groupId>
7575
<artifactId>postgresql</artifactId>
@@ -81,14 +81,14 @@
8181
<artifactId>postgres-socket-factory</artifactId>
8282
<version>1.0.11</version>
8383
</dependency>
84-
<!-- [END dependencies] -->
84+
<!-- [END gae_java8_postgres_dependencies] -->
8585
</dependencies>
8686

8787
<build>
8888
<!-- for hot reload of the web application -->
8989
<outputDirectory>${project.build.directory}/${project.build.finalName}/WEB-INF/classes</outputDirectory>
9090
<plugins>
91-
<!-- [START plugins] -->
91+
<!-- [START gae_java8_postgres_plugins] -->
9292
<plugin>
9393
<groupId>org.apache.maven.plugins</groupId>
9494
<artifactId>maven-war-plugin</artifactId>
@@ -114,7 +114,7 @@
114114
<deploy.stopPreviousVersion>true</deploy.stopPreviousVersion>
115115
</configuration>
116116
</plugin>
117-
<!-- [END plugins] -->
117+
<!-- [END gae_java8_postgres_plugins] -->
118118
</plugins>
119119
</build>
120120
</project>

appengine-java8/cloudsql/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<version>1.27.0</version>
7272
</dependency>
7373

74-
<!-- [START dependencies] -->
74+
<!-- [START gae_java8_mysql_dependencies] -->
7575
<dependency> <!-- Only used locally -->
7676
<groupId>mysql</groupId>
7777
<artifactId>mysql-connector-java</artifactId>
@@ -82,13 +82,13 @@
8282
<artifactId>mysql-socket-factory</artifactId>
8383
<version>1.0.11</version>
8484
</dependency>
85-
<!-- [END dependencies] -->
85+
<!-- [END gae_java8_mysql_dependencies] -->
8686
</dependencies>
8787
<build>
8888
<!-- for hot reload of the web application -->
8989
<outputDirectory>${project.build.directory}/${project.build.finalName}/WEB-INF/classes</outputDirectory>
9090
<plugins>
91-
<!-- [START plugins] -->
91+
<!-- [START gae_java8_mysql_plugins] -->
9292
<plugin>
9393
<groupId>org.apache.maven.plugins</groupId>
9494
<artifactId>maven-war-plugin</artifactId>
@@ -114,7 +114,7 @@
114114
<deploy.stopPreviousVersion>true</deploy.stopPreviousVersion>
115115
</configuration>
116116
</plugin>
117-
<!-- [END plugins] -->
117+
<!-- [END gae_java8_mysql_plugins] -->
118118
</plugins>
119119
</build>
120120
</project>

appengine/cloudsql/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<version>1.0.9</version>
3131
</parent>
3232

33-
<!-- [START properties] -->
33+
<!-- [START gae_java_mysql_properties] -->
3434
<properties>
3535
<!-- INSTANCE_CONNECTION_NAME from Cloud Console > SQL > Instance Details > Properties
3636
or gcloud sql instances describe <instance>
@@ -48,7 +48,7 @@
4848
<maven.compiler.source>1.7</maven.compiler.source>
4949
<!-- [END_EXCLUDE] -->
5050
</properties>
51-
<!-- [END properties] -->
51+
<!-- [END gae_java_mysql_properties] -->
5252
<dependencies>
5353
<dependency>
5454
<groupId>javax.servlet</groupId>
@@ -71,7 +71,7 @@
7171
</dependency>
7272

7373

74-
<!-- [START dependencies] -->
74+
<!-- [START gae_java_mysql_dependencies] -->
7575
<dependency> <!-- ONLY USED LOCALY -->
7676
<groupId>mysql</groupId>
7777
<artifactId>mysql-connector-java</artifactId>
@@ -82,13 +82,13 @@
8282
<artifactId>mysql-socket-factory</artifactId>
8383
<version>1.0.11</version>
8484
</dependency>
85-
<!-- [END dependencies] -->
85+
<!-- [END gae_java_mysql_dependencies] -->
8686
</dependencies>
8787
<build>
8888
<!-- for hot reload of the web application -->
8989
<outputDirectory>${project.build.directory}/${project.build.finalName}/WEB-INF/classes</outputDirectory>
9090
<plugins>
91-
<!-- [START plugins] -->
91+
<!-- [START gae_java_mysql_plugins] -->
9292
<plugin>
9393
<groupId>org.apache.maven.plugins</groupId>
9494
<artifactId>maven-war-plugin</artifactId>
@@ -114,7 +114,7 @@
114114
<deploy.stopPreviousVersion>true</deploy.stopPreviousVersion>
115115
</configuration>
116116
</plugin>
117-
<!-- [END plugins] -->
117+
<!-- [END gae_java_mysql_plugins] -->
118118
</plugins>
119119
</build>
120120
</project>

0 commit comments

Comments
 (0)