diff --git a/managed_vms/helloworld/build.gradle b/managed_vms/helloworld/build.gradle index 484eaa30b9b..d0651329753 100644 --- a/managed_vms/helloworld/build.gradle +++ b/managed_vms/helloworld/build.gradle @@ -56,7 +56,6 @@ model { stopPreviousVersion = true // default - stop the current version promote = true // default - & make this the current version } - } } // [END model] diff --git a/managed_vms/helloworld/pom.xml b/managed_vms/helloworld/pom.xml index aa8ef5943e7..31c366ccc02 100644 --- a/managed_vms/helloworld/pom.xml +++ b/managed_vms/helloworld/pom.xml @@ -13,12 +13,13 @@ See the License for the specific language governing permissions and limitations under the License. --> + 4.0.0 war 1.0-SNAPSHOT - com.example.managedvms - managed-vms-helloworld + com.example.flexible + flexible-helloworld doc-samples @@ -28,11 +29,12 @@ - 1.7 - 1.7 - 2.6 + 1.8 + 1.8 + 0.1.1-beta 9.3.7.v20160115 + false @@ -75,3 +77,4 @@ + diff --git a/managed_vms/helloworld/src/main/appengine/app.yaml b/managed_vms/helloworld/src/main/appengine/app.yaml index 2a659160df5..b37fa66a82e 100644 --- a/managed_vms/helloworld/src/main/appengine/app.yaml +++ b/managed_vms/helloworld/src/main/appengine/app.yaml @@ -1,3 +1,17 @@ +# Copyright 2016 Google Inc. All Rights Reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# [START appyaml] runtime: java vm: true @@ -5,3 +19,4 @@ handlers: - url: /.* script: this field is required, but ignored secure: always +# [END appyaml]