Skip to content

Commit

Permalink
[Endpoints] Update region tags (#920)
Browse files Browse the repository at this point in the history
* update region tags in migration guide

* Update endpoints framework plugin version.
  • Loading branch information
frankyn authored Nov 15, 2017
1 parent 0ab0faf commit 33b2352
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 14 deletions.
9 changes: 3 additions & 6 deletions appengine-java8/endpoints-v2-migration/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,10 @@ repositories { // repositories for Jar's you access in your code
apply plugin: 'java' // standard Java tasks
apply plugin: 'war' // standard Web Archive plugin

// [START apply_appengine]
apply plugin: 'com.google.cloud.tools.appengine' // App Engine tasks
// [END apply_appengine]

// [START apply_endpoints-framework-server]
// [START apply_plugins]
apply plugin: 'com.google.cloud.tools.appengine'
apply plugin: 'com.google.cloud.tools.endpoints-framework-server'
// [END apply_endpoints-framework-server]
// [END apply_plugins]

dependencies {
providedCompile group: 'javax.servlet', name: 'javax.servlet-api', version:'3.1.0'
Expand Down
2 changes: 1 addition & 1 deletion appengine-java8/endpoints-v2-migration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ limitations under the License.
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>appengine-maven-plugin</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<configuration>
<!-- deploy configuration -->
</configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,10 @@ repositories { // repositories for Jar's you access in your code
apply plugin: 'java' // standard Java tasks
apply plugin: 'war' // standard Web Archive plugin

// [START apply_appengine]
apply plugin: 'com.google.cloud.tools.appengine' // App Engine tasks
// [END apply_appengine]

// [START apply_endpoints-framework-server]
// [START apply_plugins]
apply plugin: 'com.google.cloud.tools.appengine'
apply plugin: 'com.google.cloud.tools.endpoints-framework-server'
// [END apply_endpoints-framework-server]
// [END apply_plugins]

dependencies {
providedCompile group: 'javax.servlet', name: 'servlet-api', version:'2.5'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ limitations under the License.
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>appengine-maven-plugin</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<configuration>
<!-- deploy configuration -->
</configuration>
Expand Down

0 comments on commit 33b2352

Please sign in to comment.