Skip to content

Commit cd56f08

Browse files
committed
com has no score prefix on main
1 parent 1c3cfdf commit cd56f08

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

known_good.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"repo": "https://github.com/eclipse-score/baselibs.git"
88
},
99
{
10-
"name": "score_communication",
10+
"name": "communication",
1111
"version": "0.1.1",
1212
"repo": "https://github.com/eclipse-score/communication.git"
1313
},

known_good.updated.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"timestamp": "2025-11-12T10:56:14Z",
2+
"timestamp": "2025-11-13T07:44:31Z",
33
"modules": [
44
{
55
"name": "score_baselibs",
66
"repo": "https://github.com/eclipse-score/baselibs.git",
7-
"hash": "18badf00dc2210d11ef310049a78644ff3d039a3"
7+
"hash": "edc4f8841c2210d11ef310049a78644ff3d039a3"
88
},
99
{
10-
"name": "score_communication",
10+
"name": "communication",
1111
"repo": "https://github.com/eclipse-score/communication.git",
1212
"hash": "ff40e5f1e90ce406b71c664cc6c8e902ab465305"
1313
},

score_modules.MODULE.bazel

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# SPDX-License-Identifier: Apache-2.0
1212
# *******************************************************************************
1313

14-
# Generated from known_good.json at 2025-11-12T10:20:19Z
14+
# Generated from known_good.json at 2025-11-13T07:44:31Z
1515
# Do not edit manually - use tools/update_module_from_known_good.py
1616

1717
bazel_dep(name = "score_baselibs")
@@ -21,9 +21,9 @@ git_override(
2121
commit = "edc4f8841c2210d11ef310049a78644ff3d039a3",
2222
)
2323

24-
bazel_dep(name = "score_communication")
24+
bazel_dep(name = "communication")
2525
git_override(
26-
module_name = "score_communication",
26+
module_name = "communication",
2727
remote = "https://github.com/eclipse-score/communication.git",
2828
commit = "ff40e5f1e90ce406b71c664cc6c8e902ab465305",
2929
)
@@ -46,7 +46,7 @@ bazel_dep(name = "score_tooling")
4646
git_override(
4747
module_name = "score_tooling",
4848
remote = "https://github.com/eclipse-score/tooling.git",
49-
commit = "b3a120a36c7a0e1b82d151732961af3330922e20",
49+
commit = "f36904e8c3d06c0ee761b14877ce7e5f6d3d9edb",
5050
)
5151

5252
bazel_dep(name = "score_platform")
@@ -74,7 +74,7 @@ bazel_dep(name = "score_docs_as_code")
7474
git_override(
7575
module_name = "score_docs_as_code",
7676
remote = "https://github.com/eclipse-score/docs-as-code.git",
77-
commit = "bb52c96dd98799bdce68c166ad3b826f017f7cf6",
77+
commit = "1067fb67782389b50827f8637a74b1027ece52ee",
7878
)
7979

8080
bazel_dep(name = "score_process")

0 commit comments

Comments
 (0)