Skip to content

Commit 8660b9e

Browse files
committed
build: prepare release version 2.1.0
Signed-off-by: skhokhlov <[email protected]>
1 parent 9cbee94 commit 8660b9e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

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

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

@@ -117,7 +117,7 @@ initscript {
117117
}
118118
}
119119
dependencies {
120-
classpath "org.cyclonedx:cyclonedx-gradle-plugin:2.0.0"
120+
classpath "org.cyclonedx:cyclonedx-gradle-plugin:2.1.0"
121121
}
122122
}
123123

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010

1111
val organization = "CycloneDX"
1212
group = "org.cyclonedx"
13-
version = "2.0.0"
13+
version = "2.1.0"
1414

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

0 commit comments

Comments
 (0)