Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Stupp <[email protected]>
  • Loading branch information
Goooler and snazy authored Aug 27, 2024
1 parent f2078bb commit a79fce7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
tags:
- '**'
- 'RELEASE_*'

jobs:
release:
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ POM_NAME=Gradle Plugin for JMH
POM_DESCRIPTION=Integrates the JMH microbenchmarking framework with Gradle, providing conventional ways to setup sources and execute micro-benchmarks with JMH. Also known as the jmh-gradle-plugin.
POM_URL=https://github.com/melix/jmh-gradle-plugin

POM_LICENSE_NAME=The Apache Software License, Version 2.0
POM_LICENSE_NAME=Apache-2.0
POM_LICENSE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENSE_DIST=repo

Expand All @@ -24,5 +24,5 @@ POM_SCM_CONNECTION=scm:git:git://github.com/melix/jmh-gradle-plugin.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/melix/jmh-gradle-plugin.git

POM_DEVELOPER_ID=melix
POM_DEVELOPER_NAME=Cédric Champeau
POM_DEVELOPER_NAME=Cédric Champeau
POM_DEVELOPER_URL=https://melix.github.io/blog

0 comments on commit a79fce7

Please sign in to comment.