This is an automated email from the ASF dual-hosted git repository.
tiagobento pushed a commit to branch gh-pages
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-online.git
The following commit(s) were added to refs/heads/gh-pages by this push:
new eae54b8a Fix KIE Sandbox Quarkus Accelerator for 10.1.0 release
eae54b8a is described below
commit eae54b8a53eef9825d1016dc94d7547b6d474c77
Author: Tiago Bento <[email protected]>
AuthorDate: Tue Jul 15 14:07:14 2025 -0400
Fix KIE Sandbox Quarkus Accelerator for 10.1.0 release
---
env.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/env.json b/env.json
index 3d428c86..52a0e57b 100644
--- a/env.json
+++ b/env.json
@@ -70,8 +70,8 @@
{
"name": "Quarkus",
"iconUrl": "images/quarkus-logo.png",
- "gitRepositoryUrl": "http://localhost:8787/git-repo-bare.git",
- "gitRepositoryGitRef": "main",
+ "gitRepositoryUrl":
"https://github.com/apache/incubator-kie-sandbox-quarkus-accelerator.git",
+ "gitRepositoryGitRef": "10.1.0",
"dmnDestinationFolder": "src/main/resources/dmn",
"bpmnDestinationFolder": "src/main/resources/bpmn",
"otherFilesDestinationFolder": "src/main/resources/others"
@@ -115,4 +115,4 @@
}
}
]
-}
\ No newline at end of file
+}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]