Changeset: 843f7d03540a for monetdb-java URL: https://dev.monetdb.org/hg/monetdb-java/rev/843f7d03540a Modified Files: build.properties pom.xml release.txt Branch: default Log Message:
Updated release numbers in preparation for a release. diffs (36 lines): 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. _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org