Skip to content

Commit

Permalink
2.6.2 release metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
plaird committed Jan 9, 2025
1 parent 8c4c295 commit c2d0f13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "rules_spring",
version = "2.6.1",
version = "2.6.2",
compatibility_level = 2,
repo_name = "rules_spring",
)
Expand All @@ -11,11 +11,11 @@ bazel_dep(name = "rules_python", version = "0.40.0")
# For License support
bazel_dep(name = "rules_license", version = "1.0.0")


# DEV DEPENDENCIES

# Maven dependencies for the examples
bazel_dep(name = "rules_jvm_external", version = "6.6", dev_dependency = True)

maven = use_extension("@rules_jvm_external//:extensions.bzl", "maven", dev_dependency = True)
maven.install(
artifacts = [
Expand All @@ -39,7 +39,6 @@ maven.install(
"org.springframework.boot:spring-boot-test:3.3.5",
"org.springframework.boot:spring-boot-test-autoconfigure:3.3.5",
"org.springframework.boot:spring-boot-starter-thymeleaf:3.3.5",

"org.springframework:spring-aop:6.1.14",
"org.springframework:spring-aspects:6.1.14",
"org.springframework:spring-beans:6.1.14",
Expand All @@ -63,5 +62,4 @@ maven.install(
],
lock_file = "//:maven_install.json",
)

use_repo(maven, "maven")
1 change: 1 addition & 0 deletions makerelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ echo " SHA256 of the release artifact: $sha256"
echo ""
echo ""
echo "STEP 3: release tasks"
echo " 0. commit and push the MODULE.bazel update you just did"
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."
echo " 2. Update the bzlmod/http_archive stanzas in the top level README.md to refer to the latest release."
echo " 3. Test new release with the external demoapp repository: https://github.com/plaird/rules_spring_demoapp"
Expand Down

0 comments on commit c2d0f13

Please sign in to comment.