Skip to content

Commit d2ed868

Browse files
committed
removed hashes
1 parent dc63032 commit d2ed868

File tree

2 files changed

+5
-15
lines changed

2 files changed

+5
-15
lines changed

known_good.json

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,17 @@
1010
"score_communication": {
1111
"version": "0.1.2",
1212
"repo": "https://github.com/eclipse-score/communication.git",
13-
"hash": "d5414f75bfd4fc116572091ccca305d9e4b39338"
1413
},
1514
"score_persistency": {
1615
"version": "0.2.1",
17-
"hash": "7548876ed3e40ec3f3053c57634de68129287e05",
1816
"repo": "https://github.com/eclipse-score/persistency.git"
1917
},
2018
"score_orchestrator": {
21-
"version": "0.0.3",
22-
"hash": "7bb94ebae08805ea0a83dcc14f7c17da5ab927e6",
19+
"version": "0.0.4",
2320
"repo": "https://github.com/eclipse-score/orchestrator.git"
2421
},
2522
"score_kyron": {
26-
"hash": "caa9c0b367d18a09e969c1353e95a8c443ae896b",
23+
"version": "0.0.4",
2724
"repo": "https://github.com/eclipse-score/kyron.git"
2825
},
2926
"score_feo": {
@@ -34,32 +31,26 @@
3431
},
3532
"score_tooling": {
3633
"version": "1.0.2",
37-
"hash": "64f81aaf9378e93be5209e52bf1bd149d6d7727f",
3834
"repo": "https://github.com/eclipse-score/tooling.git"
3935
},
4036
"score_platform": {
4137
"version": "0.5.2",
42-
"hash": "754ef0ddf4cbc68667c1e54c3212a58ecda7837e",
4338
"repo": "https://github.com/eclipse-score/score.git"
4439
},
4540
"score_bazel_platforms": {
4641
"version": "0.0.3",
47-
"hash": "c4813d5b65be9cec1d3a2b4d56cce2cf334fad27",
4842
"repo": "https://github.com/eclipse-score/bazel_platforms.git"
4943
},
5044
"score_test_scenarios": {
5145
"version": "0.3.0",
52-
"hash": "a2f9cded3deb636f5dc800bf7a47131487119721",
5346
"repo": "https://github.com/eclipse-score/testing_tools.git"
5447
},
5548
"score_docs_as_code": {
5649
"version": "2.0.1",
57-
"hash": "bb52c96dd98799bdce68c166ad3b826f017f7cf6",
5850
"repo": "https://github.com/eclipse-score/docs-as-code.git"
5951
},
6052
"score_process": {
6153
"version": "1.3.1",
62-
"hash": "270e0ed0a2e560340f02b2f7046752cc937fe251",
6354
"repo": "https://github.com/eclipse-score/process_description.git"
6455
}
6556
},

score_modules.MODULE.bazel

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,13 @@ single_version_override(
3535
bazel_dep(name = "score_orchestrator")
3636
single_version_override(
3737
module_name = "score_orchestrator",
38-
version = "0.0.3",
38+
version = "0.0.4",
3939
)
4040

4141
bazel_dep(name = "score_kyron")
42-
git_override(
42+
single_version_override(
4343
module_name = "score_kyron",
44-
remote = "https://github.com/eclipse-score/kyron.git",
45-
commit = "caa9c0b367d18a09e969c1353e95a8c443ae896b",
44+
version = "0.0.4",
4645
)
4746

4847
bazel_dep(name = "score_feo")

0 commit comments

Comments
 (0)