Changeset: 1a4014a0c0c8 for monetdb-java
URL: https://dev.monetdb.org/hg/monetdb-java/rev/1a4014a0c0c8
Modified Files:
build.properties
pom.xml
release.txt
Branch: default
Log Message:
Updated release numbers in preparation for a release.
diffs (41 lines):
diff --git a/build.properties b/build.properties
--- a/build.properties
+++ b/build.properties
@@ -7,9 +7,9 @@
##
# major release number
-JDBC_MAJOR=3
+JDBC_MAJOR=12
# minor release number
-JDBC_MINOR=3
+JDBC_MINOR=0
##
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.3</version>
+ <version>12.0</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,8 +1,8 @@
RELEASE INFO
============
-MonetDB JDBC driver version 3.3
-Release date: 2023-02-23
+MonetDB JDBC driver version 12.0
+Release date: 2025-01-17
The Java Database Connectivity (JDBC) API provides universal data access from
the Java programming language.
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]