Skip to content

Commit

Permalink
Prepare for asm-relocated release 9.7.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
autonomousapps committed Oct 28, 2024
1 parent e398582 commit b690239
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion shadowed/asm-relocated/RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Release procedure for asm-relocated

1. Update CHANGELOG
1. Update README if needed
1. `git commit -am "Prepare for asm-relocated release x."`
1. Verify shadow jar. Run `./gradlew :asm-relocated:shadowJar`. Manually inspect contents.
1. `git commit -am "Prepare for asm-relocated release x."`
1. Publish: `./gradlew :asm-relocated:publishToMavenCentral`
1. `git tag -a asm-relocated-x -m "asm-relocated version x."`
1. `git push && git push --tags`
Expand Down
4 changes: 2 additions & 2 deletions shadowed/asm-relocated/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ plugins {
// This project doesn't need Kotlin, but it is now applied thanks to `convention`. problem?
}

version = "9.6.0.1"
version = "9.7.1.0"

val isSnapshot = version.toString().endsWith("SNAPSHOT", true)
val VERSION_ASM = "9.6"
val VERSION_ASM = "9.7.1"

dependencies {
implementation("org.ow2.asm:asm:$VERSION_ASM")
Expand Down

0 comments on commit b690239

Please sign in to comment.