From 54b229acaa6f5fa9e1b96aef744a58e8c8d25fb0 Mon Sep 17 00:00:00 2001 From: Ludovic Champenois Date: Tue, 4 Jan 2022 11:20:06 -0800 Subject: [PATCH 1/5] Better doc. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe814c7d..6f645c03 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ # Google App Engine Standard Environment Source Code for Java 8 and Java11. -This is a repository that contains the Java Source Code for [Google App Engine +This repository contains the Java Source Code for [Google App Engine standard environment][ae-docs], the production runtime, the APIs, and local SDK. [ae-docs]: https://cloud.google.com/appengine/docs/standard/java From 38552e0b12ce341b52005008e45afddee1fbc2ae Mon Sep 17 00:00:00 2001 From: Ludovic Champenois Date: Tue, 4 Jan 2022 17:44:09 -0800 Subject: [PATCH 2/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f645c03..d82ab8b4 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This repository contains the Java Source Code for [Google App Engine -standard environment][ae-docs], the production runtime, the APIs, and local SDK. +standard environment][ae-docs], the production runtime, the AppEngine APIs, and local SDK. [ae-docs]: https://cloud.google.com/appengine/docs/standard/java From 2f51c17059cd9ca9090b08c2f92bf92af23d21ef Mon Sep 17 00:00:00 2001 From: ludoch Date: Fri, 21 Jan 2022 14:03:30 -0800 Subject: [PATCH 3/5] [maven-release-plugin] prepare release parent-2.0.3 --- api/pom.xml | 2 +- api_dev/pom.xml | 5 ++--- api_legacy/pom.xml | 5 ++--- appengine-api-1.0-sdk/pom.xml | 4 ++-- appengine-api-stubs/pom.xml | 5 ++--- appengine_resources/pom.xml | 5 ++--- appengine_testing/pom.xml | 5 ++--- lib/pom.xml | 5 ++--- lib/tools_api/pom.xml | 5 ++--- lib/xml_validator/pom.xml | 5 ++--- lib/xml_validator_test/pom.xml | 5 ++--- local_runtime_shared/pom.xml | 2 +- pom.xml | 4 ++-- protobuf/pom.xml | 5 ++--- quickstartgenerator/pom.xml | 5 ++--- remoteapi/pom.xml | 2 +- runtime/deployment/pom.xml | 5 ++--- runtime/impl/pom.xml | 5 ++--- runtime/local/pom.xml | 5 ++--- runtime/main/pom.xml | 5 ++--- runtime/pom.xml | 5 ++--- runtime/test/pom.xml | 5 ++--- runtime/testapps/pom.xml | 5 ++--- runtime/util/pom.xml | 5 ++--- runtime_shared/pom.xml | 5 ++--- sdk_assembly/pom.xml | 2 +- sessiondata/pom.xml | 5 ++--- shared_sdk/pom.xml | 2 +- third_party/geronimo_javamail/pom.xml | 2 +- utils/pom.xml | 2 +- 30 files changed, 53 insertions(+), 74 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index 69ba0947..0a239778 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -21,7 +21,7 @@ com.google.appengine parent - 2.0.3-SNAPSHOT + 2.0.3 true diff --git a/api_dev/pom.xml b/api_dev/pom.xml index 9adb47e8..06eacb0c 100644 --- a/api_dev/pom.xml +++ b/api_dev/pom.xml @@ -15,8 +15,7 @@ limitations under the License. --> - + 4.0.0 appengine-apis-dev @@ -24,7 +23,7 @@ com.google.appengine parent - 2.0.3-SNAPSHOT + 2.0.3 jar diff --git a/api_legacy/pom.xml b/api_legacy/pom.xml index 9a29c07c..c62b5048 100644 --- a/api_legacy/pom.xml +++ b/api_legacy/pom.xml @@ -15,8 +15,7 @@ limitations under the License. --> - + 4.0.0 appengine-api-legacy @@ -24,7 +23,7 @@ com.google.appengine parent - 2.0.3-SNAPSHOT + 2.0.3 jar diff --git a/appengine-api-1.0-sdk/pom.xml b/appengine-api-1.0-sdk/pom.xml index 7cfae25a..06af2ab8 100644 --- a/appengine-api-1.0-sdk/pom.xml +++ b/appengine-api-1.0-sdk/pom.xml @@ -14,13 +14,13 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 appengine-api-1.0-sdk com.google.appengine parent - 2.0.3-SNAPSHOT + 2.0.3 jar appengine-api-1.0-sdk diff --git a/appengine-api-stubs/pom.xml b/appengine-api-stubs/pom.xml index 7c122617..f0a85d56 100644 --- a/appengine-api-stubs/pom.xml +++ b/appengine-api-stubs/pom.xml @@ -15,8 +15,7 @@ limitations under the License. --> - + 4.0.0 appengine-api-stubs @@ -24,7 +23,7 @@ com.google.appengine parent - 2.0.3-SNAPSHOT + 2.0.3 jar diff --git a/appengine_resources/pom.xml b/appengine_resources/pom.xml index dcecbddc..58576583 100644 --- a/appengine_resources/pom.xml +++ b/appengine_resources/pom.xml @@ -15,14 +15,13 @@ limitations under the License. --> - + 4.0.0 appengine-resources com.google.appengine parent - 2.0.3-SNAPSHOT + 2.0.3 jar appengine-resources diff --git a/appengine_testing/pom.xml b/appengine_testing/pom.xml index 9f482b31..20a8e059 100644 --- a/appengine_testing/pom.xml +++ b/appengine_testing/pom.xml @@ -15,8 +15,7 @@ limitations under the License. --> - + 4.0.0 appengine-testing @@ -24,7 +23,7 @@ com.google.appengine parent - 2.0.3-SNAPSHOT + 2.0.3 jar diff --git a/lib/pom.xml b/lib/pom.xml index 5f62ce18..af94b0cd 100644 --- a/lib/pom.xml +++ b/lib/pom.xml @@ -15,14 +15,13 @@ limitations under the License. --> - + 4.0.0 lib-parent com.google.appengine parent - 2.0.3-SNAPSHOT + 2.0.3 pom diff --git a/lib/tools_api/pom.xml b/lib/tools_api/pom.xml index 6501db76..c83a16ea 100644 --- a/lib/tools_api/pom.xml +++ b/lib/tools_api/pom.xml @@ -15,8 +15,7 @@ limitations under the License. --> - + 4.0.0 appengine-tools-sdk @@ -24,7 +23,7 @@ com.google.appengine lib-parent - 2.0.3-SNAPSHOT + 2.0.3 jar diff --git a/lib/xml_validator/pom.xml b/lib/xml_validator/pom.xml index a456dc86..5f3ed82c 100644 --- a/lib/xml_validator/pom.xml +++ b/lib/xml_validator/pom.xml @@ -15,15 +15,14 @@ limitations under the License. --> - + 4.0.0 libxmlvalidator com.google.appengine lib-parent - 2.0.3-SNAPSHOT + 2.0.3 jar libxmlvalidator diff --git a/lib/xml_validator_test/pom.xml b/lib/xml_validator_test/pom.xml index 60f9997d..90b108da 100644 --- a/lib/xml_validator_test/pom.xml +++ b/lib/xml_validator_test/pom.xml @@ -15,15 +15,14 @@ limitations under the License. --> - + 4.0.0 libxmlvalidator_test com.google.appengine lib-parent - 2.0.3-SNAPSHOT + 2.0.3 jar libxmlvalidator_test diff --git a/local_runtime_shared/pom.xml b/local_runtime_shared/pom.xml index d62a0fe9..2cecddba 100644 --- a/local_runtime_shared/pom.xml +++ b/local_runtime_shared/pom.xml @@ -21,7 +21,7 @@ com.google.appengine parent - 2.0.3-SNAPSHOT + 2.0.3 jar appengine-local-runtime-shared diff --git a/pom.xml b/pom.xml index 711f96dc..2d52f13a 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ 4.0.0 com.google.appengine parent - 2.0.3-SNAPSHOT + 2.0.3 pom third_party/geronimo_javamail @@ -57,7 +57,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.3 diff --git a/protobuf/pom.xml b/protobuf/pom.xml index 3ef350e0..5f5a1d37 100644 --- a/protobuf/pom.xml +++ b/protobuf/pom.xml @@ -15,8 +15,7 @@ limitations under the License. --> - + 4.0.0 protos @@ -24,7 +23,7 @@ com.google.appengine parent - 2.0.3-SNAPSHOT + 2.0.3 jar diff --git a/quickstartgenerator/pom.xml b/quickstartgenerator/pom.xml index ca445336..80af5817 100644 --- a/quickstartgenerator/pom.xml +++ b/quickstartgenerator/pom.xml @@ -15,8 +15,7 @@ limitations under the License. --> - + 4.0.0 quickstartgenerator @@ -24,7 +23,7 @@ com.google.appengine parent - 2.0.3-SNAPSHOT + 2.0.3 jar diff --git a/remoteapi/pom.xml b/remoteapi/pom.xml index 68e60d66..43884b30 100644 --- a/remoteapi/pom.xml +++ b/remoteapi/pom.xml @@ -20,7 +20,7 @@ com.google.appengine parent - 2.0.3-SNAPSHOT + 2.0.3 jar appengine-remote-api diff --git a/runtime/deployment/pom.xml b/runtime/deployment/pom.xml index 5a9d1bbe..4eb06789 100644 --- a/runtime/deployment/pom.xml +++ b/runtime/deployment/pom.xml @@ -15,15 +15,14 @@ limitations under the License. --> - + 4.0.0 runtime-deployment com.google.appengine runtime-parent - 2.0.3-SNAPSHOT + 2.0.3 pom diff --git a/runtime/impl/pom.xml b/runtime/impl/pom.xml index 4eba0bea..5f24c777 100644 --- a/runtime/impl/pom.xml +++ b/runtime/impl/pom.xml @@ -15,8 +15,7 @@ limitations under the License. --> - + 4.0.0 com.google.appengine @@ -24,7 +23,7 @@ com.google.appengine runtime-parent - 2.0.3-SNAPSHOT + 2.0.3 jar diff --git a/runtime/local/pom.xml b/runtime/local/pom.xml index 2c1e04b4..5416d94c 100644 --- a/runtime/local/pom.xml +++ b/runtime/local/pom.xml @@ -15,8 +15,7 @@ limitations under the License. --> - + 4.0.0 appengine-local-runtime @@ -24,7 +23,7 @@ com.google.appengine runtime-parent - 2.0.3-SNAPSHOT + 2.0.3 jar diff --git a/runtime/main/pom.xml b/runtime/main/pom.xml index c0af7f81..2ea02a67 100644 --- a/runtime/main/pom.xml +++ b/runtime/main/pom.xml @@ -15,8 +15,7 @@ limitations under the License. --> - + 4.0.0 com.google.appengine @@ -24,7 +23,7 @@ com.google.appengine runtime-parent - 2.0.3-SNAPSHOT + 2.0.3 jar diff --git a/runtime/pom.xml b/runtime/pom.xml index 8337f786..e4a53bce 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -15,8 +15,7 @@ limitations under the License. --> - + 4.0.0 com.google.appengine @@ -24,7 +23,7 @@ com.google.appengine parent - 2.0.3-SNAPSHOT + 2.0.3 pom diff --git a/runtime/test/pom.xml b/runtime/test/pom.xml index 4b2378f2..20594e34 100644 --- a/runtime/test/pom.xml +++ b/runtime/test/pom.xml @@ -15,15 +15,14 @@ limitations under the License. --> - + 4.0.0 runtime-test com.google.appengine runtime-parent - 2.0.3-SNAPSHOT + 2.0.3 jar diff --git a/runtime/testapps/pom.xml b/runtime/testapps/pom.xml index f0cd1b70..3c5da71f 100644 --- a/runtime/testapps/pom.xml +++ b/runtime/testapps/pom.xml @@ -15,15 +15,14 @@ limitations under the License. --> - + 4.0.0 runtime-testapps com.google.appengine runtime-parent - 2.0.3-SNAPSHOT + 2.0.3 jar diff --git a/runtime/util/pom.xml b/runtime/util/pom.xml index ebe67bbe..a1f43a19 100644 --- a/runtime/util/pom.xml +++ b/runtime/util/pom.xml @@ -15,15 +15,14 @@ limitations under the License. --> - + 4.0.0 runtime-util com.google.appengine runtime-parent - 2.0.3-SNAPSHOT + 2.0.3 jar diff --git a/runtime_shared/pom.xml b/runtime_shared/pom.xml index 45d44f74..85f492d5 100644 --- a/runtime_shared/pom.xml +++ b/runtime_shared/pom.xml @@ -15,15 +15,14 @@ limitations under the License. --> - + 4.0.0 runtime-shared com.google.appengine parent - 2.0.3-SNAPSHOT + 2.0.3 jar diff --git a/sdk_assembly/pom.xml b/sdk_assembly/pom.xml index a055f5eb..682b0400 100644 --- a/sdk_assembly/pom.xml +++ b/sdk_assembly/pom.xml @@ -20,7 +20,7 @@ com.google.appengine parent - 2.0.3-SNAPSHOT + 2.0.3 4.0.0 appengine-java-sdk diff --git a/sessiondata/pom.xml b/sessiondata/pom.xml index e9e1c409..846a1922 100644 --- a/sessiondata/pom.xml +++ b/sessiondata/pom.xml @@ -15,8 +15,7 @@ limitations under the License. --> - + 4.0.0 sessiondata @@ -24,7 +23,7 @@ com.google.appengine parent - 2.0.3-SNAPSHOT + 2.0.3 jar diff --git a/shared_sdk/pom.xml b/shared_sdk/pom.xml index 74c51198..f1ed5778 100644 --- a/shared_sdk/pom.xml +++ b/shared_sdk/pom.xml @@ -21,7 +21,7 @@ com.google.appengine parent - 2.0.3-SNAPSHOT + 2.0.3 jar diff --git a/third_party/geronimo_javamail/pom.xml b/third_party/geronimo_javamail/pom.xml index 13e24d59..e8e31c0a 100644 --- a/third_party/geronimo_javamail/pom.xml +++ b/third_party/geronimo_javamail/pom.xml @@ -22,7 +22,7 @@ com.google.appengine parent - 2.0.3-SNAPSHOT + 2.0.3 ../../pom.xml diff --git a/utils/pom.xml b/utils/pom.xml index 37972fa2..95fe3835 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -21,7 +21,7 @@ com.google.appengine parent - 2.0.3-SNAPSHOT + 2.0.3 true From 3d764c3087efd52534eaa29363aa201ab8fa52c7 Mon Sep 17 00:00:00 2001 From: ludoch Date: Fri, 21 Jan 2022 14:03:30 -0800 Subject: [PATCH 4/5] [maven-release-plugin] prepare for next development iteration --- 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_resources/pom.xml | 2 +- appengine_testing/pom.xml | 2 +- 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/impl/pom.xml | 2 +- runtime/local/pom.xml | 2 +- runtime/main/pom.xml | 2 +- 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 | 2 +- sessiondata/pom.xml | 2 +- shared_sdk/pom.xml | 2 +- third_party/geronimo_javamail/pom.xml | 4 ++-- utils/pom.xml | 2 +- 30 files changed, 32 insertions(+), 32 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index 0a239778..9908472d 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -21,7 +21,7 @@ com.google.appengine parent - 2.0.3 + 2.0.4-SNAPSHOT true diff --git a/api_dev/pom.xml b/api_dev/pom.xml index 06eacb0c..541044c3 100644 --- a/api_dev/pom.xml +++ b/api_dev/pom.xml @@ -23,7 +23,7 @@ com.google.appengine parent - 2.0.3 + 2.0.4-SNAPSHOT jar diff --git a/api_legacy/pom.xml b/api_legacy/pom.xml index c62b5048..25e8e615 100644 --- a/api_legacy/pom.xml +++ b/api_legacy/pom.xml @@ -23,7 +23,7 @@ com.google.appengine parent - 2.0.3 + 2.0.4-SNAPSHOT jar diff --git a/appengine-api-1.0-sdk/pom.xml b/appengine-api-1.0-sdk/pom.xml index 06af2ab8..f393d0ac 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.3 + 2.0.4-SNAPSHOT jar appengine-api-1.0-sdk diff --git a/appengine-api-stubs/pom.xml b/appengine-api-stubs/pom.xml index f0a85d56..2eaa5364 100644 --- a/appengine-api-stubs/pom.xml +++ b/appengine-api-stubs/pom.xml @@ -23,7 +23,7 @@ com.google.appengine parent - 2.0.3 + 2.0.4-SNAPSHOT jar diff --git a/appengine_resources/pom.xml b/appengine_resources/pom.xml index 58576583..1e2e778d 100644 --- a/appengine_resources/pom.xml +++ b/appengine_resources/pom.xml @@ -21,7 +21,7 @@ com.google.appengine parent - 2.0.3 + 2.0.4-SNAPSHOT jar appengine-resources diff --git a/appengine_testing/pom.xml b/appengine_testing/pom.xml index 20a8e059..1e98d71a 100644 --- a/appengine_testing/pom.xml +++ b/appengine_testing/pom.xml @@ -23,7 +23,7 @@ com.google.appengine parent - 2.0.3 + 2.0.4-SNAPSHOT jar diff --git a/lib/pom.xml b/lib/pom.xml index af94b0cd..8f3dc1f1 100644 --- a/lib/pom.xml +++ b/lib/pom.xml @@ -21,7 +21,7 @@ com.google.appengine parent - 2.0.3 + 2.0.4-SNAPSHOT pom diff --git a/lib/tools_api/pom.xml b/lib/tools_api/pom.xml index c83a16ea..936f1f42 100644 --- a/lib/tools_api/pom.xml +++ b/lib/tools_api/pom.xml @@ -23,7 +23,7 @@ com.google.appengine lib-parent - 2.0.3 + 2.0.4-SNAPSHOT jar diff --git a/lib/xml_validator/pom.xml b/lib/xml_validator/pom.xml index 5f3ed82c..01ac8413 100644 --- a/lib/xml_validator/pom.xml +++ b/lib/xml_validator/pom.xml @@ -22,7 +22,7 @@ com.google.appengine lib-parent - 2.0.3 + 2.0.4-SNAPSHOT jar libxmlvalidator diff --git a/lib/xml_validator_test/pom.xml b/lib/xml_validator_test/pom.xml index 90b108da..6b06faca 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.3 + 2.0.4-SNAPSHOT jar libxmlvalidator_test diff --git a/local_runtime_shared/pom.xml b/local_runtime_shared/pom.xml index 2cecddba..0325103b 100644 --- a/local_runtime_shared/pom.xml +++ b/local_runtime_shared/pom.xml @@ -21,7 +21,7 @@ com.google.appengine parent - 2.0.3 + 2.0.4-SNAPSHOT jar appengine-local-runtime-shared diff --git a/pom.xml b/pom.xml index 2d52f13a..cda0ae00 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ 4.0.0 com.google.appengine parent - 2.0.3 + 2.0.4-SNAPSHOT pom third_party/geronimo_javamail @@ -57,7 +57,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 - parent-2.0.3 + HEAD diff --git a/protobuf/pom.xml b/protobuf/pom.xml index 5f5a1d37..1b9a2420 100644 --- a/protobuf/pom.xml +++ b/protobuf/pom.xml @@ -23,7 +23,7 @@ com.google.appengine parent - 2.0.3 + 2.0.4-SNAPSHOT jar diff --git a/quickstartgenerator/pom.xml b/quickstartgenerator/pom.xml index 80af5817..5260a823 100644 --- a/quickstartgenerator/pom.xml +++ b/quickstartgenerator/pom.xml @@ -23,7 +23,7 @@ com.google.appengine parent - 2.0.3 + 2.0.4-SNAPSHOT jar diff --git a/remoteapi/pom.xml b/remoteapi/pom.xml index 43884b30..06022cc2 100644 --- a/remoteapi/pom.xml +++ b/remoteapi/pom.xml @@ -20,7 +20,7 @@ com.google.appengine parent - 2.0.3 + 2.0.4-SNAPSHOT jar appengine-remote-api diff --git a/runtime/deployment/pom.xml b/runtime/deployment/pom.xml index 4eb06789..e42e7558 100644 --- a/runtime/deployment/pom.xml +++ b/runtime/deployment/pom.xml @@ -22,7 +22,7 @@ com.google.appengine runtime-parent - 2.0.3 + 2.0.4-SNAPSHOT pom diff --git a/runtime/impl/pom.xml b/runtime/impl/pom.xml index 5f24c777..c298c417 100644 --- a/runtime/impl/pom.xml +++ b/runtime/impl/pom.xml @@ -23,7 +23,7 @@ com.google.appengine runtime-parent - 2.0.3 + 2.0.4-SNAPSHOT jar diff --git a/runtime/local/pom.xml b/runtime/local/pom.xml index 5416d94c..bf17e2b3 100644 --- a/runtime/local/pom.xml +++ b/runtime/local/pom.xml @@ -23,7 +23,7 @@ com.google.appengine runtime-parent - 2.0.3 + 2.0.4-SNAPSHOT jar diff --git a/runtime/main/pom.xml b/runtime/main/pom.xml index 2ea02a67..0c65bcb2 100644 --- a/runtime/main/pom.xml +++ b/runtime/main/pom.xml @@ -23,7 +23,7 @@ com.google.appengine runtime-parent - 2.0.3 + 2.0.4-SNAPSHOT jar diff --git a/runtime/pom.xml b/runtime/pom.xml index e4a53bce..011c53e7 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -23,7 +23,7 @@ com.google.appengine parent - 2.0.3 + 2.0.4-SNAPSHOT pom diff --git a/runtime/test/pom.xml b/runtime/test/pom.xml index 20594e34..616d16dd 100644 --- a/runtime/test/pom.xml +++ b/runtime/test/pom.xml @@ -22,7 +22,7 @@ com.google.appengine runtime-parent - 2.0.3 + 2.0.4-SNAPSHOT jar diff --git a/runtime/testapps/pom.xml b/runtime/testapps/pom.xml index 3c5da71f..d48cadf6 100644 --- a/runtime/testapps/pom.xml +++ b/runtime/testapps/pom.xml @@ -22,7 +22,7 @@ com.google.appengine runtime-parent - 2.0.3 + 2.0.4-SNAPSHOT jar diff --git a/runtime/util/pom.xml b/runtime/util/pom.xml index a1f43a19..edbba878 100644 --- a/runtime/util/pom.xml +++ b/runtime/util/pom.xml @@ -22,7 +22,7 @@ com.google.appengine runtime-parent - 2.0.3 + 2.0.4-SNAPSHOT jar diff --git a/runtime_shared/pom.xml b/runtime_shared/pom.xml index 85f492d5..eeab0422 100644 --- a/runtime_shared/pom.xml +++ b/runtime_shared/pom.xml @@ -22,7 +22,7 @@ com.google.appengine parent - 2.0.3 + 2.0.4-SNAPSHOT jar diff --git a/sdk_assembly/pom.xml b/sdk_assembly/pom.xml index 682b0400..0ce808f4 100644 --- a/sdk_assembly/pom.xml +++ b/sdk_assembly/pom.xml @@ -20,7 +20,7 @@ com.google.appengine parent - 2.0.3 + 2.0.4-SNAPSHOT 4.0.0 appengine-java-sdk diff --git a/sessiondata/pom.xml b/sessiondata/pom.xml index 846a1922..c0c093ce 100644 --- a/sessiondata/pom.xml +++ b/sessiondata/pom.xml @@ -23,7 +23,7 @@ com.google.appengine parent - 2.0.3 + 2.0.4-SNAPSHOT jar diff --git a/shared_sdk/pom.xml b/shared_sdk/pom.xml index f1ed5778..b9610bc2 100644 --- a/shared_sdk/pom.xml +++ b/shared_sdk/pom.xml @@ -21,7 +21,7 @@ com.google.appengine parent - 2.0.3 + 2.0.4-SNAPSHOT jar diff --git a/third_party/geronimo_javamail/pom.xml b/third_party/geronimo_javamail/pom.xml index e8e31c0a..40767871 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.3 + 2.0.4-SNAPSHOT ../../pom.xml geronimo-javamail_1.4_spec jar JavaMail 1.4 - 1.4.2 + 1.4.3-SNAPSHOT Javamail 1.4 Specification with AppEngine updates. diff --git a/utils/pom.xml b/utils/pom.xml index 95fe3835..6d7c7fbd 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -21,7 +21,7 @@ com.google.appengine parent - 2.0.3 + 2.0.4-SNAPSHOT true From 7445ccdf09285da6a73666dc717a26a6f999a6d6 Mon Sep 17 00:00:00 2001 From: ludoch Date: Fri, 21 Jan 2022 14:10:25 -0800 Subject: [PATCH 5/5] Adding some ignore directory. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b2f3701a..cede07a9 100644 --- a/.gitignore +++ b/.gitignore @@ -44,4 +44,5 @@ nb-configuration.xml *.swp release.properties pom.xml.releaseBackup -pom.xml.tag \ No newline at end of file +pom.xml.tag +runtime/test/WEB-INF/