Skip to content

Commit

Permalink
Post-release: fix snapshots version, use new GA for jmh
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbasle committed Mar 31, 2021
1 parent 2a9ce0d commit 3ac767f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
needs: checkSnapshot
environment: snapshot
env: #change this after a release
BLOCKHOUND_VERSION: 1.0.5.BUILD-SNAPSHOT
BLOCKHOUND_VERSION: 1.0.6.BUILD-SNAPSHOT
steps:
- name: check version
if: ${{ !endsWith(env.BLOCKHOUND_VERSION, '.BUILD-SNAPSHOT') }}
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jmh {
dependencies {
switch (project.findProperty("jmhTarget")) {
case "baseline":
jmh 'io.projectreactor.tools:blockhound:1.0.4.RELEASE'
jmh 'io.projectreactor.tools:blockhound:1.0.5.RELEASE'
break
default:
jmh project(path: ":agent", configuration: 'shadow')
Expand Down

0 comments on commit 3ac767f

Please sign in to comment.