From 57569f37d3950b4a3374fe4b4d3872f6f46928e0 Mon Sep 17 00:00:00 2001 From: Leng Sheng Hong Date: Tue, 22 Dec 2020 21:40:10 +0800 Subject: [PATCH 1/5] upgrade to kotlin 1.4 and vertx 4.0.0 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 5a4fea9..7ee988c 100755 --- a/pom.xml +++ b/pom.xml @@ -81,8 +81,8 @@ - 1.3.61 - 3.9.0 + 1.4.10 + 4.0.0 2.0.9 5.2.0 UTF-8 @@ -147,7 +147,7 @@ io.vertx - vertx-sql-common + vertx-jdbc-client ${vertx.version} From 2fc974a96f0ec7a20f9693af950b70286d0b89c5 Mon Sep 17 00:00:00 2001 From: Leng Sheng Hong Date: Tue, 22 Dec 2020 22:33:10 +0800 Subject: [PATCH 2/5] add jackson databind and upgrade jasync --- pom.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 7ee988c..0b218ce 100755 --- a/pom.xml +++ b/pom.xml @@ -42,7 +42,7 @@ scm:git:https://github.com/darkredz/Zeko-Data-Mapper.git scm:git:ssh://github.com/darkredz/Zeko-Data-Mapper.git https://github.com/darkredz/Zeko-Data-Mapper - 1.5.8 + 1.6.2 @@ -138,7 +138,7 @@ com.github.jasync-sql jasync-common - 1.0.17 + 1.1.5 joda-time @@ -150,6 +150,11 @@ vertx-jdbc-client ${vertx.version} + + com.fasterxml.jackson.core + jackson-databind + 2.9.10.3 + org.jetbrains.kotlin kotlin-stdlib-jdk8 From 8d18f4f6886cc1b15ae454992fb180cd5a29f662 Mon Sep 17 00:00:00 2001 From: Leng Sheng Hong Date: Tue, 22 Dec 2020 22:41:56 +0800 Subject: [PATCH 3/5] [maven-release-plugin] prepare release 1.6.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0b218ce..ac3191a 100755 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.zeko zeko-data-mapper - 1.6.2-SNAPSHOT + 1.6.2 jar ${project.groupId}:${project.artifactId} From 5a1dc8541d174d7113a25e1828d83fe3a3aed5b7 Mon Sep 17 00:00:00 2001 From: Leng Sheng Hong Date: Tue, 22 Dec 2020 22:41:56 +0800 Subject: [PATCH 4/5] [maven-release-plugin] prepare for next development iteration --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ac3191a..68d17b2 100755 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.zeko zeko-data-mapper - 1.6.2 + 1.6.3-SNAPSHOT jar ${project.groupId}:${project.artifactId} From fd55cc9e8e780fb7ac779767f432296eaf20e7c1 Mon Sep 17 00:00:00 2001 From: Leng Sheng Hong Date: Wed, 23 Dec 2020 11:19:35 +0800 Subject: [PATCH 5/5] update version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48659bb..c7adf9d 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ ps: Zeko turns out to be rabbit in Croatian, thus the logo :D io.zeko zeko-data-mapper - 1.6.1 + 1.6.2