File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ This driver is compatible with JVM version 8 or higher.
20
20
```
21
21
Class.forName( "org.polypheny.jdbc.PolyphenyDriver" );
22
22
```
23
- - Use the connection URL ` jdbc:polypheny:http://localhost/ ` to connect to [ Polypheny-DB ] ( https://github.com/polypheny/Polypheny-DB ) .
23
+ - Use the connection URL ` jdbc:polypheny:http://localhost/ ` to connect to [ Polypheny] ( https://github.com/polypheny/Polypheny-DB ) .
24
24
25
25
> For authentication, please use the default username ` pa ` with an empty password.
26
26
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ description = "A standards-compliant JDBC driver for Polypheny."
14
14
15
15
def versionMajor = 2
16
16
def versionMinor = 0
17
- def versionQualifier = " SNAPSHOT "
17
+ def versionQualifier = " "
18
18
version = versionMajor + " ." + versionMinor + (versionQualifier != ' ' ? " -" + versionQualifier : ' ' )
19
19
20
20
You can’t perform that action at this time.
0 commit comments