From bc004477a73b5af381c33e884b92b8a41a6b7f43 Mon Sep 17 00:00:00 2001 From: Sachin Pikle Date: Wed, 18 Dec 2024 17:00:05 +0530 Subject: [PATCH] Minor update --- _common/README-check-version-env-vars.md | 15 ++++++++------- .../.mvn/wrapper/maven-wrapper.properties | 18 ++++++++++++++++++ 2 files changed, 26 insertions(+), 7 deletions(-) create mode 100644 clouds/native-oci-cloud-shell/.mvn/wrapper/maven-wrapper.properties diff --git a/_common/README-check-version-env-vars.md b/_common/README-check-version-env-vars.md index 27ef2c2c1..1e0ea88a6 100644 --- a/_common/README-check-version-env-vars.md +++ b/_common/README-check-version-env-vars.md @@ -47,9 +47,9 @@ The output should be similar to (versions may vary): ```shell - java version "17.0.9" 2023-10-17 LTS - Java(TM) SE Runtime Environment Oracle GraalVM 17.0.9+11.1 (build 17.0.9+11-LTS-jvmci-23.0-b21) - Java HotSpot(TM) 64-Bit Server VM Oracle GraalVM 17.0.9+11.1 (build 17.0.9+11-LTS-jvmci-23.0-b21, mixed mode, sharing) + java version "17.0.13" 2024-10-15 LTS + Java(TM) SE Runtime Environment Oracle GraalVM 17.0.13+10.1 (build 17.0.13+10-LTS-jvmci-23.0-b49) + Java HotSpot(TM) 64-Bit Server VM Oracle GraalVM 17.0.13+10.1 (build 17.0.13+10-LTS-jvmci-23.0-b49, mixed mode, sharing) ``` 5. Confirm the `native-image` version: @@ -61,9 +61,9 @@ The output should be similar to (versions may vary): ```shell - native-image 17.0.9 2023-10-17 - GraalVM Runtime Environment Oracle GraalVM 17.0.9+11.1 (build 17.0.9+11-LTS-jvmci-23.0-b21) - Substrate VM Oracle GraalVM 17.0.9+11.1 (build 17.0.9+11-LTS, serial gc, compressed references) + native-image 17.0.13 2024-10-15 + GraalVM Runtime Environment Oracle GraalVM 17.0.13+10.1 (build 17.0.13+10-LTS-jvmci-23.0-b49) + Substrate VM Oracle GraalVM 17.0.13+10.1 (build 17.0.13+10-LTS, serial gc, compressed references) ``` 6. Confirm the `Java` used for Maven builds: @@ -76,7 +76,8 @@ ```shell ... - Java version: 17.0.9, vendor: Oracle Corporation, runtime: /usr/lib64/graalvm/graalvm-java17 + Java version: 17.0.13, vendor: Oracle Corporation + Java home: /usr/lib64/graalvm/graalvm-java17 ... ``` diff --git a/clouds/native-oci-cloud-shell/.mvn/wrapper/maven-wrapper.properties b/clouds/native-oci-cloud-shell/.mvn/wrapper/maven-wrapper.properties new file mode 100644 index 000000000..4f15c4db1 --- /dev/null +++ b/clouds/native-oci-cloud-shell/.mvn/wrapper/maven-wrapper.properties @@ -0,0 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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 +# +# https://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. +distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.zip +wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.1/maven-wrapper-3.1.1.jar