Skip to content

Commit 5821c0b

Browse files
committed
Set base-Version to non-snapshot
1 parent 74daeb6 commit 5821c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ val tag = System.getenv("TRAVIS_TAG")?.replaceFirst("^v".toRegex(), "")
55

66
group = "org.utplsql"
77
val mavenArtifactId = "java-api"
8-
val baseVersion = "3.1.8-SNAPSHOT"
8+
val baseVersion = "3.1.8"
99
// if build is on tag like 3.1.7 or v3.1.7 then use tag as version replacing leading "v"
1010
version = if (tag != null && "^[0-9.]+$".toRegex().matches(tag)) tag else baseVersion
1111

0 commit comments

Comments
 (0)