From e0779479ecc2d6032cb75a2449e502a0f78c70ec Mon Sep 17 00:00:00 2001 From: "philipp.salvisberg@gmail.com" Date: Sun, 23 Apr 2023 15:16:36 +0200 Subject: [PATCH] back to snapshot version 23.1.1-SNAPSHOT --- 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 82fa4186..1ddb3402 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 23.1.0 + * Lightweight Formatter for SQL Developer and SQLcl, version 23.1.1-SNAPSHOT * 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 0442f3f3..8f4189a7 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 "23.1.0"; + return "23.1.1-SNAPSHOT"; } var getFiles = function (rootPath, extensions, ignoreMatcher) { diff --git a/standalone/pom.xml b/standalone/pom.xml index 706612da..405b5e9a 100644 --- a/standalone/pom.xml +++ b/standalone/pom.xml @@ -6,7 +6,7 @@ com.trivadis.plsql.formatter tvdformat - 23.1.0 + 23.1.1-SNAPSHOT jar UTF-8