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

Commit

Permalink
release sqldev-23.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippSalvisberg committed Apr 23, 2023
1 parent 39ca7d9 commit 8ba01ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion settings/sql_developer/trivadis_custom_format.arbori
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
include "std.arbori"

/**
* Lightweight Formatter for SQL Developer and SQLcl, version 23.1.0-SNAPSHOT
* Lightweight Formatter for SQL Developer and SQLcl, version 23.1.0
* 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.
Expand Down
2 changes: 1 addition & 1 deletion sqlcl/format.js
Original file line number Diff line number Diff line change
Expand Up @@ -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-SNAPSHOT";
return "23.1.0";
}

var getFiles = function (rootPath, extensions, ignoreMatcher) {
Expand Down
2 changes: 1 addition & 1 deletion standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- The Basics -->
<groupId>com.trivadis.plsql.formatter</groupId>
<artifactId>tvdformat</artifactId>
<version>23.1.0-SNAPSHOT</version>
<version>23.1.0</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 8ba01ad

Please sign in to comment.