From 7cc25a4aefdc9088499fdbfc1955e7c415456f8d Mon Sep 17 00:00:00 2001 From: Vladimir Gapeyev <9939945+vgapeyev@users.noreply.github.com> Date: Fri, 28 Oct 2022 11:12:29 -0700 Subject: [PATCH] Revert ISL release. --- README.md | 4 ++-- lib/partiql-isl/build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5f4a642a6..4e9e4c60c 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ GitHub issues list for details.) This project is published to [Maven Central](https://search.maven.org/artifact/org.partiql/partiql-lang-kotlin). -| Group ID | Artifact ID | Recommended Version | -|----------|-------------|---------------------| +| Group ID | Artifact ID | Recommended Version | +|---------------|-----------------------|---------------------| | `org.partiql` | `partiql-lang-kotlin` | `0.8.1` | diff --git a/lib/partiql-isl/build.gradle b/lib/partiql-isl/build.gradle index d4ca30c00..6a0833566 100644 --- a/lib/partiql-isl/build.gradle +++ b/lib/partiql-isl/build.gradle @@ -24,7 +24,7 @@ plugins { } // lib subprojects are _currently_ versioned independently of partiql-lang-kotlin -version = "0.2.3" +version = "0.2.3-SNAPSHOT" ext.isReleaseVersion = !version.endsWith("SNAPSHOT") dependencies {