We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cbee94 commit 8660b9eCopy full SHA for 8660b9e
README.md
@@ -30,7 +30,7 @@ To generate a BOM for a single project add the plugin to the `build.gradle`.
30
31
```groovy
32
plugins {
33
- id 'org.cyclonedx.bom' version '2.0.0'
+ id 'org.cyclonedx.bom' version '2.1.0'
34
}
35
```
36
@@ -117,7 +117,7 @@ initscript {
117
118
119
dependencies {
120
- classpath "org.cyclonedx:cyclonedx-gradle-plugin:2.0.0"
+ classpath "org.cyclonedx:cyclonedx-gradle-plugin:2.1.0"
121
122
123
build.gradle.kts
@@ -10,7 +10,7 @@ plugins {
10
11
val organization = "CycloneDX"
12
group = "org.cyclonedx"
13
-version = "2.0.0"
+version = "2.1.0"
14
15
java.sourceCompatibility = JavaVersion.VERSION_1_8
16
java.targetCompatibility = JavaVersion.VERSION_1_8
0 commit comments