Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit c653be1

Browse files
release sqlcl-23.4.0
1 parent bda96b1 commit c653be1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

settings/sql_developer/trivadis_custom_format.arbori

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
include "std.arbori"
1818

1919
/**
20-
* Lightweight Formatter for SQL Developer and SQLcl, version 23.4.0-SNAPSHOT
20+
* Lightweight Formatter for SQL Developer and SQLcl, version 23.4.0
2121
* The idea is to keep the code formatted "as is" and apply chosen formatting rules only.
2222
*
2323
* The Arbori program is processed from top to bottom.

sqlcl/format.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ var javaSqlEarley = Java.type("oracle.dbtools.parser.plsql.SqlEarley");
5151
var javaProgram = Java.type("oracle.dbtools.arbori.Program");
5252

5353
var getVersion = function() {
54-
return "23.4.0-SNAPSHOT";
54+
return "23.4.0";
5555
}
5656

5757
var getFiles = function (rootPath, extensions, ignoreMatcher) {

standalone/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!-- The Basics -->
77
<groupId>com.trivadis.plsql.formatter</groupId>
88
<artifactId>tvdformat</artifactId>
9-
<version>23.4.0-SNAPSHOT</version>
9+
<version>23.4.0</version>
1010
<packaging>jar</packaging>
1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)