From ec676eba411e8dc0828241d7019ab4f0d99e5015 Mon Sep 17 00:00:00 2001 From: kbuilder Date: Wed, 14 Sep 2022 13:35:07 -0700 Subject: [PATCH] [maven-release-plugin] prepare release parent-2.0.8 --- api/pom.xml | 2 +- api_dev/pom.xml | 2 +- api_legacy/pom.xml | 2 +- appengine-api-1.0-sdk/pom.xml | 2 +- appengine-api-stubs/pom.xml | 2 +- appengine_jsr107/pom.xml | 2 +- appengine_resources/pom.xml | 2 +- appengine_testing/pom.xml | 2 +- appengine_testing_tests/pom.xml | 2 +- applications/pom.xml | 2 +- applications/proberapp/pom.xml | 6 ++---- applications/springboot/pom.xml | 5 ++--- lib/pom.xml | 2 +- lib/tools_api/pom.xml | 2 +- lib/xml_validator/pom.xml | 2 +- lib/xml_validator_test/pom.xml | 2 +- local_runtime_shared/pom.xml | 2 +- pom.xml | 4 ++-- protobuf/pom.xml | 2 +- quickstartgenerator/pom.xml | 2 +- remoteapi/pom.xml | 2 +- runtime/deployment/pom.xml | 2 +- runtime/failinitfilterwebapp/pom.xml | 4 +--- runtime/impl/pom.xml | 2 +- runtime/local/pom.xml | 2 +- runtime/main/pom.xml | 2 +- runtime/nogaeapiswebapp/pom.xml | 4 +--- runtime/pom.xml | 2 +- runtime/test/pom.xml | 2 +- runtime/testapps/pom.xml | 2 +- runtime/util/pom.xml | 2 +- runtime_shared/pom.xml | 2 +- sdk_assembly/pom.xml | 4 ++-- sessiondata/pom.xml | 2 +- shared_sdk/pom.xml | 2 +- third_party/geronimo_javamail/pom.xml | 4 ++-- utils/pom.xml | 2 +- 37 files changed, 42 insertions(+), 49 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index 1d8dd6f0..757e68d3 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -21,7 +21,7 @@ com.google.appengine parent - 2.0.8-SNAPSHOT + 2.0.8 true diff --git a/api_dev/pom.xml b/api_dev/pom.xml index 643ac4ee..7d864ca3 100644 --- a/api_dev/pom.xml +++ b/api_dev/pom.xml @@ -23,7 +23,7 @@ com.google.appengine parent - 2.0.8-SNAPSHOT + 2.0.8 jar diff --git a/api_legacy/pom.xml b/api_legacy/pom.xml index e95399bc..d9c6ac3c 100644 --- a/api_legacy/pom.xml +++ b/api_legacy/pom.xml @@ -22,7 +22,7 @@ com.google.appengine parent - 2.0.8-SNAPSHOT + 2.0.8 jar diff --git a/appengine-api-1.0-sdk/pom.xml b/appengine-api-1.0-sdk/pom.xml index 2a4cd307..5268e9b3 100644 --- a/appengine-api-1.0-sdk/pom.xml +++ b/appengine-api-1.0-sdk/pom.xml @@ -20,7 +20,7 @@ com.google.appengine parent - 2.0.8-SNAPSHOT + 2.0.8 jar AppEngine :: appengine-api-1.0-sdk diff --git a/appengine-api-stubs/pom.xml b/appengine-api-stubs/pom.xml index 99d878c4..0cecff16 100644 --- a/appengine-api-stubs/pom.xml +++ b/appengine-api-stubs/pom.xml @@ -23,7 +23,7 @@ com.google.appengine parent - 2.0.8-SNAPSHOT + 2.0.8 jar diff --git a/appengine_jsr107/pom.xml b/appengine_jsr107/pom.xml index 95713fc7..7bfde3eb 100644 --- a/appengine_jsr107/pom.xml +++ b/appengine_jsr107/pom.xml @@ -24,7 +24,7 @@ com.google.appengine parent - 2.0.8-SNAPSHOT + 2.0.8 diff --git a/appengine_resources/pom.xml b/appengine_resources/pom.xml index 9c8936af..941958c8 100644 --- a/appengine_resources/pom.xml +++ b/appengine_resources/pom.xml @@ -21,7 +21,7 @@ com.google.appengine parent - 2.0.8-SNAPSHOT + 2.0.8 jar AppEngine :: appengine-resources diff --git a/appengine_testing/pom.xml b/appengine_testing/pom.xml index 3a5cf8d1..78456708 100644 --- a/appengine_testing/pom.xml +++ b/appengine_testing/pom.xml @@ -23,7 +23,7 @@ com.google.appengine parent - 2.0.8-SNAPSHOT + 2.0.8 jar diff --git a/appengine_testing_tests/pom.xml b/appengine_testing_tests/pom.xml index 4fda5a19..38c80ca8 100644 --- a/appengine_testing_tests/pom.xml +++ b/appengine_testing_tests/pom.xml @@ -23,7 +23,7 @@ com.google.appengine parent - 2.0.8-SNAPSHOT + 2.0.8 jar diff --git a/applications/pom.xml b/applications/pom.xml index 021070ce..c455a9b6 100644 --- a/applications/pom.xml +++ b/applications/pom.xml @@ -22,7 +22,7 @@ com.google.appengine parent - 2.0.8-SNAPSHOT + 2.0.8 pom diff --git a/applications/proberapp/pom.xml b/applications/proberapp/pom.xml index f7c169b2..0270a193 100644 --- a/applications/proberapp/pom.xml +++ b/applications/proberapp/pom.xml @@ -14,9 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 war @@ -27,7 +25,7 @@ com.google.appengine applications - 2.0.8-SNAPSHOT + 2.0.8 diff --git a/applications/springboot/pom.xml b/applications/springboot/pom.xml index d35ad917..ea65576a 100644 --- a/applications/springboot/pom.xml +++ b/applications/springboot/pom.xml @@ -15,13 +15,12 @@ limitations under the License. --> - + 4.0.0 com.google.appengine.demos springboot - 0.0.1-SNAPSHOT + 0.0.1 war AppEngine :: springboot diff --git a/lib/pom.xml b/lib/pom.xml index c2d78c12..7fd36825 100644 --- a/lib/pom.xml +++ b/lib/pom.xml @@ -22,7 +22,7 @@ com.google.appengine parent - 2.0.8-SNAPSHOT + 2.0.8 pom diff --git a/lib/tools_api/pom.xml b/lib/tools_api/pom.xml index f3edff73..91e43b63 100644 --- a/lib/tools_api/pom.xml +++ b/lib/tools_api/pom.xml @@ -23,7 +23,7 @@ com.google.appengine lib-parent - 2.0.8-SNAPSHOT + 2.0.8 jar diff --git a/lib/xml_validator/pom.xml b/lib/xml_validator/pom.xml index 84201588..023b0dbb 100644 --- a/lib/xml_validator/pom.xml +++ b/lib/xml_validator/pom.xml @@ -22,7 +22,7 @@ com.google.appengine lib-parent - 2.0.8-SNAPSHOT + 2.0.8 jar AppEngine :: libxmlvalidator diff --git a/lib/xml_validator_test/pom.xml b/lib/xml_validator_test/pom.xml index 2ec2fd54..cd27f6e0 100644 --- a/lib/xml_validator_test/pom.xml +++ b/lib/xml_validator_test/pom.xml @@ -22,7 +22,7 @@ com.google.appengine lib-parent - 2.0.8-SNAPSHOT + 2.0.8 jar AppEngine :: libxmlvalidator_test diff --git a/local_runtime_shared/pom.xml b/local_runtime_shared/pom.xml index 81e12b57..cbb91bf4 100644 --- a/local_runtime_shared/pom.xml +++ b/local_runtime_shared/pom.xml @@ -21,7 +21,7 @@ com.google.appengine parent - 2.0.8-SNAPSHOT + 2.0.8 jar AppEngine :: appengine-local-runtime-shared diff --git a/pom.xml b/pom.xml index 16516588..33381d65 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ 4.0.0 com.google.appengine parent - 2.0.8-SNAPSHOT + 2.0.8 pom AppEngine :: Parent project @@ -61,7 +61,7 @@ scm:git:git://github.com/GoogleCloudPlatform/appengine-java-standard.git https://github.com/GoogleCloudPlatform/appengine-java-standard scm:git:ssh://git@github.com/GoogleCloudPlatform/appengine-java-standard.git - HEAD + parent-2.0.8 diff --git a/protobuf/pom.xml b/protobuf/pom.xml index aaa9ab7c..3556c69f 100644 --- a/protobuf/pom.xml +++ b/protobuf/pom.xml @@ -23,7 +23,7 @@ com.google.appengine parent - 2.0.8-SNAPSHOT + 2.0.8 jar diff --git a/quickstartgenerator/pom.xml b/quickstartgenerator/pom.xml index da16f00f..7075117f 100644 --- a/quickstartgenerator/pom.xml +++ b/quickstartgenerator/pom.xml @@ -23,7 +23,7 @@ com.google.appengine parent - 2.0.8-SNAPSHOT + 2.0.8 jar diff --git a/remoteapi/pom.xml b/remoteapi/pom.xml index 3c6e3921..e57f23e6 100644 --- a/remoteapi/pom.xml +++ b/remoteapi/pom.xml @@ -20,7 +20,7 @@ com.google.appengine parent - 2.0.8-SNAPSHOT + 2.0.8 jar AppEngine :: appengine-remote-api diff --git a/runtime/deployment/pom.xml b/runtime/deployment/pom.xml index 8a6c5cbb..27b72813 100644 --- a/runtime/deployment/pom.xml +++ b/runtime/deployment/pom.xml @@ -22,7 +22,7 @@ com.google.appengine runtime-parent - 2.0.8-SNAPSHOT + 2.0.8 pom diff --git a/runtime/failinitfilterwebapp/pom.xml b/runtime/failinitfilterwebapp/pom.xml index e6d09593..56d2a7fe 100644 --- a/runtime/failinitfilterwebapp/pom.xml +++ b/runtime/failinitfilterwebapp/pom.xml @@ -14,9 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 war diff --git a/runtime/impl/pom.xml b/runtime/impl/pom.xml index aa98a6ee..b36b04d4 100644 --- a/runtime/impl/pom.xml +++ b/runtime/impl/pom.xml @@ -23,7 +23,7 @@ com.google.appengine runtime-parent - 2.0.8-SNAPSHOT + 2.0.8 jar diff --git a/runtime/local/pom.xml b/runtime/local/pom.xml index ec320b98..07c9e05a 100644 --- a/runtime/local/pom.xml +++ b/runtime/local/pom.xml @@ -23,7 +23,7 @@ com.google.appengine runtime-parent - 2.0.8-SNAPSHOT + 2.0.8 jar diff --git a/runtime/main/pom.xml b/runtime/main/pom.xml index bbf1a17e..4e032376 100644 --- a/runtime/main/pom.xml +++ b/runtime/main/pom.xml @@ -23,7 +23,7 @@ com.google.appengine runtime-parent - 2.0.8-SNAPSHOT + 2.0.8 jar diff --git a/runtime/nogaeapiswebapp/pom.xml b/runtime/nogaeapiswebapp/pom.xml index b974fe55..5ea5ef9f 100644 --- a/runtime/nogaeapiswebapp/pom.xml +++ b/runtime/nogaeapiswebapp/pom.xml @@ -14,9 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 war diff --git a/runtime/pom.xml b/runtime/pom.xml index a0acef08..4d09ed9d 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -23,7 +23,7 @@ com.google.appengine parent - 2.0.8-SNAPSHOT + 2.0.8 AppEngine :: runtime projects pom diff --git a/runtime/test/pom.xml b/runtime/test/pom.xml index e871474f..d3463b69 100644 --- a/runtime/test/pom.xml +++ b/runtime/test/pom.xml @@ -22,7 +22,7 @@ com.google.appengine runtime-parent - 2.0.8-SNAPSHOT + 2.0.8 jar diff --git a/runtime/testapps/pom.xml b/runtime/testapps/pom.xml index 930b9baa..46bdbfc6 100644 --- a/runtime/testapps/pom.xml +++ b/runtime/testapps/pom.xml @@ -22,7 +22,7 @@ com.google.appengine runtime-parent - 2.0.8-SNAPSHOT + 2.0.8 jar diff --git a/runtime/util/pom.xml b/runtime/util/pom.xml index 8172a8d1..f3060f9f 100644 --- a/runtime/util/pom.xml +++ b/runtime/util/pom.xml @@ -22,7 +22,7 @@ com.google.appengine runtime-parent - 2.0.8-SNAPSHOT + 2.0.8 jar diff --git a/runtime_shared/pom.xml b/runtime_shared/pom.xml index cd7dfd65..6b68bef5 100644 --- a/runtime_shared/pom.xml +++ b/runtime_shared/pom.xml @@ -22,7 +22,7 @@ com.google.appengine parent - 2.0.8-SNAPSHOT + 2.0.8 jar diff --git a/sdk_assembly/pom.xml b/sdk_assembly/pom.xml index be1db32e..8035208a 100644 --- a/sdk_assembly/pom.xml +++ b/sdk_assembly/pom.xml @@ -20,7 +20,7 @@ com.google.appengine parent - 2.0.8-SNAPSHOT + 2.0.8 4.0.0 appengine-java-sdk @@ -258,7 +258,7 @@ - + diff --git a/sessiondata/pom.xml b/sessiondata/pom.xml index 6cdf1422..2f459d3d 100644 --- a/sessiondata/pom.xml +++ b/sessiondata/pom.xml @@ -23,7 +23,7 @@ com.google.appengine parent - 2.0.8-SNAPSHOT + 2.0.8 jar diff --git a/shared_sdk/pom.xml b/shared_sdk/pom.xml index 022c1159..65b0a3eb 100644 --- a/shared_sdk/pom.xml +++ b/shared_sdk/pom.xml @@ -21,7 +21,7 @@ com.google.appengine parent - 2.0.8-SNAPSHOT + 2.0.8 jar diff --git a/third_party/geronimo_javamail/pom.xml b/third_party/geronimo_javamail/pom.xml index dd42bc23..c9fb81e6 100644 --- a/third_party/geronimo_javamail/pom.xml +++ b/third_party/geronimo_javamail/pom.xml @@ -22,14 +22,14 @@ com.google.appengine parent - 2.0.8-SNAPSHOT + 2.0.8 ../../pom.xml geronimo-javamail_1.4_spec jar AppEngine :: JavaMail 1.4 - 1.4.4-${project.parent.version} + 1.4.4-2.0.8 Javamail 1.4 Specification with AppEngine updates. diff --git a/utils/pom.xml b/utils/pom.xml index b0dbe18c..eb1f6ab7 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -21,7 +21,7 @@ com.google.appengine parent - 2.0.8-SNAPSHOT + 2.0.8 true