Skip to content

Commit bf5dcf9

Browse files
authored
Merge pull request #497 from CycloneDX/version-1.10.0
build: prepare version 1.10.0
2 parents 2c07655 + 86177e3 commit bf5dcf9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To generate BOM for a single project add the plugin to the `build.gradle`.
3030

3131
```groovy
3232
plugins {
33-
id 'org.cyclonedx.bom' version '1.9.0'
33+
id 'org.cyclonedx.bom' version '1.10.0'
3434
}
3535
```
3636

@@ -113,7 +113,7 @@ initscript {
113113
}
114114
}
115115
dependencies {
116-
classpath "org.cyclonedx:cyclonedx-gradle-plugin:1.9.0"
116+
classpath "org.cyclonedx:cyclonedx-gradle-plugin:1.10.0"
117117
}
118118
}
119119
@@ -280,6 +280,7 @@ the CycloneDX version supported by the target system.
280280

281281
| Version | Schema Version | Format(s) |
282282
|---------|----------------| --------- |
283+
| 1.10.x | CycloneDX v1.6 | XML/JSON |
283284
| 1.9.x | CycloneDX v1.6 | XML/JSON |
284285
| 1.8.x | CycloneDX v1.5 | XML/JSON |
285286
| 1.7.x | CycloneDX v1.4 | XML/JSON |

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99

1010
val organization = "CycloneDX"
1111
group = "org.cyclonedx"
12-
version = "1.9.0"
12+
version = "1.10.0"
1313

1414
java.sourceCompatibility = JavaVersion.VERSION_1_8
1515
java.targetCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)