Skip to content

Commit

Permalink
Prepare releaase 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
glefloch committed Dec 19, 2022
1 parent d8131de commit 7e78728
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ gradle cyclonedxBom -info
__build.gradle__ (excerpt)
```groovy
plugins {
id 'org.cyclonedx.bom' version '1.7.2'
id 'org.cyclonedx.bom' version '1.7.3'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ test {

project.ext.organization = 'CycloneDX'
group = 'org.cyclonedx'
version = '1.7.2'
version = '1.7.3'

// populate properties into plugin.properties at build time
ant.propertyfile(file: "src/main/resources/plugin.properties") {
Expand Down

0 comments on commit 7e78728

Please sign in to comment.