Skip to content

Commit

Permalink
Prepare release 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
glefloch committed Oct 7, 2022
1 parent b6d1ed7 commit 5aa3ba6
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.1'
id 'org.cyclonedx.bom' version '1.7.2'
}
```

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.1'
version = '1.7.2'

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

0 comments on commit 5aa3ba6

Please sign in to comment.