Skip to content

Commit 3077e11

Browse files
authored
Merge pull request #19 from MaximilianSoerenPollak/MSP_prepare_release
Increaseing versions preparing for release
2 parents d74e43c + 217fc0a commit 3077e11

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

BUILD

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# *******************************************************************************
2+
# Copyright (c) 2025 Contributors to the Eclipse Foundation
3+
#
4+
# See the NOTICE file(s) distributed with this work for additional
5+
# information regarding copyright ownership.
6+
#
7+
# This program and the accompanying materials are made available under the
8+
# terms of the Apache License Version 2.0 which is available at
9+
# https://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
# SPDX-License-Identifier: Apache-2.0
12+
# *******************************************************************************
113
load("@score_cr_checker//:cr_checker.bzl", "copyright_checker")
214

315
# *******************************************************************************

MODULE.bazel

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

14+
module(
15+
name = "score_process",
16+
version = "0.1.0",
17+
compatibility_level = 0,
18+
)
19+
1420
###############################################################################
1521
#
1622
# Packaging dependencies
@@ -47,10 +53,10 @@ bazel_dep(name = "buildifier_prebuilt", version = "7.3.1")
4753
bazel_dep(name = "aspect_rules_lint", version = "1.4.2")
4854

4955
# Provides, pytest & venv
50-
bazel_dep(name = "score_python_basics", version = "0.3.1")
56+
bazel_dep(name = "score_python_basics", version = "0.3.2")
5157

5258
# Checker rule for CopyRight checks/fixes
5359
bazel_dep(name = "score_cr_checker", version = "0.2.2")
5460
bazel_dep(name = "score_format_checker", version = "0.1.1")
5561
bazel_dep(name = "score_platform", version = "0.1.1")
56-
bazel_dep(name = "score_docs_as_code", version = "0.2.6")
62+
bazel_dep(name = "score_docs_as_code", version = "0.3.0")

0 commit comments

Comments
 (0)