We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2e3d5f commit 44fb13dCopy full SHA for 44fb13d
build.gradle.kts
@@ -1,5 +1,5 @@
1
group = "gov.cdc.prime"
2
-version = project.findProperty("version") as String? ?: "0.1-SNAPSHOT"
+version = project.findProperty("version") as String? ?: "1.0.0"
3
4
plugins {
5
id("org.jetbrains.kotlin.jvm") version "1.8.10"
@@ -64,7 +64,7 @@ publishing {
64
create<MavenPublication>("prime-fhirconverter") {
65
groupId = "gov.cdc.prime"
66
artifactId = "fhirconverter"
67
- version = "0.1-SNAPSHOT"
+ version = "1.0.0"
68
69
from(components["java"])
70
}
0 commit comments