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 21.4.2-SNAPSHOT
20+ * Lightweight Formatter for SQL Developer and SQLcl, version 21.4.2
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 @@ -49,7 +49,7 @@ var javaSqlEarley = Java.type("oracle.dbtools.parser.plsql.SqlEarley");
4949var javaProgram = Java . type ( "oracle.dbtools.arbori.Program" ) ;
5050
5151var getVersion = function ( ) {
52- return "24 .4.2-SNAPSHOT " ;
52+ return "21 .4.2" ;
5353}
5454
5555var 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 >21.4.2-SNAPSHOT </version >
9+ <version >21.4.2</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