Skip to content

Commit f0a0d35

Browse files
committed
Release version 2.0
1 parent ab6b359 commit f0a0d35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This driver is compatible with JVM version 8 or higher.
2020
```
2121
Class.forName( "org.polypheny.jdbc.PolyphenyDriver" );
2222
```
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).
2424

2525
> For authentication, please use the default username `pa` with an empty password.
2626

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description = "A standards-compliant JDBC driver for Polypheny."
1414

1515
def versionMajor = 2
1616
def versionMinor = 0
17-
def versionQualifier = "SNAPSHOT"
17+
def versionQualifier = ""
1818
version = versionMajor + "." + versionMinor + (versionQualifier != '' ? "-" + versionQualifier : '')
1919

2020

0 commit comments

Comments
 (0)