Skip to content

Commit 33b2352

Browse files
authored
[Endpoints] Update region tags (#920)
* update region tags in migration guide * Update endpoints framework plugin version.
1 parent 0ab0faf commit 33b2352

File tree

4 files changed

+8
-14
lines changed

4 files changed

+8
-14
lines changed

appengine-java8/endpoints-v2-migration/build.gradle

+3-6
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,10 @@ repositories { // repositories for Jar's you access in your code
3636
apply plugin: 'java' // standard Java tasks
3737
apply plugin: 'war' // standard Web Archive plugin
3838

39-
// [START apply_appengine]
40-
apply plugin: 'com.google.cloud.tools.appengine' // App Engine tasks
41-
// [END apply_appengine]
42-
43-
// [START apply_endpoints-framework-server]
39+
// [START apply_plugins]
40+
apply plugin: 'com.google.cloud.tools.appengine'
4441
apply plugin: 'com.google.cloud.tools.endpoints-framework-server'
45-
// [END apply_endpoints-framework-server]
42+
// [END apply_plugins]
4643

4744
dependencies {
4845
providedCompile group: 'javax.servlet', name: 'javax.servlet-api', version:'3.1.0'

appengine-java8/endpoints-v2-migration/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ limitations under the License.
7171
<plugin>
7272
<groupId>com.google.cloud.tools</groupId>
7373
<artifactId>appengine-maven-plugin</artifactId>
74-
<version>1.3.1</version>
74+
<version>1.3.2</version>
7575
<configuration>
7676
<!-- deploy configuration -->
7777
</configuration>

appengine/endpoints-frameworks-v2/migration-example/build.gradle

+3-6
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,10 @@ repositories { // repositories for Jar's you access in your code
3636
apply plugin: 'java' // standard Java tasks
3737
apply plugin: 'war' // standard Web Archive plugin
3838

39-
// [START apply_appengine]
40-
apply plugin: 'com.google.cloud.tools.appengine' // App Engine tasks
41-
// [END apply_appengine]
42-
43-
// [START apply_endpoints-framework-server]
39+
// [START apply_plugins]
40+
apply plugin: 'com.google.cloud.tools.appengine'
4441
apply plugin: 'com.google.cloud.tools.endpoints-framework-server'
45-
// [END apply_endpoints-framework-server]
42+
// [END apply_plugins]
4643

4744
dependencies {
4845
providedCompile group: 'javax.servlet', name: 'servlet-api', version:'2.5'

appengine/endpoints-frameworks-v2/migration-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ limitations under the License.
8383
<plugin>
8484
<groupId>com.google.cloud.tools</groupId>
8585
<artifactId>appengine-maven-plugin</artifactId>
86-
<version>1.3.1</version>
86+
<version>1.3.2</version>
8787
<configuration>
8888
<!-- deploy configuration -->
8989
</configuration>

0 commit comments

Comments
 (0)