This repository was archived by the owner on Aug 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717include "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.
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ var javaSqlEarley = Java.type("oracle.dbtools.parser.plsql.SqlEarley");
5151var javaProgram = Java . type ( "oracle.dbtools.arbori.Program" ) ;
5252
5353var getVersion = function ( ) {
54- return "23.4.0-SNAPSHOT " ;
54+ return "23.4.0" ;
5555}
5656
5757var getFiles = function ( rootPath , extensions , ignoreMatcher ) {
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments