Skip to content

Commit ea6cd10

Browse files
authored
Merge pull request #545 from CycloneDX/version-2-0-0-alpha-0
build: prepare version 2.0.0-alpha-0
2 parents e15af9f + 822649b commit ea6cd10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ cyclonedxBom {
5151
skipProjects = [rootProject.name, "yourTestSubProject"]
5252
// Specified the type of project being built. Defaults to 'library'
5353
projectType = "application"
54-
// Specified the version of the CycloneDX specification to use. Defaults to '1.5'
54+
// Specified the version of the CycloneDX specification to use. Defaults to '1.6'
5555
schemaVersion = "1.6"
5656
// Boms destination directory. Defaults to 'build/reports'
5757
destination = file("build/reports")

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 = "1.10.0"
13+
version = "2.0.0-alpha-0"
1414

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

0 commit comments

Comments
 (0)