Skip to content

Commit c2d0f13

Browse files
committed
2.6.2 release metadata
1 parent 8c4c295 commit c2d0f13

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

MODULE.bazel

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "rules_spring",
3-
version = "2.6.1",
3+
version = "2.6.2",
44
compatibility_level = 2,
55
repo_name = "rules_spring",
66
)
@@ -11,11 +11,11 @@ bazel_dep(name = "rules_python", version = "0.40.0")
1111
# For License support
1212
bazel_dep(name = "rules_license", version = "1.0.0")
1313

14-
1514
# DEV DEPENDENCIES
1615

1716
# Maven dependencies for the examples
1817
bazel_dep(name = "rules_jvm_external", version = "6.6", dev_dependency = True)
18+
1919
maven = use_extension("@rules_jvm_external//:extensions.bzl", "maven", dev_dependency = True)
2020
maven.install(
2121
artifacts = [
@@ -39,7 +39,6 @@ maven.install(
3939
"org.springframework.boot:spring-boot-test:3.3.5",
4040
"org.springframework.boot:spring-boot-test-autoconfigure:3.3.5",
4141
"org.springframework.boot:spring-boot-starter-thymeleaf:3.3.5",
42-
4342
"org.springframework:spring-aop:6.1.14",
4443
"org.springframework:spring-aspects:6.1.14",
4544
"org.springframework:spring-beans:6.1.14",
@@ -63,5 +62,4 @@ maven.install(
6362
],
6463
lock_file = "//:maven_install.json",
6564
)
66-
6765
use_repo(maven, "maven")

makerelease.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ echo " SHA256 of the release artifact: $sha256"
5656
echo ""
5757
echo ""
5858
echo "STEP 3: release tasks"
59+
echo " 0. commit and push the MODULE.bazel update you just did"
5960
echo " 1. Create a new release on GitHub and upload the zip file to it. Look at previous releases and use the same doc conventions. Make sure you tag the release."
6061
echo " 2. Update the bzlmod/http_archive stanzas in the top level README.md to refer to the latest release."
6162
echo " 3. Test new release with the external demoapp repository: https://github.com/plaird/rules_spring_demoapp"

0 commit comments

Comments
 (0)