From 7d6331975cac6ee03bbb3e3b760dbc8993e5dc81 Mon Sep 17 00:00:00 2001 From: Philipp Salvisberg Date: Fri, 12 Aug 2022 15:27:24 +0200 Subject: [PATCH] release sqlcl-22.2.1 --- settings/sql_developer/trivadis_custom_format.arbori | 2 +- sqlcl/format.js | 2 +- standalone/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/settings/sql_developer/trivadis_custom_format.arbori b/settings/sql_developer/trivadis_custom_format.arbori index 2240c41a..77e3d876 100644 --- a/settings/sql_developer/trivadis_custom_format.arbori +++ b/settings/sql_developer/trivadis_custom_format.arbori @@ -17,7 +17,7 @@ include "std.arbori" /** - * Lightweight Formatter for SQL Developer and SQLcl, version 22.2.1-SNAPSHOT + * Lightweight Formatter for SQL Developer and SQLcl, version 22.2.1 * The idea is to keep the code formatted "as is" and apply chosen formatting rules only. * * The Arbori program is processed from top to bottom. diff --git a/sqlcl/format.js b/sqlcl/format.js index a5b6eca5..e794766d 100644 --- a/sqlcl/format.js +++ b/sqlcl/format.js @@ -51,7 +51,7 @@ var javaSqlEarley = Java.type("oracle.dbtools.parser.plsql.SqlEarley"); var javaProgram = Java.type("oracle.dbtools.arbori.Program"); var getVersion = function() { - return "22.2.1-SNAPSHOT"; + return "22.2.1"; } var getFiles = function (rootPath, extensions, ignoreMatcher) { diff --git a/standalone/pom.xml b/standalone/pom.xml index 1874f3c5..36ebca7a 100644 --- a/standalone/pom.xml +++ b/standalone/pom.xml @@ -6,7 +6,7 @@ com.trivadis.plsql.formatter tvdformat - 22.2.1-SNAPSHOT + 22.2.1 jar UTF-8