diff release.txt @ 391:f523727db392

Moved Java classes from packages starting with nl.cwi.monetdb.* to package org.monetdb.* This naming complies to the Java Package Naming convention as MonetDB's main website is www.monetdb.org.
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Thu, 12 Nov 2020 22:02:01 +0100 (2020-11-12)
parents 11c30e3b7966
children de2ef68b672f
line wrap: on
line diff
--- a/release.txt
+++ b/release.txt
@@ -146,8 +146,8 @@ Currently implemented JDBC 4.2 interface
     - setCharacterStream
 
   * java.sql.SQLData
-    implemented by class: nl.cwi.monetdb.jdbc.types.INET
-            and by class: nl.cwi.monetdb.jdbc.types.URL
+    implemented by class: org.monetdb.jdbc.types.INET
+            and by class: org.monetdb.jdbc.types.URL
 
   * javax.sql.DataSource (not tested)