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

Commit 1b392f6

Browse files
change formatter version to 21.4.2
1 parent 59c198b commit 1b392f6

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 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.

sqlcl/format.js

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

5151
var getVersion = function() {
52-
return "24.4.2-SNAPSHOT";
52+
return "21.4.2";
5353
}
5454

5555
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>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>

0 commit comments

Comments
 (0)