changeset 360:5e6218d21951 embedded

Made 2.37 release
author Pedro Ferreira <pedro.ferreira@monetdbsolutions.com>
date Tue, 18 Aug 2020 22:03:37 +0100 (2020-08-18)
parents 68401c1f10fa
children d6792323e680
files build.properties pom.xml release.txt src/main/java/nl/cwi/monetdb/jdbc/MonetConnection.java upload_jdbc_new.sh
diffstat 5 files changed, 8 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/build.properties
+++ b/build.properties
@@ -22,7 +22,7 @@ JDBC_MAJOR=2
 # minor release number
 JDBC_MINOR=37
 # snapshot release string
-JDBC_SNAPSHOT=-SNAPSHOT
+JDBC_SNAPSHOT=
 # an additional identifying string
 JDBC_VER_SUFFIX=Liberica
 # the default port to connect on, if no port given when using SQL
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
 
 	<groupId>monetdb</groupId>
 	<artifactId>monetdb-jdbc-new</artifactId>
-	<version>2.37-SNAPSHOT</version>
+	<version>2.37</version>
 	<name>MonetDB JDBC new</name>
 	<description>MonetDB Adapted JDBC driver for embedded connection</description>
 	<url>https://www.monetdb.org</url>
@@ -94,6 +94,7 @@
 					</execution>
 				</executions>
 				<configuration>
+					<source>7</source>
 					<sourceFileIncludes>
 						<include>${jdbc.sources}</include>
 					</sourceFileIncludes>
--- a/release.txt
+++ b/release.txt
@@ -1,6 +1,6 @@
 RELEASE NOTES
-MonetDB JDBC driver version 2.37-SNAPSHOT (Liberica/MCL-1.16)
-Release date: 2018-06-12
+MonetDB JDBC driver version 2.37 (Liberica/MCL-1.16)
+Release date: 2020-08-18
 
 This JDBC driver is designed for use with MonetDB, a main-memory column-store RDBMS.
 For more information see https://www.monetdb.org/
--- a/src/main/java/nl/cwi/monetdb/jdbc/MonetConnection.java
+++ b/src/main/java/nl/cwi/monetdb/jdbc/MonetConnection.java
@@ -1871,7 +1871,7 @@ public abstract class MonetConnection
 		 * Internal executor of queries.
 		 *
 		 * @param templ the template to fill in
-		 * @param the query to execute
+		 * @param query query to execute
 		 * @throws SQLException if a database error occurs
 		 */
 		@SuppressWarnings("fallthrough")
old mode 100644
new mode 100755
--- a/upload_jdbc_new.sh
+++ b/upload_jdbc_new.sh
@@ -14,8 +14,8 @@ fi
 # Prepare the directory to upload to our website
 mkdir synchronizing
 # Move the monetdb-jdbc-new jar
-mv jars/monetdb-jdbc-new-2.37-SNAPSHOT.jar synchronizing/monetdb-jdbc-new-2.37-SNAPSHOT.jar
+mv jars/monetdb-jdbc-new-2.37.jar synchronizing/monetdb-jdbc-new-2.37.jar
 # Rsync the library files to the monet.org machine
-rsync -aqz --ignore-times synchronizing/* ferreira@monetdb.org:/var/www/html/downloads/Java-Experimental/
+rsync -qz --ignore-times synchronizing/* ferreira@monetdb.org:/var/www/html/downloads/Java-Experimental/
 # Remove it in the end
 rm -rf synchronizing