Skip to content

Commit

Permalink
Prepare release 1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
glefloch committed Feb 13, 2023
1 parent 5ec8fc1 commit fef2c98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To generate BOM for a single project add the plugin to the `build.gradle`.

```groovy
plugins {
id 'org.cyclonedx.bom' version '1.7.3'
id 'org.cyclonedx.bom' version '1.7.4'
}
```

Expand Down Expand Up @@ -107,7 +107,7 @@ initscript {
}
}
dependencies {
classpath "org.cyclonedx:cyclonedx-gradle-plugin:1.7.3"
classpath "org.cyclonedx:cyclonedx-gradle-plugin:1.7.4"
}
}
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.3'
version = '1.7.4'

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

0 comments on commit fef2c98

Please sign in to comment.