Skip to content

Commit

Permalink
Merge pull request #470 from CycloneDX/build-version-1.9.0
Browse files Browse the repository at this point in the history
build: prepare version 1.9.0
  • Loading branch information
skhokhlov authored Jul 25, 2024
2 parents 0d0781c + f223e7d commit 1f2b502
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 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.8.2'
id 'org.cyclonedx.bom' version '1.9.0'
}
```

Expand Down Expand Up @@ -110,7 +110,7 @@ initscript {
}
}
dependencies {
classpath "org.cyclonedx:cyclonedx-gradle-plugin:1.8.2"
classpath "org.cyclonedx:cyclonedx-gradle-plugin:1.9.0"
}
}
Expand Down Expand Up @@ -277,6 +277,7 @@ the CycloneDX version supported by the target system.

| Version | Schema Version | Format(s) |
|---------|----------------| --------- |
| 1.9.x | CycloneDX v1.6 | XML/JSON |
| 1.8.x | CycloneDX v1.5 | XML/JSON |
| 1.7.x | CycloneDX v1.4 | XML/JSON |
| 1.6.x | CycloneDX v1.4 | XML/JSON |
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {

val organization = "CycloneDX"
group = "org.cyclonedx"
version = "1.8.2"
version = "1.9.0"

java.sourceCompatibility = JavaVersion.VERSION_1_8
java.targetCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 1f2b502

Please sign in to comment.