Skip to content

Commit 0e61185

Browse files
use snapshot version to enable replacing
1 parent aadd45f commit 0e61185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ allprojects {
3434
apply(plugin = "maven-publish")
3535
pluginManager.withPlugin("java-library") {
3636
group = "com.microsoft"
37-
version = "0.0.1"
37+
version = "0.0.1-SNAPSHOT"
3838
dependencies {
3939
api("org.jetbrains:annotations:${jetBrainsAnnotationsVersion}")
4040
api("com.fasterxml.jackson.core:jackson-core:${jacksonVersion}")

0 commit comments

Comments
 (0)