# HG changeset patch
# User Pedro Ferreira <pedro.ferreira@monetdbsolutions.com>
# Date 1597784617 -3600
# Node ID 5e6218d21951bc9f490fdb8d666c01852d27d43d
# Parent  68401c1f10fad722cbc3f2b106bb26490bd13e56
Made 2.37 release

diff --git a/build.properties b/build.properties
--- 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
diff --git a/pom.xml b/pom.xml
--- 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>
diff --git a/release.txt b/release.txt
--- 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/
diff --git a/src/main/java/nl/cwi/monetdb/jdbc/MonetConnection.java b/src/main/java/nl/cwi/monetdb/jdbc/MonetConnection.java
--- 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")
diff --git a/upload_jdbc_new.sh b/upload_jdbc_new.sh
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