# HG changeset patch # User Sjoerd Mullender <sjoerd@acm.org> # Date 1677165033 -3600 # Node ID 843f7d03540ab1170ce80d9e89993235b45d3ff9 # Parent e1e9e0535e3849dcd70d62bfacf687346f159fa2 Updated release numbers in preparation for a release. diff --git a/build.properties b/build.properties --- a/build.properties +++ b/build.properties @@ -9,7 +9,7 @@ # major release number JDBC_MAJOR=3 # minor release number -JDBC_MINOR=2 +JDBC_MINOR=3 # an additional identifying string JDBC_VER_SUFFIX=Liberica # the default port to connect on, if no port given when using SQL diff --git a/pom.xml b/pom.xml --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ <groupId>monetdb</groupId> <artifactId>monetdb-jdbc</artifactId> - <version>3.2</version> + <version>3.3</version> <name>${project.groupId}:${project.artifactId}</name> <description>MonetDB JDBC driver</description> <url>https://www.monetdb.org</url> diff --git a/release.txt b/release.txt --- a/release.txt +++ b/release.txt @@ -1,6 +1,6 @@ RELEASE NOTES -MonetDB JDBC driver version 3.2 (Liberica) -Release date: 2022-01-27 +MonetDB JDBC driver version 3.3 (Liberica) +Release date: 2023-02-23 The Java Database Connectivity (JDBC) API provides universal data access from the Java programming language.