File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/bash
22#
3- # Copyright (c) 2024, 2025 Oracle and/or its affiliates.
3+ # Copyright (c) 2024, 2026 Oracle and/or its affiliates.
44#
55# Licensed under the Apache License, Version 2.0 (the "License");
66# you may not use this file except in compliance with the License.
@@ -51,7 +51,7 @@ readonly HELIDON_VERSION
5151# If needed we clone the helidon-examples repo
5252if [ ! -d " ${WS_DIR} /helidon-examples" ]; then
5353 echo " Cloning examples repository into ${WS_DIR} /helidon-examples"
54- git clone --branch dev-4 .x --single-branch https://github.com/helidon-io/helidon-examples.git " ${WS_DIR} /helidon-examples"
54+ git clone --branch dev-27 .x --single-branch https://github.com/helidon-io/helidon-examples.git " ${WS_DIR} /helidon-examples"
5555
5656 # If in a tag, update the version on the fly
5757 if [ -n " $( git tag --points-at HEAD) " ] ; then
You can’t perform that action at this time.
0 commit comments