Skip to content

Commit 8cd73c4

Browse files
authored
Switch to new examples branch. (helidon-io#11338)
1 parent e4eb488 commit 8cd73c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

etc/scripts/build-examples.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
5252
if [ ! -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

0 commit comments

Comments
 (0)