Skip to content

Commit

Permalink
We do have to release partiql-isl-kotlin alongside partiql-lang-kotli…
Browse files Browse the repository at this point in the history
…n, after all.

Otherwise, release to Maven does not work out with the current nested-project setup.
  • Loading branch information
vgapeyev committed Oct 28, 2022
1 parent 7cc25a4 commit 025347c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/partiql-isl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ plugins {
}

// lib subprojects are _currently_ versioned independently of partiql-lang-kotlin
version = "0.2.3-SNAPSHOT"
version = "0.2.3"
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")

dependencies {
Expand Down

0 comments on commit 025347c

Please sign in to comment.