Changeset: 6423fb0bf9eb for monetdb-java
URL: https://dev.monetdb.org/hg/monetdb-java?cmd=changeset;node=6423fb0bf9eb
Modified Files:
build.properties
pom.xml
release.txt
Branch: default
Log Message:
Updated release numbers in preparation for a release.
diffs (45 lines):
diff --git a/build.properties b/build.properties
--- a/build.properties
+++ b/build.properties
@@ -9,7 +9,7 @@
# major release number
MCL_MAJOR=1
# minor release number
-MCL_MINOR=16
+MCL_MINOR=17
##
@@ -19,7 +19,7 @@ MCL_MINOR=16
# major release number
JDBC_MAJOR=2
# minor release number
-JDBC_MINOR=27
+JDBC_MINOR=28
# 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>2.27</version>
+ <version>2.28</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 2.27 (Liberica/MCL-1.16)
-Release date: 2017-10-23
+MonetDB JDBC driver version 2.28 (Liberica/MCL-1.17)
+Release date: 2018-05-24
This JDBC driver is designed for use with MonetDB, a main-memory column-store
RDBMS.
For more information see https://www.monetdb.org/
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list