Skip to content

Commit 4094193

Browse files
committed
bind versions for rest of the modules
1 parent 4d96b22 commit 4094193

5 files changed

Lines changed: 213 additions & 31 deletions

File tree

MODULE.bazel.lock

Lines changed: 191 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bazel_common/score_modules_target_sw.MODULE.bazel

Lines changed: 3 additions & 4 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 2026-07-03T00:00:00+00:00Z
14+
# Generated from known_good.json at 2026-07-14T00:00:00+00:00Z
1515
# Do not edit manually - use scripts/known_good/update_module_from_known_good.py
1616

1717
bazel_dep(name = "score_baselibs")
@@ -60,15 +60,14 @@ single_version_override(
6060
)
6161

6262
bazel_dep(name = "score_logging")
63-
git_override(
63+
single_version_override(
6464
module_name = "score_logging",
65-
commit = "6282f3a2ec6b1eeeab87c8e9a4435c586bcf9973",
6665
patch_strip = 1,
6766
patches = [
6867
"//patches/logging:002-needs-json-deps-not-dev-dependency.patch",
6968
"//patches/logging:003-docs-as-code-not-dev-dependency.patch",
7069
],
71-
remote = "https://github.com/eclipse-score/logging.git",
70+
version = "0.2.2",
7271
)
7372

7473
bazel_dep(name = "score_time")

bazel_common/score_modules_tooling.MODULE.bazel

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

14-
# Generated from known_good.json at 2026-07-03T00:00:00+00:00Z
14+
# Generated from known_good.json at 2026-07-14T00:00:00+00:00Z
1515
# Do not edit manually - use scripts/known_good/update_module_from_known_good.py
1616

1717
bazel_dep(name = "score_crates")
18-
git_override(
18+
single_version_override(
1919
module_name = "score_crates",
20-
commit = "a5f4f5765acc83f9c23b0b12860e130b9ebef3a7",
21-
remote = "https://github.com/eclipse-score/score-crates.git",
20+
version = "0.0.10",
2221
)
2322

2423
bazel_dep(name = "score_itf")
25-
git_override(
24+
single_version_override(
2625
module_name = "score_itf",
27-
commit = "bf5294d7618e361c224edbd754060cee810285eb",
28-
remote = "https://github.com/eclipse-score/itf.git",
26+
version = "0.3.0",
2927
)
3028

3129
bazel_dep(name = "score_tooling")
@@ -41,17 +39,15 @@ single_version_override(
4139
)
4240

4341
bazel_dep(name = "score_bazel_platforms")
44-
git_override(
42+
single_version_override(
4543
module_name = "score_bazel_platforms",
46-
commit = "82b6df6ce93fb2960c52d992939fc6c3cf0e1f0f",
47-
remote = "https://github.com/eclipse-score/bazel_platforms.git",
44+
version = "0.1.2",
4845
)
4946

5047
bazel_dep(name = "score_test_scenarios")
51-
git_override(
48+
single_version_override(
5249
module_name = "score_test_scenarios",
53-
commit = "fec712d490ff5d46fae91332bafac4777b300026",
54-
remote = "https://github.com/eclipse-score/testing_tools.git",
50+
version = "0.4.1",
5551
)
5652

5753
bazel_dep(name = "score_docs_as_code")
@@ -61,8 +57,7 @@ single_version_override(
6157
)
6258

6359
bazel_dep(name = "score_process")
64-
git_override(
60+
single_version_override(
6561
module_name = "score_process",
66-
commit = "8df530cab5efcb40e9f835ba6e9b61ae2f0175c7",
67-
remote = "https://github.com/eclipse-score/process_description.git",
62+
version = "2.0.1",
6863
)

known_good.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
},
9696
"score_logging": {
9797
"repo": "https://github.com/eclipse-score/logging.git",
98-
"hash": "6282f3a2ec6b1eeeab87c8e9a4435c586bcf9973",
98+
"version": "0.2.2",
9999
"bazel_patches": [
100100
"//patches/logging:002-needs-json-deps-not-dev-dependency.patch",
101101
"//patches/logging:003-docs-as-code-not-dev-dependency.patch"
@@ -128,11 +128,11 @@
128128
"tooling": {
129129
"score_crates": {
130130
"repo": "https://github.com/eclipse-score/score-crates.git",
131-
"hash": "a5f4f5765acc83f9c23b0b12860e130b9ebef3a7"
131+
"version": "0.0.10"
132132
},
133133
"score_itf": {
134134
"repo": "https://github.com/eclipse-score/itf.git",
135-
"hash": "bf5294d7618e361c224edbd754060cee810285eb"
135+
"version": "0.3.0"
136136
},
137137
"score_tooling": {
138138
"repo": "https://github.com/eclipse-score/tooling.git",
@@ -144,21 +144,21 @@
144144
},
145145
"score_bazel_platforms": {
146146
"repo": "https://github.com/eclipse-score/bazel_platforms.git",
147-
"hash": "82b6df6ce93fb2960c52d992939fc6c3cf0e1f0f"
147+
"version": "0.1.2"
148148
},
149149
"score_test_scenarios": {
150150
"repo": "https://github.com/eclipse-score/testing_tools.git",
151-
"hash": "fec712d490ff5d46fae91332bafac4777b300026"
151+
"version": "0.4.1"
152152
},
153153
"score_docs_as_code": {
154154
"repo": "https://github.com/eclipse-score/docs-as-code.git",
155155
"version": "4.6.1"
156156
},
157157
"score_process": {
158158
"repo": "https://github.com/eclipse-score/process_description.git",
159-
"hash": "8df530cab5efcb40e9f835ba6e9b61ae2f0175c7"
159+
"version": "2.0.1"
160160
}
161161
}
162162
},
163-
"timestamp": "2026-07-03T00:00:00+00:00Z"
163+
"timestamp": "2026-07-14T00:00:00+00:00Z"
164164
}

rust_coverage/BUILD

Lines changed: 1 addition & 1 deletion
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 2026-07-03T00:00:00+00:00Z
14+
# Generated from known_good.json at 2026-07-14T00:00:00+00:00Z
1515
# Do not edit manually - use scripts/known_good/update_module_from_known_good.py
1616

1717
load("@score_tooling//:defs.bzl", "rust_coverage_report")

0 commit comments

Comments
 (0)