diff --git a/build.gradle.kts b/build.gradle.kts index a3e36ae..0b3242d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,7 +36,7 @@ object Extras { // set for the project const val description = "License definitions and legal management plugin for the Gradle build system" const val group = "com.dorkbox" - const val version = "2.7.5" + const val version = "2.8" // set as project.ext const val name = "Gradle Licensing Plugin" diff --git a/src/License.kt b/src/License.kt index 0594262..180a1de 100644 --- a/src/License.kt +++ b/src/License.kt @@ -159,7 +159,7 @@ enum class License constructor(internal val names: Collection, internal "Common Development and Distribution License (CDDL)", "CDDL License", "COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0"), - "VERSION.CDDL", + "LICENSE.CDDL", listOf("http://opensource.org/licenses/CDDL-1.0")), @@ -168,7 +168,7 @@ enum class License constructor(internal val names: Collection, internal "Common Development and Distribution License (CDDL 1.1)", "CDDL License v1.1", "COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1"), - "VERSION.CDDLv1.1", + "LICENSE.CDDLv1.1", listOf("https://javaee.github.io/glassfish/LICENSE")),