From bb77c2f303d62e56a59752a5dc2da284fd787a72 Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Wed, 12 Feb 2020 10:13:40 +0100 Subject: [PATCH 01/40] Releasing 3.9.0-SNAPSHOT --- pom.xml | 4 ++-- vertx-mysql-postgresql-client-jasync/pom.xml | 2 +- vertx-mysql-postgresql-client-scala/pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 4f3b52f6..61cc67ce 100644 --- a/pom.xml +++ b/pom.xml @@ -10,12 +10,12 @@ 4.0.0 vertx-mysql-postgresql-client-parent - 3.8.6-SNAPSHOT + 3.9.0-SNAPSHOT Vert.x MySQL/PostgreSQL Client Parent - 3.8.6-SNAPSHOT + 3.9.0-SNAPSHOT true diff --git a/vertx-mysql-postgresql-client-jasync/pom.xml b/vertx-mysql-postgresql-client-jasync/pom.xml index 5988f6c7..68c536bc 100644 --- a/vertx-mysql-postgresql-client-jasync/pom.xml +++ b/vertx-mysql-postgresql-client-jasync/pom.xml @@ -4,7 +4,7 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.8.6-SNAPSHOT + 3.9.0-SNAPSHOT 4.0.0 diff --git a/vertx-mysql-postgresql-client-scala/pom.xml b/vertx-mysql-postgresql-client-scala/pom.xml index 9ffa192a..157c4dad 100644 --- a/vertx-mysql-postgresql-client-scala/pom.xml +++ b/vertx-mysql-postgresql-client-scala/pom.xml @@ -4,13 +4,13 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.8.6-SNAPSHOT + 3.9.0-SNAPSHOT 4.0.0 vertx-mysql-postgresql-client - 3.8.6-SNAPSHOT + 3.9.0-SNAPSHOT Vert.x MySQL/PostgreSQL Client based on Scala From 418c3eae814c6c5e06b163546f862f90bf509195 Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Mon, 30 Mar 2020 08:59:39 +0200 Subject: [PATCH 02/40] Releasing 3.9.0 --- pom.xml | 4 ++-- vertx-mysql-postgresql-client-jasync/pom.xml | 2 +- vertx-mysql-postgresql-client-scala/pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 61cc67ce..8fbb53f6 100644 --- a/pom.xml +++ b/pom.xml @@ -10,12 +10,12 @@ 4.0.0 vertx-mysql-postgresql-client-parent - 3.9.0-SNAPSHOT + 3.9.0 Vert.x MySQL/PostgreSQL Client Parent - 3.9.0-SNAPSHOT + 3.9.0 true diff --git a/vertx-mysql-postgresql-client-jasync/pom.xml b/vertx-mysql-postgresql-client-jasync/pom.xml index 68c536bc..831bcf59 100644 --- a/vertx-mysql-postgresql-client-jasync/pom.xml +++ b/vertx-mysql-postgresql-client-jasync/pom.xml @@ -4,7 +4,7 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.0-SNAPSHOT + 3.9.0 4.0.0 diff --git a/vertx-mysql-postgresql-client-scala/pom.xml b/vertx-mysql-postgresql-client-scala/pom.xml index 157c4dad..86732080 100644 --- a/vertx-mysql-postgresql-client-scala/pom.xml +++ b/vertx-mysql-postgresql-client-scala/pom.xml @@ -4,13 +4,13 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.0-SNAPSHOT + 3.9.0 4.0.0 vertx-mysql-postgresql-client - 3.9.0-SNAPSHOT + 3.9.0 Vert.x MySQL/PostgreSQL Client based on Scala From aa0a69d6ffc684ddaed63123a9cbec9594d37699 Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Mon, 30 Mar 2020 14:16:57 +0200 Subject: [PATCH 03/40] Releasing 3.9.1-SNAPSHOT --- pom.xml | 4 ++-- vertx-mysql-postgresql-client-jasync/pom.xml | 2 +- vertx-mysql-postgresql-client-scala/pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 8fbb53f6..22b84eb3 100644 --- a/pom.xml +++ b/pom.xml @@ -10,12 +10,12 @@ 4.0.0 vertx-mysql-postgresql-client-parent - 3.9.0 + 3.9.1-SNAPSHOT Vert.x MySQL/PostgreSQL Client Parent - 3.9.0 + 3.9.1-SNAPSHOT true diff --git a/vertx-mysql-postgresql-client-jasync/pom.xml b/vertx-mysql-postgresql-client-jasync/pom.xml index 831bcf59..171f83e8 100644 --- a/vertx-mysql-postgresql-client-jasync/pom.xml +++ b/vertx-mysql-postgresql-client-jasync/pom.xml @@ -4,7 +4,7 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.0 + 3.9.1-SNAPSHOT 4.0.0 diff --git a/vertx-mysql-postgresql-client-scala/pom.xml b/vertx-mysql-postgresql-client-scala/pom.xml index 86732080..3b8444a4 100644 --- a/vertx-mysql-postgresql-client-scala/pom.xml +++ b/vertx-mysql-postgresql-client-scala/pom.xml @@ -4,13 +4,13 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.0 + 3.9.1-SNAPSHOT 4.0.0 vertx-mysql-postgresql-client - 3.9.0 + 3.9.1-SNAPSHOT Vert.x MySQL/PostgreSQL Client based on Scala From 07891d57368177765f329e44b960bb457374d13c Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Tue, 12 May 2020 10:50:14 +0200 Subject: [PATCH 04/40] Update parent pom version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 22b84eb3..5cd19695 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ io.vertx vertx-ext-parent - 34 + 35 pom From f305e5430dd4848ccd60bab1a8e260e05330c312 Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Fri, 15 May 2020 20:43:15 +0200 Subject: [PATCH 05/40] Releasing 3.9.1 --- pom.xml | 4 ++-- vertx-mysql-postgresql-client-jasync/pom.xml | 2 +- vertx-mysql-postgresql-client-scala/pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 5cd19695..9149c303 100644 --- a/pom.xml +++ b/pom.xml @@ -10,12 +10,12 @@ 4.0.0 vertx-mysql-postgresql-client-parent - 3.9.1-SNAPSHOT + 3.9.1 Vert.x MySQL/PostgreSQL Client Parent - 3.9.1-SNAPSHOT + 3.9.1 true diff --git a/vertx-mysql-postgresql-client-jasync/pom.xml b/vertx-mysql-postgresql-client-jasync/pom.xml index 171f83e8..d88422bf 100644 --- a/vertx-mysql-postgresql-client-jasync/pom.xml +++ b/vertx-mysql-postgresql-client-jasync/pom.xml @@ -4,7 +4,7 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.1-SNAPSHOT + 3.9.1 4.0.0 diff --git a/vertx-mysql-postgresql-client-scala/pom.xml b/vertx-mysql-postgresql-client-scala/pom.xml index 3b8444a4..1ebaff37 100644 --- a/vertx-mysql-postgresql-client-scala/pom.xml +++ b/vertx-mysql-postgresql-client-scala/pom.xml @@ -4,13 +4,13 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.1-SNAPSHOT + 3.9.1 4.0.0 vertx-mysql-postgresql-client - 3.9.1-SNAPSHOT + 3.9.1 Vert.x MySQL/PostgreSQL Client based on Scala From 21564115a2186a6e3db4636a1e77cc8174c7a7ea Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Fri, 15 May 2020 22:49:27 +0200 Subject: [PATCH 06/40] Releasing 3.9.2-SNAPSHOT --- pom.xml | 4 ++-- vertx-mysql-postgresql-client-jasync/pom.xml | 2 +- vertx-mysql-postgresql-client-scala/pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 9149c303..ca53417b 100644 --- a/pom.xml +++ b/pom.xml @@ -10,12 +10,12 @@ 4.0.0 vertx-mysql-postgresql-client-parent - 3.9.1 + 3.9.2-SNAPSHOT Vert.x MySQL/PostgreSQL Client Parent - 3.9.1 + 3.9.2-SNAPSHOT true diff --git a/vertx-mysql-postgresql-client-jasync/pom.xml b/vertx-mysql-postgresql-client-jasync/pom.xml index d88422bf..f922db6e 100644 --- a/vertx-mysql-postgresql-client-jasync/pom.xml +++ b/vertx-mysql-postgresql-client-jasync/pom.xml @@ -4,7 +4,7 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.1 + 3.9.2-SNAPSHOT 4.0.0 diff --git a/vertx-mysql-postgresql-client-scala/pom.xml b/vertx-mysql-postgresql-client-scala/pom.xml index 1ebaff37..4dc33208 100644 --- a/vertx-mysql-postgresql-client-scala/pom.xml +++ b/vertx-mysql-postgresql-client-scala/pom.xml @@ -4,13 +4,13 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.1 + 3.9.2-SNAPSHOT 4.0.0 vertx-mysql-postgresql-client - 3.9.1 + 3.9.2-SNAPSHOT Vert.x MySQL/PostgreSQL Client based on Scala From 1e11f4409907b8690d182071128c2acf9cdcdbbf Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Wed, 15 Jul 2020 23:21:59 +0200 Subject: [PATCH 07/40] Releasing 3.9.2 --- pom.xml | 4 ++-- vertx-mysql-postgresql-client-jasync/pom.xml | 2 +- vertx-mysql-postgresql-client-scala/pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index ca53417b..01c9d458 100644 --- a/pom.xml +++ b/pom.xml @@ -10,12 +10,12 @@ 4.0.0 vertx-mysql-postgresql-client-parent - 3.9.2-SNAPSHOT + 3.9.2 Vert.x MySQL/PostgreSQL Client Parent - 3.9.2-SNAPSHOT + 3.9.2 true diff --git a/vertx-mysql-postgresql-client-jasync/pom.xml b/vertx-mysql-postgresql-client-jasync/pom.xml index f922db6e..0c89584b 100644 --- a/vertx-mysql-postgresql-client-jasync/pom.xml +++ b/vertx-mysql-postgresql-client-jasync/pom.xml @@ -4,7 +4,7 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.2-SNAPSHOT + 3.9.2 4.0.0 diff --git a/vertx-mysql-postgresql-client-scala/pom.xml b/vertx-mysql-postgresql-client-scala/pom.xml index 4dc33208..3197eb46 100644 --- a/vertx-mysql-postgresql-client-scala/pom.xml +++ b/vertx-mysql-postgresql-client-scala/pom.xml @@ -4,13 +4,13 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.2-SNAPSHOT + 3.9.2 4.0.0 vertx-mysql-postgresql-client - 3.9.2-SNAPSHOT + 3.9.2 Vert.x MySQL/PostgreSQL Client based on Scala From e845ff0aa214c4791b1585ec0eabea8796efa2d0 Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Thu, 16 Jul 2020 09:37:04 +0200 Subject: [PATCH 08/40] Releasing 3.9.3-SNAPSHOT --- pom.xml | 4 ++-- vertx-mysql-postgresql-client-jasync/pom.xml | 2 +- vertx-mysql-postgresql-client-scala/pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 01c9d458..a2c5a78f 100644 --- a/pom.xml +++ b/pom.xml @@ -10,12 +10,12 @@ 4.0.0 vertx-mysql-postgresql-client-parent - 3.9.2 + 3.9.3-SNAPSHOT Vert.x MySQL/PostgreSQL Client Parent - 3.9.2 + 3.9.3-SNAPSHOT true diff --git a/vertx-mysql-postgresql-client-jasync/pom.xml b/vertx-mysql-postgresql-client-jasync/pom.xml index 0c89584b..12cd0c46 100644 --- a/vertx-mysql-postgresql-client-jasync/pom.xml +++ b/vertx-mysql-postgresql-client-jasync/pom.xml @@ -4,7 +4,7 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.2 + 3.9.3-SNAPSHOT 4.0.0 diff --git a/vertx-mysql-postgresql-client-scala/pom.xml b/vertx-mysql-postgresql-client-scala/pom.xml index 3197eb46..35bba2d3 100644 --- a/vertx-mysql-postgresql-client-scala/pom.xml +++ b/vertx-mysql-postgresql-client-scala/pom.xml @@ -4,13 +4,13 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.2 + 3.9.3-SNAPSHOT 4.0.0 vertx-mysql-postgresql-client - 3.9.2 + 3.9.3-SNAPSHOT Vert.x MySQL/PostgreSQL Client based on Scala From 16b3c150fb9b43f4a9a6f53305fee9d255d2494e Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Thu, 20 Aug 2020 11:26:01 +0200 Subject: [PATCH 09/40] Update pom parent version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a2c5a78f..7731a0c4 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ io.vertx vertx-ext-parent - 35 + 37 pom From ae09521068750ecb4edaa8a05c286bf7af72d4ed Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Wed, 16 Sep 2020 10:01:04 +0200 Subject: [PATCH 10/40] Releasing 3.9.3 --- pom.xml | 4 ++-- vertx-mysql-postgresql-client-jasync/pom.xml | 2 +- vertx-mysql-postgresql-client-scala/pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 7731a0c4..106d4ec6 100644 --- a/pom.xml +++ b/pom.xml @@ -10,12 +10,12 @@ 4.0.0 vertx-mysql-postgresql-client-parent - 3.9.3-SNAPSHOT + 3.9.3 Vert.x MySQL/PostgreSQL Client Parent - 3.9.3-SNAPSHOT + 3.9.3 true diff --git a/vertx-mysql-postgresql-client-jasync/pom.xml b/vertx-mysql-postgresql-client-jasync/pom.xml index 12cd0c46..028e3908 100644 --- a/vertx-mysql-postgresql-client-jasync/pom.xml +++ b/vertx-mysql-postgresql-client-jasync/pom.xml @@ -4,7 +4,7 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.3-SNAPSHOT + 3.9.3 4.0.0 diff --git a/vertx-mysql-postgresql-client-scala/pom.xml b/vertx-mysql-postgresql-client-scala/pom.xml index 35bba2d3..04766adf 100644 --- a/vertx-mysql-postgresql-client-scala/pom.xml +++ b/vertx-mysql-postgresql-client-scala/pom.xml @@ -4,13 +4,13 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.3-SNAPSHOT + 3.9.3 4.0.0 vertx-mysql-postgresql-client - 3.9.3-SNAPSHOT + 3.9.3 Vert.x MySQL/PostgreSQL Client based on Scala From ab3d72446574db09219765c26a7ca5f4dfdd6eb6 Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Wed, 16 Sep 2020 10:35:43 +0200 Subject: [PATCH 11/40] Releasing 3.9.4-SNAPSHOT --- pom.xml | 4 ++-- vertx-mysql-postgresql-client-jasync/pom.xml | 2 +- vertx-mysql-postgresql-client-scala/pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 106d4ec6..9b0c8202 100644 --- a/pom.xml +++ b/pom.xml @@ -10,12 +10,12 @@ 4.0.0 vertx-mysql-postgresql-client-parent - 3.9.3 + 3.9.4-SNAPSHOT Vert.x MySQL/PostgreSQL Client Parent - 3.9.3 + 3.9.4-SNAPSHOT true diff --git a/vertx-mysql-postgresql-client-jasync/pom.xml b/vertx-mysql-postgresql-client-jasync/pom.xml index 028e3908..952bcd97 100644 --- a/vertx-mysql-postgresql-client-jasync/pom.xml +++ b/vertx-mysql-postgresql-client-jasync/pom.xml @@ -4,7 +4,7 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.3 + 3.9.4-SNAPSHOT 4.0.0 diff --git a/vertx-mysql-postgresql-client-scala/pom.xml b/vertx-mysql-postgresql-client-scala/pom.xml index 04766adf..aaaeb81b 100644 --- a/vertx-mysql-postgresql-client-scala/pom.xml +++ b/vertx-mysql-postgresql-client-scala/pom.xml @@ -4,13 +4,13 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.3 + 3.9.4-SNAPSHOT 4.0.0 vertx-mysql-postgresql-client - 3.9.3 + 3.9.4-SNAPSHOT Vert.x MySQL/PostgreSQL Client based on Scala From 91fd10b62e3882ad5a919772cc2a44781e67fac5 Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Thu, 15 Oct 2020 10:00:20 +0200 Subject: [PATCH 12/40] Update junit --- vertx-mysql-postgresql-client-jasync/pom.xml | 2 +- vertx-mysql-postgresql-client-scala/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vertx-mysql-postgresql-client-jasync/pom.xml b/vertx-mysql-postgresql-client-jasync/pom.xml index 952bcd97..422c04ee 100644 --- a/vertx-mysql-postgresql-client-jasync/pom.xml +++ b/vertx-mysql-postgresql-client-jasync/pom.xml @@ -85,7 +85,7 @@ junit junit test - 4.12 + 4.13.1 com.jayway.awaitility diff --git a/vertx-mysql-postgresql-client-scala/pom.xml b/vertx-mysql-postgresql-client-scala/pom.xml index aaaeb81b..1644ead6 100644 --- a/vertx-mysql-postgresql-client-scala/pom.xml +++ b/vertx-mysql-postgresql-client-scala/pom.xml @@ -103,7 +103,7 @@ junit junit test - 4.12 + 4.13.1 com.jayway.awaitility From 023629206f8ac833bfe445e1f2536cff53065b75 Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Thu, 15 Oct 2020 10:15:35 +0200 Subject: [PATCH 13/40] Releasing 3.9.4 --- pom.xml | 4 ++-- vertx-mysql-postgresql-client-jasync/pom.xml | 2 +- vertx-mysql-postgresql-client-scala/pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 9b0c8202..cc0c3f4d 100644 --- a/pom.xml +++ b/pom.xml @@ -10,12 +10,12 @@ 4.0.0 vertx-mysql-postgresql-client-parent - 3.9.4-SNAPSHOT + 3.9.4 Vert.x MySQL/PostgreSQL Client Parent - 3.9.4-SNAPSHOT + 3.9.4 true diff --git a/vertx-mysql-postgresql-client-jasync/pom.xml b/vertx-mysql-postgresql-client-jasync/pom.xml index 422c04ee..821bb3f5 100644 --- a/vertx-mysql-postgresql-client-jasync/pom.xml +++ b/vertx-mysql-postgresql-client-jasync/pom.xml @@ -4,7 +4,7 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.4-SNAPSHOT + 3.9.4 4.0.0 diff --git a/vertx-mysql-postgresql-client-scala/pom.xml b/vertx-mysql-postgresql-client-scala/pom.xml index 1644ead6..bab4e6dc 100644 --- a/vertx-mysql-postgresql-client-scala/pom.xml +++ b/vertx-mysql-postgresql-client-scala/pom.xml @@ -4,13 +4,13 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.4-SNAPSHOT + 3.9.4 4.0.0 vertx-mysql-postgresql-client - 3.9.4-SNAPSHOT + 3.9.4 Vert.x MySQL/PostgreSQL Client based on Scala From 2902cc33e8cbe6c3e740ada186bc7a3eabbb3c3c Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Thu, 15 Oct 2020 10:47:48 +0200 Subject: [PATCH 14/40] Releasing 3.9.5-SNAPSHOT --- pom.xml | 4 ++-- vertx-mysql-postgresql-client-jasync/pom.xml | 2 +- vertx-mysql-postgresql-client-scala/pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index cc0c3f4d..de05670c 100644 --- a/pom.xml +++ b/pom.xml @@ -10,12 +10,12 @@ 4.0.0 vertx-mysql-postgresql-client-parent - 3.9.4 + 3.9.5-SNAPSHOT Vert.x MySQL/PostgreSQL Client Parent - 3.9.4 + 3.9.5-SNAPSHOT true diff --git a/vertx-mysql-postgresql-client-jasync/pom.xml b/vertx-mysql-postgresql-client-jasync/pom.xml index 821bb3f5..d2e4873f 100644 --- a/vertx-mysql-postgresql-client-jasync/pom.xml +++ b/vertx-mysql-postgresql-client-jasync/pom.xml @@ -4,7 +4,7 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.4 + 3.9.5-SNAPSHOT 4.0.0 diff --git a/vertx-mysql-postgresql-client-scala/pom.xml b/vertx-mysql-postgresql-client-scala/pom.xml index bab4e6dc..82a0cd2a 100644 --- a/vertx-mysql-postgresql-client-scala/pom.xml +++ b/vertx-mysql-postgresql-client-scala/pom.xml @@ -4,13 +4,13 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.4 + 3.9.5-SNAPSHOT 4.0.0 vertx-mysql-postgresql-client - 3.9.4 + 3.9.5-SNAPSHOT Vert.x MySQL/PostgreSQL Client based on Scala From bf77b7f4b6028a475c12a62f2df6f1b6be34f75b Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Fri, 11 Dec 2020 12:43:36 +0100 Subject: [PATCH 15/40] Releasing 3.9.5 --- pom.xml | 4 ++-- vertx-mysql-postgresql-client-jasync/pom.xml | 2 +- vertx-mysql-postgresql-client-scala/pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index de05670c..3a45ad69 100644 --- a/pom.xml +++ b/pom.xml @@ -10,12 +10,12 @@ 4.0.0 vertx-mysql-postgresql-client-parent - 3.9.5-SNAPSHOT + 3.9.5 Vert.x MySQL/PostgreSQL Client Parent - 3.9.5-SNAPSHOT + 3.9.5 true diff --git a/vertx-mysql-postgresql-client-jasync/pom.xml b/vertx-mysql-postgresql-client-jasync/pom.xml index d2e4873f..9f564cf7 100644 --- a/vertx-mysql-postgresql-client-jasync/pom.xml +++ b/vertx-mysql-postgresql-client-jasync/pom.xml @@ -4,7 +4,7 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.5-SNAPSHOT + 3.9.5 4.0.0 diff --git a/vertx-mysql-postgresql-client-scala/pom.xml b/vertx-mysql-postgresql-client-scala/pom.xml index 82a0cd2a..107c5796 100644 --- a/vertx-mysql-postgresql-client-scala/pom.xml +++ b/vertx-mysql-postgresql-client-scala/pom.xml @@ -4,13 +4,13 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.5-SNAPSHOT + 3.9.5 4.0.0 vertx-mysql-postgresql-client - 3.9.5-SNAPSHOT + 3.9.5 Vert.x MySQL/PostgreSQL Client based on Scala From 37d4383126d78449458cde1c9b1d81538452c86e Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Fri, 11 Dec 2020 13:10:07 +0100 Subject: [PATCH 16/40] Releasing 3.9.6-SNAPSHOT --- pom.xml | 4 ++-- vertx-mysql-postgresql-client-jasync/pom.xml | 2 +- vertx-mysql-postgresql-client-scala/pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 3a45ad69..3caa3e2f 100644 --- a/pom.xml +++ b/pom.xml @@ -10,12 +10,12 @@ 4.0.0 vertx-mysql-postgresql-client-parent - 3.9.5 + 3.9.6-SNAPSHOT Vert.x MySQL/PostgreSQL Client Parent - 3.9.5 + 3.9.6-SNAPSHOT true diff --git a/vertx-mysql-postgresql-client-jasync/pom.xml b/vertx-mysql-postgresql-client-jasync/pom.xml index 9f564cf7..55a162ea 100644 --- a/vertx-mysql-postgresql-client-jasync/pom.xml +++ b/vertx-mysql-postgresql-client-jasync/pom.xml @@ -4,7 +4,7 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.5 + 3.9.6-SNAPSHOT 4.0.0 diff --git a/vertx-mysql-postgresql-client-scala/pom.xml b/vertx-mysql-postgresql-client-scala/pom.xml index 107c5796..8eb9d0ad 100644 --- a/vertx-mysql-postgresql-client-scala/pom.xml +++ b/vertx-mysql-postgresql-client-scala/pom.xml @@ -4,13 +4,13 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.5 + 3.9.6-SNAPSHOT 4.0.0 vertx-mysql-postgresql-client - 3.9.5 + 3.9.6-SNAPSHOT Vert.x MySQL/PostgreSQL Client based on Scala From 93b977ea6353ba90e3112a8b8fea8dcc381f0112 Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Tue, 16 Feb 2021 12:02:06 +0100 Subject: [PATCH 17/40] GitHub action CI --- .travis.deploy.artifacts.sh | 5 ----- .travis.yml | 28 ---------------------------- 2 files changed, 33 deletions(-) delete mode 100644 .travis.deploy.artifacts.sh delete mode 100644 .travis.yml diff --git a/.travis.deploy.artifacts.sh b/.travis.deploy.artifacts.sh deleted file mode 100644 index d6f9804c..00000000 --- a/.travis.deploy.artifacts.sh +++ /dev/null @@ -1,5 +0,0 @@ -PROJECT_VERSION=$(mvn org.apache.maven.plugins:maven-help-plugin:evaluate -Dexpression=project.version -B | grep -v '\[') -if [[ "$PROJECT_VERSION" =~ .*SNAPSHOT ]] && [[ "${TRAVIS_BRANCH}" =~ ^master$|^[0-9]+\.[0-9]+$ ]] && [[ "${TRAVIS_PULL_REQUEST}" = "false" ]]; -then - mvn deploy -s .travis.maven.settings.xml -DskipTests -B; -fi diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 50fa323b..00000000 --- a/.travis.yml +++ /dev/null @@ -1,28 +0,0 @@ -language: java -branches: - only: - - master - - /^\d+\.\d+$/ -services: -- docker -jobs: - include: - - stage: test - name: "OpenJDK 8" - jdk: openjdk8 - script: mvn -q clean verify -B && mvn -P testNativeTransport -q clean verify -B -# - if: type != pull_request -# name: "OpenJDK 11" -# jdk: openjdk11 -# script: mvn -q clean verify -B - - stage: deploy - name: "Deploy to Sonatype's snapshots repository" - jdk: openjdk8 - if: type != pull_request AND env(SONATYPE_NEXUS_USERNAME) IS present - script: bash .travis.deploy.artifacts.sh -notifications: - email: - recipients: - - secure: "GPQz+JoRrZ1zEWrScvl8hxDZzr5fZAAGCteqXDygmRQD36vnzKhrB6w6BB8FcVkQC+ZXMVg8eGnHOERs8uy6vM8DMj76hMZaKanQTinFe7Zt9oEInVOTF7GBfcdiQtmEqYQjyhfg9K0sdQjscfr1HPlr3DqYw3WIK7dyl9OxUvY=" - on_success: always - on_failure: always From 58ea65f2f82df2b5dc4d619739657da87cab8448 Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Wed, 17 Feb 2021 15:20:53 +0100 Subject: [PATCH 18/40] Migrate build to new distribution server --- .travis.maven.settings.xml | 6 +++--- pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.maven.settings.xml b/.travis.maven.settings.xml index cd8c4445..4561e311 100644 --- a/.travis.maven.settings.xml +++ b/.travis.maven.settings.xml @@ -7,9 +7,9 @@ - sonatype-nexus-snapshots - ${env.SONATYPE_NEXUS_USERNAME} - ${env.SONATYPE_NEXUS_PASSWORD} + vertx-snapshots-repository + ${env.VERTX_NEXUS_USERNAME} + ${env.VERTX_NEXUS_PASSWORD} diff --git a/pom.xml b/pom.xml index 3caa3e2f..0f69244f 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ io.vertx vertx-ext-parent - 37 + 38 pom From 61db843934839a3ee61290518090c092758a0a2a Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Thu, 25 Feb 2021 10:16:32 +0100 Subject: [PATCH 19/40] Releasing 3.9.6 --- pom.xml | 4 ++-- vertx-mysql-postgresql-client-jasync/pom.xml | 2 +- vertx-mysql-postgresql-client-scala/pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 0f69244f..1724dd45 100644 --- a/pom.xml +++ b/pom.xml @@ -10,12 +10,12 @@ 4.0.0 vertx-mysql-postgresql-client-parent - 3.9.6-SNAPSHOT + 3.9.6 Vert.x MySQL/PostgreSQL Client Parent - 3.9.6-SNAPSHOT + 3.9.6 true diff --git a/vertx-mysql-postgresql-client-jasync/pom.xml b/vertx-mysql-postgresql-client-jasync/pom.xml index 55a162ea..2bc6e4a2 100644 --- a/vertx-mysql-postgresql-client-jasync/pom.xml +++ b/vertx-mysql-postgresql-client-jasync/pom.xml @@ -4,7 +4,7 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.6-SNAPSHOT + 3.9.6 4.0.0 diff --git a/vertx-mysql-postgresql-client-scala/pom.xml b/vertx-mysql-postgresql-client-scala/pom.xml index 8eb9d0ad..8bda8107 100644 --- a/vertx-mysql-postgresql-client-scala/pom.xml +++ b/vertx-mysql-postgresql-client-scala/pom.xml @@ -4,13 +4,13 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.6-SNAPSHOT + 3.9.6 4.0.0 vertx-mysql-postgresql-client - 3.9.6-SNAPSHOT + 3.9.6 Vert.x MySQL/PostgreSQL Client based on Scala From 83f6b5c8e13d9cf7262b3e6a67c4ff7e5b917c6c Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Thu, 25 Feb 2021 10:53:48 +0100 Subject: [PATCH 20/40] Releasing 3.9.7-SNAPSHOT --- pom.xml | 4 ++-- vertx-mysql-postgresql-client-jasync/pom.xml | 2 +- vertx-mysql-postgresql-client-scala/pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 1724dd45..d7138948 100644 --- a/pom.xml +++ b/pom.xml @@ -10,12 +10,12 @@ 4.0.0 vertx-mysql-postgresql-client-parent - 3.9.6 + 3.9.7-SNAPSHOT Vert.x MySQL/PostgreSQL Client Parent - 3.9.6 + 3.9.7-SNAPSHOT true diff --git a/vertx-mysql-postgresql-client-jasync/pom.xml b/vertx-mysql-postgresql-client-jasync/pom.xml index 2bc6e4a2..4add61fd 100644 --- a/vertx-mysql-postgresql-client-jasync/pom.xml +++ b/vertx-mysql-postgresql-client-jasync/pom.xml @@ -4,7 +4,7 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.6 + 3.9.7-SNAPSHOT 4.0.0 diff --git a/vertx-mysql-postgresql-client-scala/pom.xml b/vertx-mysql-postgresql-client-scala/pom.xml index 8bda8107..85e09ad7 100644 --- a/vertx-mysql-postgresql-client-scala/pom.xml +++ b/vertx-mysql-postgresql-client-scala/pom.xml @@ -4,13 +4,13 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.6 + 3.9.7-SNAPSHOT 4.0.0 vertx-mysql-postgresql-client - 3.9.6 + 3.9.7-SNAPSHOT Vert.x MySQL/PostgreSQL Client based on Scala From d3411e50694bccad94845791cd772d0afff77ddc Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Tue, 13 Apr 2021 10:13:02 +0200 Subject: [PATCH 21/40] Releasing 3.9.7 --- pom.xml | 4 ++-- vertx-mysql-postgresql-client-jasync/pom.xml | 2 +- vertx-mysql-postgresql-client-scala/pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index d7138948..13660349 100644 --- a/pom.xml +++ b/pom.xml @@ -10,12 +10,12 @@ 4.0.0 vertx-mysql-postgresql-client-parent - 3.9.7-SNAPSHOT + 3.9.7 Vert.x MySQL/PostgreSQL Client Parent - 3.9.7-SNAPSHOT + 3.9.7 true diff --git a/vertx-mysql-postgresql-client-jasync/pom.xml b/vertx-mysql-postgresql-client-jasync/pom.xml index 4add61fd..40ed2091 100644 --- a/vertx-mysql-postgresql-client-jasync/pom.xml +++ b/vertx-mysql-postgresql-client-jasync/pom.xml @@ -4,7 +4,7 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.7-SNAPSHOT + 3.9.7 4.0.0 diff --git a/vertx-mysql-postgresql-client-scala/pom.xml b/vertx-mysql-postgresql-client-scala/pom.xml index 85e09ad7..28421c52 100644 --- a/vertx-mysql-postgresql-client-scala/pom.xml +++ b/vertx-mysql-postgresql-client-scala/pom.xml @@ -4,13 +4,13 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.7-SNAPSHOT + 3.9.7 4.0.0 vertx-mysql-postgresql-client - 3.9.7-SNAPSHOT + 3.9.7 Vert.x MySQL/PostgreSQL Client based on Scala From 0843d887db451ec252c487b938d4bba16e8438d4 Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Tue, 13 Apr 2021 10:39:35 +0200 Subject: [PATCH 22/40] Releasing 3.9.8-SNAPSHOT --- pom.xml | 4 ++-- vertx-mysql-postgresql-client-jasync/pom.xml | 2 +- vertx-mysql-postgresql-client-scala/pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 13660349..4617d341 100644 --- a/pom.xml +++ b/pom.xml @@ -10,12 +10,12 @@ 4.0.0 vertx-mysql-postgresql-client-parent - 3.9.7 + 3.9.8-SNAPSHOT Vert.x MySQL/PostgreSQL Client Parent - 3.9.7 + 3.9.8-SNAPSHOT true diff --git a/vertx-mysql-postgresql-client-jasync/pom.xml b/vertx-mysql-postgresql-client-jasync/pom.xml index 40ed2091..728d40d1 100644 --- a/vertx-mysql-postgresql-client-jasync/pom.xml +++ b/vertx-mysql-postgresql-client-jasync/pom.xml @@ -4,7 +4,7 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.7 + 3.9.8-SNAPSHOT 4.0.0 diff --git a/vertx-mysql-postgresql-client-scala/pom.xml b/vertx-mysql-postgresql-client-scala/pom.xml index 28421c52..6f451a5e 100644 --- a/vertx-mysql-postgresql-client-scala/pom.xml +++ b/vertx-mysql-postgresql-client-scala/pom.xml @@ -4,13 +4,13 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.7 + 3.9.8-SNAPSHOT 4.0.0 vertx-mysql-postgresql-client - 3.9.7 + 3.9.8-SNAPSHOT Vert.x MySQL/PostgreSQL Client based on Scala From 79d0cdb549028dbfb0db438400725af57ca26529 Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Wed, 9 Jun 2021 13:23:49 +0200 Subject: [PATCH 23/40] Releasing 3.9.8 --- pom.xml | 4 ++-- vertx-mysql-postgresql-client-jasync/pom.xml | 2 +- vertx-mysql-postgresql-client-scala/pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 4617d341..ea16823f 100644 --- a/pom.xml +++ b/pom.xml @@ -10,12 +10,12 @@ 4.0.0 vertx-mysql-postgresql-client-parent - 3.9.8-SNAPSHOT + 3.9.8 Vert.x MySQL/PostgreSQL Client Parent - 3.9.8-SNAPSHOT + 3.9.8 true diff --git a/vertx-mysql-postgresql-client-jasync/pom.xml b/vertx-mysql-postgresql-client-jasync/pom.xml index 728d40d1..c7c2ff33 100644 --- a/vertx-mysql-postgresql-client-jasync/pom.xml +++ b/vertx-mysql-postgresql-client-jasync/pom.xml @@ -4,7 +4,7 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.8-SNAPSHOT + 3.9.8 4.0.0 diff --git a/vertx-mysql-postgresql-client-scala/pom.xml b/vertx-mysql-postgresql-client-scala/pom.xml index 6f451a5e..3df9c016 100644 --- a/vertx-mysql-postgresql-client-scala/pom.xml +++ b/vertx-mysql-postgresql-client-scala/pom.xml @@ -4,13 +4,13 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.8-SNAPSHOT + 3.9.8 4.0.0 vertx-mysql-postgresql-client - 3.9.8-SNAPSHOT + 3.9.8 Vert.x MySQL/PostgreSQL Client based on Scala From ce5fca022e6a06fa68642b21e94f7e0cd75f5735 Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Wed, 9 Jun 2021 14:30:14 +0200 Subject: [PATCH 24/40] Releasing 3.9.9-SNAPSHOT --- pom.xml | 4 ++-- vertx-mysql-postgresql-client-jasync/pom.xml | 2 +- vertx-mysql-postgresql-client-scala/pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index ea16823f..e7cd4c4c 100644 --- a/pom.xml +++ b/pom.xml @@ -10,12 +10,12 @@ 4.0.0 vertx-mysql-postgresql-client-parent - 3.9.8 + 3.9.9-SNAPSHOT Vert.x MySQL/PostgreSQL Client Parent - 3.9.8 + 3.9.9-SNAPSHOT true diff --git a/vertx-mysql-postgresql-client-jasync/pom.xml b/vertx-mysql-postgresql-client-jasync/pom.xml index c7c2ff33..22ce7c4e 100644 --- a/vertx-mysql-postgresql-client-jasync/pom.xml +++ b/vertx-mysql-postgresql-client-jasync/pom.xml @@ -4,7 +4,7 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.8 + 3.9.9-SNAPSHOT 4.0.0 diff --git a/vertx-mysql-postgresql-client-scala/pom.xml b/vertx-mysql-postgresql-client-scala/pom.xml index 3df9c016..a8a0ec53 100644 --- a/vertx-mysql-postgresql-client-scala/pom.xml +++ b/vertx-mysql-postgresql-client-scala/pom.xml @@ -4,13 +4,13 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.8 + 3.9.9-SNAPSHOT 4.0.0 vertx-mysql-postgresql-client - 3.9.8 + 3.9.9-SNAPSHOT Vert.x MySQL/PostgreSQL Client based on Scala From 0bb86a623b1227032d3927c811ae1029776eed60 Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Tue, 7 Sep 2021 10:02:24 +0200 Subject: [PATCH 25/40] Releasing 3.9.9 --- pom.xml | 126 ++++++++++++------- vertx-mysql-postgresql-client-jasync/pom.xml | 2 +- vertx-mysql-postgresql-client-scala/pom.xml | 4 +- 3 files changed, 83 insertions(+), 49 deletions(-) diff --git a/pom.xml b/pom.xml index e7cd4c4c..a6277281 100644 --- a/pom.xml +++ b/pom.xml @@ -1,50 +1,84 @@ - - io.vertx - vertx-ext-parent - 38 - - - pom - 4.0.0 - - vertx-mysql-postgresql-client-parent - 3.9.9-SNAPSHOT - - Vert.x MySQL/PostgreSQL Client Parent - - - 3.9.9-SNAPSHOT - true - - - - - spring-repo - Spring Repository - https://repo.spring.io/libs-milestone - - - jcenter - https://jcenter.bintray.com/ - - - - - - + + + io.vertx - vertx-dependencies - ${stack.version} - pom - import - - - - - - vertx-mysql-postgresql-client-jasync - vertx-mysql-postgresql-client-scala - + + vertx-ext-parent + + 38 + + + + pom + + 4.0.0 + + vertx-mysql-postgresql-client-parent + + 3.9.9 + + Vert.x MySQL/PostgreSQL Client Parent + + + + 3.9.9 + + true + + + + + + + + spring-repo + + Spring Repository + + https://repo.spring.io/libs-milestone + + + + + + jcenter + + https://jcenter.bintray.com/ + + + + + + + + + + + + io.vertx + + vertx-dependencies + + ${stack.version} + + pom + + import + + + + + + + + + + vertx-mysql-postgresql-client-jasync + + vertx-mysql-postgresql-client-scala + + + diff --git a/vertx-mysql-postgresql-client-jasync/pom.xml b/vertx-mysql-postgresql-client-jasync/pom.xml index 22ce7c4e..4995ced6 100644 --- a/vertx-mysql-postgresql-client-jasync/pom.xml +++ b/vertx-mysql-postgresql-client-jasync/pom.xml @@ -4,7 +4,7 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.9-SNAPSHOT + 3.9.9 4.0.0 diff --git a/vertx-mysql-postgresql-client-scala/pom.xml b/vertx-mysql-postgresql-client-scala/pom.xml index a8a0ec53..2a7865d7 100644 --- a/vertx-mysql-postgresql-client-scala/pom.xml +++ b/vertx-mysql-postgresql-client-scala/pom.xml @@ -4,13 +4,13 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.9-SNAPSHOT + 3.9.9 4.0.0 vertx-mysql-postgresql-client - 3.9.9-SNAPSHOT + 3.9.9 Vert.x MySQL/PostgreSQL Client based on Scala From ac8399cb3181cb447f3f4006ca1964a222846a70 Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Tue, 7 Sep 2021 10:32:47 +0200 Subject: [PATCH 26/40] Releasing 3.9.10-SNAPSHOT --- pom.xml | 4 ++-- vertx-mysql-postgresql-client-jasync/pom.xml | 2 +- vertx-mysql-postgresql-client-scala/pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index a6277281..a9012317 100644 --- a/pom.xml +++ b/pom.xml @@ -17,13 +17,13 @@ vertx-mysql-postgresql-client-parent - 3.9.9 + 3.9.10-SNAPSHOT Vert.x MySQL/PostgreSQL Client Parent - 3.9.9 + 3.9.10-SNAPSHOT true diff --git a/vertx-mysql-postgresql-client-jasync/pom.xml b/vertx-mysql-postgresql-client-jasync/pom.xml index 4995ced6..cce1f9a0 100644 --- a/vertx-mysql-postgresql-client-jasync/pom.xml +++ b/vertx-mysql-postgresql-client-jasync/pom.xml @@ -4,7 +4,7 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.9 + 3.9.10-SNAPSHOT 4.0.0 diff --git a/vertx-mysql-postgresql-client-scala/pom.xml b/vertx-mysql-postgresql-client-scala/pom.xml index 2a7865d7..81ff2cfc 100644 --- a/vertx-mysql-postgresql-client-scala/pom.xml +++ b/vertx-mysql-postgresql-client-scala/pom.xml @@ -4,13 +4,13 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.9 + 3.9.10-SNAPSHOT 4.0.0 vertx-mysql-postgresql-client - 3.9.9 + 3.9.10-SNAPSHOT Vert.x MySQL/PostgreSQL Client based on Scala From 498b2315c747bb28d37aa17a1b8e1e7e627d3383 Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Fri, 5 Nov 2021 09:21:24 +0100 Subject: [PATCH 27/40] Releasing 3.9.10 --- pom.xml | 4 ++-- vertx-mysql-postgresql-client-jasync/pom.xml | 2 +- vertx-mysql-postgresql-client-scala/pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index a9012317..223a5fb3 100644 --- a/pom.xml +++ b/pom.xml @@ -17,13 +17,13 @@ vertx-mysql-postgresql-client-parent - 3.9.10-SNAPSHOT + 3.9.10 Vert.x MySQL/PostgreSQL Client Parent - 3.9.10-SNAPSHOT + 3.9.10 true diff --git a/vertx-mysql-postgresql-client-jasync/pom.xml b/vertx-mysql-postgresql-client-jasync/pom.xml index cce1f9a0..07a4c2d5 100644 --- a/vertx-mysql-postgresql-client-jasync/pom.xml +++ b/vertx-mysql-postgresql-client-jasync/pom.xml @@ -4,7 +4,7 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.10-SNAPSHOT + 3.9.10 4.0.0 diff --git a/vertx-mysql-postgresql-client-scala/pom.xml b/vertx-mysql-postgresql-client-scala/pom.xml index 81ff2cfc..5270b370 100644 --- a/vertx-mysql-postgresql-client-scala/pom.xml +++ b/vertx-mysql-postgresql-client-scala/pom.xml @@ -4,13 +4,13 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.10-SNAPSHOT + 3.9.10 4.0.0 vertx-mysql-postgresql-client - 3.9.10-SNAPSHOT + 3.9.10 Vert.x MySQL/PostgreSQL Client based on Scala From b33d511aa9bd6e1d9e33fd20dadba3de7f020ff8 Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Fri, 5 Nov 2021 10:08:18 +0100 Subject: [PATCH 28/40] Releasing 3.9.11-SNAPSHOT --- pom.xml | 4 ++-- vertx-mysql-postgresql-client-jasync/pom.xml | 2 +- vertx-mysql-postgresql-client-scala/pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 223a5fb3..1b3d3357 100644 --- a/pom.xml +++ b/pom.xml @@ -17,13 +17,13 @@ vertx-mysql-postgresql-client-parent - 3.9.10 + 3.9.11-SNAPSHOT Vert.x MySQL/PostgreSQL Client Parent - 3.9.10 + 3.9.11-SNAPSHOT true diff --git a/vertx-mysql-postgresql-client-jasync/pom.xml b/vertx-mysql-postgresql-client-jasync/pom.xml index 07a4c2d5..173f9a0e 100644 --- a/vertx-mysql-postgresql-client-jasync/pom.xml +++ b/vertx-mysql-postgresql-client-jasync/pom.xml @@ -4,7 +4,7 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.10 + 3.9.11-SNAPSHOT 4.0.0 diff --git a/vertx-mysql-postgresql-client-scala/pom.xml b/vertx-mysql-postgresql-client-scala/pom.xml index 5270b370..e780d5a2 100644 --- a/vertx-mysql-postgresql-client-scala/pom.xml +++ b/vertx-mysql-postgresql-client-scala/pom.xml @@ -4,13 +4,13 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.10 + 3.9.11-SNAPSHOT 4.0.0 vertx-mysql-postgresql-client - 3.9.10 + 3.9.11-SNAPSHOT Vert.x MySQL/PostgreSQL Client based on Scala From d74e2ac4dbafd81885fa25c54eec9b6f053416fd Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Tue, 14 Dec 2021 15:59:42 +0100 Subject: [PATCH 29/40] Releasing 3.9.11 --- pom.xml | 4 ++-- vertx-mysql-postgresql-client-jasync/pom.xml | 2 +- vertx-mysql-postgresql-client-scala/pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 1b3d3357..7505d455 100644 --- a/pom.xml +++ b/pom.xml @@ -17,13 +17,13 @@ vertx-mysql-postgresql-client-parent - 3.9.11-SNAPSHOT + 3.9.11 Vert.x MySQL/PostgreSQL Client Parent - 3.9.11-SNAPSHOT + 3.9.11 true diff --git a/vertx-mysql-postgresql-client-jasync/pom.xml b/vertx-mysql-postgresql-client-jasync/pom.xml index 173f9a0e..fa07adaf 100644 --- a/vertx-mysql-postgresql-client-jasync/pom.xml +++ b/vertx-mysql-postgresql-client-jasync/pom.xml @@ -4,7 +4,7 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.11-SNAPSHOT + 3.9.11 4.0.0 diff --git a/vertx-mysql-postgresql-client-scala/pom.xml b/vertx-mysql-postgresql-client-scala/pom.xml index e780d5a2..8ca96b68 100644 --- a/vertx-mysql-postgresql-client-scala/pom.xml +++ b/vertx-mysql-postgresql-client-scala/pom.xml @@ -4,13 +4,13 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.11-SNAPSHOT + 3.9.11 4.0.0 vertx-mysql-postgresql-client - 3.9.11-SNAPSHOT + 3.9.11 Vert.x MySQL/PostgreSQL Client based on Scala From bc3d4e7986b4f9d19528c48e3b5ccc2525e9d737 Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Tue, 14 Dec 2021 16:58:42 +0100 Subject: [PATCH 30/40] Set version to 3.9.12-SNAPSHOT --- pom.xml | 4 ++-- vertx-mysql-postgresql-client-jasync/pom.xml | 2 +- vertx-mysql-postgresql-client-scala/pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 7505d455..fa0766c7 100644 --- a/pom.xml +++ b/pom.xml @@ -17,13 +17,13 @@ vertx-mysql-postgresql-client-parent - 3.9.11 + 3.9.12-SNAPSHOT Vert.x MySQL/PostgreSQL Client Parent - 3.9.11 + 3.9.12-SNAPSHOT true diff --git a/vertx-mysql-postgresql-client-jasync/pom.xml b/vertx-mysql-postgresql-client-jasync/pom.xml index fa07adaf..8388a6d8 100644 --- a/vertx-mysql-postgresql-client-jasync/pom.xml +++ b/vertx-mysql-postgresql-client-jasync/pom.xml @@ -4,7 +4,7 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.11 + 3.9.12-SNAPSHOT 4.0.0 diff --git a/vertx-mysql-postgresql-client-scala/pom.xml b/vertx-mysql-postgresql-client-scala/pom.xml index 8ca96b68..d6fc0390 100644 --- a/vertx-mysql-postgresql-client-scala/pom.xml +++ b/vertx-mysql-postgresql-client-scala/pom.xml @@ -4,13 +4,13 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.11 + 3.9.12-SNAPSHOT 4.0.0 vertx-mysql-postgresql-client - 3.9.11 + 3.9.12-SNAPSHOT Vert.x MySQL/PostgreSQL Client based on Scala From 0608505d03f5f3eccc76dc3eedfdaf6fe0ffefea Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Wed, 22 Dec 2021 09:15:39 +0100 Subject: [PATCH 31/40] Releasing 3.9.12 --- pom.xml | 4 ++-- vertx-mysql-postgresql-client-jasync/pom.xml | 2 +- vertx-mysql-postgresql-client-scala/pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index fa0766c7..4a3fbb7c 100644 --- a/pom.xml +++ b/pom.xml @@ -17,13 +17,13 @@ vertx-mysql-postgresql-client-parent - 3.9.12-SNAPSHOT + 3.9.12 Vert.x MySQL/PostgreSQL Client Parent - 3.9.12-SNAPSHOT + 3.9.12 true diff --git a/vertx-mysql-postgresql-client-jasync/pom.xml b/vertx-mysql-postgresql-client-jasync/pom.xml index 8388a6d8..63a98ef6 100644 --- a/vertx-mysql-postgresql-client-jasync/pom.xml +++ b/vertx-mysql-postgresql-client-jasync/pom.xml @@ -4,7 +4,7 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.12-SNAPSHOT + 3.9.12 4.0.0 diff --git a/vertx-mysql-postgresql-client-scala/pom.xml b/vertx-mysql-postgresql-client-scala/pom.xml index d6fc0390..daa98e5a 100644 --- a/vertx-mysql-postgresql-client-scala/pom.xml +++ b/vertx-mysql-postgresql-client-scala/pom.xml @@ -4,13 +4,13 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.12-SNAPSHOT + 3.9.12 4.0.0 vertx-mysql-postgresql-client - 3.9.12-SNAPSHOT + 3.9.12 Vert.x MySQL/PostgreSQL Client based on Scala From f7d4ecc345e8dc2b975fadec70b9b6e1b3f7ef04 Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Wed, 22 Dec 2021 09:49:53 +0100 Subject: [PATCH 32/40] Releasing 3.9.13-SNAPSHOT --- pom.xml | 4 ++-- vertx-mysql-postgresql-client-jasync/pom.xml | 2 +- vertx-mysql-postgresql-client-scala/pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 4a3fbb7c..b2f270a4 100644 --- a/pom.xml +++ b/pom.xml @@ -17,13 +17,13 @@ vertx-mysql-postgresql-client-parent - 3.9.12 + 3.9.13-SNAPSHOT Vert.x MySQL/PostgreSQL Client Parent - 3.9.12 + 3.9.13-SNAPSHOT true diff --git a/vertx-mysql-postgresql-client-jasync/pom.xml b/vertx-mysql-postgresql-client-jasync/pom.xml index 63a98ef6..db99e50d 100644 --- a/vertx-mysql-postgresql-client-jasync/pom.xml +++ b/vertx-mysql-postgresql-client-jasync/pom.xml @@ -4,7 +4,7 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.12 + 3.9.13-SNAPSHOT 4.0.0 diff --git a/vertx-mysql-postgresql-client-scala/pom.xml b/vertx-mysql-postgresql-client-scala/pom.xml index daa98e5a..d52688db 100644 --- a/vertx-mysql-postgresql-client-scala/pom.xml +++ b/vertx-mysql-postgresql-client-scala/pom.xml @@ -4,13 +4,13 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.12 + 3.9.13-SNAPSHOT 4.0.0 vertx-mysql-postgresql-client - 3.9.12 + 3.9.13-SNAPSHOT Vert.x MySQL/PostgreSQL Client based on Scala From 3e52cbe7950db64c7c4943e489024a0bbcacba47 Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Thu, 17 Mar 2022 09:44:58 +0100 Subject: [PATCH 33/40] Releasing 3.9.13 --- pom.xml | 4 ++-- vertx-mysql-postgresql-client-jasync/pom.xml | 2 +- vertx-mysql-postgresql-client-scala/pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index b2f270a4..f648e517 100644 --- a/pom.xml +++ b/pom.xml @@ -17,13 +17,13 @@ vertx-mysql-postgresql-client-parent - 3.9.13-SNAPSHOT + 3.9.13 Vert.x MySQL/PostgreSQL Client Parent - 3.9.13-SNAPSHOT + 3.9.13 true diff --git a/vertx-mysql-postgresql-client-jasync/pom.xml b/vertx-mysql-postgresql-client-jasync/pom.xml index db99e50d..28d22fe7 100644 --- a/vertx-mysql-postgresql-client-jasync/pom.xml +++ b/vertx-mysql-postgresql-client-jasync/pom.xml @@ -4,7 +4,7 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.13-SNAPSHOT + 3.9.13 4.0.0 diff --git a/vertx-mysql-postgresql-client-scala/pom.xml b/vertx-mysql-postgresql-client-scala/pom.xml index d52688db..f663ee3c 100644 --- a/vertx-mysql-postgresql-client-scala/pom.xml +++ b/vertx-mysql-postgresql-client-scala/pom.xml @@ -4,13 +4,13 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.13-SNAPSHOT + 3.9.13 4.0.0 vertx-mysql-postgresql-client - 3.9.13-SNAPSHOT + 3.9.13 Vert.x MySQL/PostgreSQL Client based on Scala From c46990adc49b1d124b0f1d9f3c47779f05874196 Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Thu, 17 Mar 2022 10:20:37 +0100 Subject: [PATCH 34/40] Releasing 3.9.14-SNAPSHOT --- pom.xml | 4 ++-- vertx-mysql-postgresql-client-jasync/pom.xml | 2 +- vertx-mysql-postgresql-client-scala/pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index f648e517..ae209aa5 100644 --- a/pom.xml +++ b/pom.xml @@ -17,13 +17,13 @@ vertx-mysql-postgresql-client-parent - 3.9.13 + 3.9.14-SNAPSHOT Vert.x MySQL/PostgreSQL Client Parent - 3.9.13 + 3.9.14-SNAPSHOT true diff --git a/vertx-mysql-postgresql-client-jasync/pom.xml b/vertx-mysql-postgresql-client-jasync/pom.xml index 28d22fe7..13cfdccb 100644 --- a/vertx-mysql-postgresql-client-jasync/pom.xml +++ b/vertx-mysql-postgresql-client-jasync/pom.xml @@ -4,7 +4,7 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.13 + 3.9.14-SNAPSHOT 4.0.0 diff --git a/vertx-mysql-postgresql-client-scala/pom.xml b/vertx-mysql-postgresql-client-scala/pom.xml index f663ee3c..4256cdba 100644 --- a/vertx-mysql-postgresql-client-scala/pom.xml +++ b/vertx-mysql-postgresql-client-scala/pom.xml @@ -4,13 +4,13 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.13 + 3.9.14-SNAPSHOT 4.0.0 vertx-mysql-postgresql-client - 3.9.13 + 3.9.14-SNAPSHOT Vert.x MySQL/PostgreSQL Client based on Scala From 8fe15d00891bf90a74d31e511a3a8f5de1dd5af0 Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Tue, 25 Oct 2022 11:20:59 +0200 Subject: [PATCH 35/40] Releasing 3.9.14 --- pom.xml | 4 ++-- vertx-mysql-postgresql-client-jasync/pom.xml | 2 +- vertx-mysql-postgresql-client-scala/pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index ae209aa5..f2cbffff 100644 --- a/pom.xml +++ b/pom.xml @@ -17,13 +17,13 @@ vertx-mysql-postgresql-client-parent - 3.9.14-SNAPSHOT + 3.9.14 Vert.x MySQL/PostgreSQL Client Parent - 3.9.14-SNAPSHOT + 3.9.14 true diff --git a/vertx-mysql-postgresql-client-jasync/pom.xml b/vertx-mysql-postgresql-client-jasync/pom.xml index 13cfdccb..4b08c9e4 100644 --- a/vertx-mysql-postgresql-client-jasync/pom.xml +++ b/vertx-mysql-postgresql-client-jasync/pom.xml @@ -4,7 +4,7 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.14-SNAPSHOT + 3.9.14 4.0.0 diff --git a/vertx-mysql-postgresql-client-scala/pom.xml b/vertx-mysql-postgresql-client-scala/pom.xml index 4256cdba..d9912a2d 100644 --- a/vertx-mysql-postgresql-client-scala/pom.xml +++ b/vertx-mysql-postgresql-client-scala/pom.xml @@ -4,13 +4,13 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.14-SNAPSHOT + 3.9.14 4.0.0 vertx-mysql-postgresql-client - 3.9.14-SNAPSHOT + 3.9.14 Vert.x MySQL/PostgreSQL Client based on Scala From a9cdced1093aeff58f05b5c58efa222673fd5a2c Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Tue, 25 Oct 2022 12:13:46 +0200 Subject: [PATCH 36/40] Releasing 3.9.15-SNAPSHOT --- pom.xml | 4 ++-- vertx-mysql-postgresql-client-jasync/pom.xml | 2 +- vertx-mysql-postgresql-client-scala/pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index f2cbffff..3200cdbc 100644 --- a/pom.xml +++ b/pom.xml @@ -17,13 +17,13 @@ vertx-mysql-postgresql-client-parent - 3.9.14 + 3.9.15-SNAPSHOT Vert.x MySQL/PostgreSQL Client Parent - 3.9.14 + 3.9.15-SNAPSHOT true diff --git a/vertx-mysql-postgresql-client-jasync/pom.xml b/vertx-mysql-postgresql-client-jasync/pom.xml index 4b08c9e4..74719fb1 100644 --- a/vertx-mysql-postgresql-client-jasync/pom.xml +++ b/vertx-mysql-postgresql-client-jasync/pom.xml @@ -4,7 +4,7 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.14 + 3.9.15-SNAPSHOT 4.0.0 diff --git a/vertx-mysql-postgresql-client-scala/pom.xml b/vertx-mysql-postgresql-client-scala/pom.xml index d9912a2d..0b794910 100644 --- a/vertx-mysql-postgresql-client-scala/pom.xml +++ b/vertx-mysql-postgresql-client-scala/pom.xml @@ -4,13 +4,13 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.14 + 3.9.15-SNAPSHOT 4.0.0 vertx-mysql-postgresql-client - 3.9.14 + 3.9.15-SNAPSHOT Vert.x MySQL/PostgreSQL Client based on Scala From 4f308e6260956416f38c3dd8901f94f0cd1332d9 Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Wed, 15 Feb 2023 14:15:34 +0100 Subject: [PATCH 37/40] Releasing 3.9.15 --- pom.xml | 4 ++-- vertx-mysql-postgresql-client-jasync/pom.xml | 2 +- vertx-mysql-postgresql-client-scala/pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 3200cdbc..81d76a14 100644 --- a/pom.xml +++ b/pom.xml @@ -17,13 +17,13 @@ vertx-mysql-postgresql-client-parent - 3.9.15-SNAPSHOT + 3.9.15 Vert.x MySQL/PostgreSQL Client Parent - 3.9.15-SNAPSHOT + 3.9.15 true diff --git a/vertx-mysql-postgresql-client-jasync/pom.xml b/vertx-mysql-postgresql-client-jasync/pom.xml index 74719fb1..02d26609 100644 --- a/vertx-mysql-postgresql-client-jasync/pom.xml +++ b/vertx-mysql-postgresql-client-jasync/pom.xml @@ -4,7 +4,7 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.15-SNAPSHOT + 3.9.15 4.0.0 diff --git a/vertx-mysql-postgresql-client-scala/pom.xml b/vertx-mysql-postgresql-client-scala/pom.xml index 0b794910..d92ad7b2 100644 --- a/vertx-mysql-postgresql-client-scala/pom.xml +++ b/vertx-mysql-postgresql-client-scala/pom.xml @@ -4,13 +4,13 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.15-SNAPSHOT + 3.9.15 4.0.0 vertx-mysql-postgresql-client - 3.9.15-SNAPSHOT + 3.9.15 Vert.x MySQL/PostgreSQL Client based on Scala From 802578df87dcce171a28f6f8200986a0dedd6df0 Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Wed, 15 Feb 2023 14:42:25 +0100 Subject: [PATCH 38/40] Set version to 3.9.16-SNAPSHOT --- pom.xml | 4 ++-- vertx-mysql-postgresql-client-jasync/pom.xml | 2 +- vertx-mysql-postgresql-client-scala/pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 81d76a14..5a4bff94 100644 --- a/pom.xml +++ b/pom.xml @@ -17,13 +17,13 @@ vertx-mysql-postgresql-client-parent - 3.9.15 + 3.9.16-SNAPSHOT Vert.x MySQL/PostgreSQL Client Parent - 3.9.15 + 3.9.16-SNAPSHOT true diff --git a/vertx-mysql-postgresql-client-jasync/pom.xml b/vertx-mysql-postgresql-client-jasync/pom.xml index 02d26609..4f83c792 100644 --- a/vertx-mysql-postgresql-client-jasync/pom.xml +++ b/vertx-mysql-postgresql-client-jasync/pom.xml @@ -4,7 +4,7 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.15 + 3.9.16-SNAPSHOT 4.0.0 diff --git a/vertx-mysql-postgresql-client-scala/pom.xml b/vertx-mysql-postgresql-client-scala/pom.xml index d92ad7b2..b9522d1e 100644 --- a/vertx-mysql-postgresql-client-scala/pom.xml +++ b/vertx-mysql-postgresql-client-scala/pom.xml @@ -4,13 +4,13 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.15 + 3.9.16-SNAPSHOT 4.0.0 vertx-mysql-postgresql-client - 3.9.15 + 3.9.16-SNAPSHOT Vert.x MySQL/PostgreSQL Client based on Scala From 75e2c6f0765df1b75e43a78cccacf6bf7b4a80ec Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Fri, 12 May 2023 09:45:42 +0200 Subject: [PATCH 39/40] Releasing 3.9.16 --- pom.xml | 4 ++-- vertx-mysql-postgresql-client-jasync/pom.xml | 2 +- vertx-mysql-postgresql-client-scala/pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 5a4bff94..80bad49b 100644 --- a/pom.xml +++ b/pom.xml @@ -17,13 +17,13 @@ vertx-mysql-postgresql-client-parent - 3.9.16-SNAPSHOT + 3.9.16 Vert.x MySQL/PostgreSQL Client Parent - 3.9.16-SNAPSHOT + 3.9.16 true diff --git a/vertx-mysql-postgresql-client-jasync/pom.xml b/vertx-mysql-postgresql-client-jasync/pom.xml index 4f83c792..375e84f7 100644 --- a/vertx-mysql-postgresql-client-jasync/pom.xml +++ b/vertx-mysql-postgresql-client-jasync/pom.xml @@ -4,7 +4,7 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.16-SNAPSHOT + 3.9.16 4.0.0 diff --git a/vertx-mysql-postgresql-client-scala/pom.xml b/vertx-mysql-postgresql-client-scala/pom.xml index b9522d1e..81846fcc 100644 --- a/vertx-mysql-postgresql-client-scala/pom.xml +++ b/vertx-mysql-postgresql-client-scala/pom.xml @@ -4,13 +4,13 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.16-SNAPSHOT + 3.9.16 4.0.0 vertx-mysql-postgresql-client - 3.9.16-SNAPSHOT + 3.9.16 Vert.x MySQL/PostgreSQL Client based on Scala From 95b77e992e8939ae2ca0e8e5e8cd23a8af756cf1 Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Fri, 12 May 2023 10:20:21 +0200 Subject: [PATCH 40/40] Releasing 3.9.17-SNAPSHOT --- pom.xml | 4 ++-- vertx-mysql-postgresql-client-jasync/pom.xml | 2 +- vertx-mysql-postgresql-client-scala/pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 80bad49b..b8b90972 100644 --- a/pom.xml +++ b/pom.xml @@ -17,13 +17,13 @@ vertx-mysql-postgresql-client-parent - 3.9.16 + 3.9.17-SNAPSHOT Vert.x MySQL/PostgreSQL Client Parent - 3.9.16 + 3.9.17-SNAPSHOT true diff --git a/vertx-mysql-postgresql-client-jasync/pom.xml b/vertx-mysql-postgresql-client-jasync/pom.xml index 375e84f7..e5ede69c 100644 --- a/vertx-mysql-postgresql-client-jasync/pom.xml +++ b/vertx-mysql-postgresql-client-jasync/pom.xml @@ -4,7 +4,7 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.16 + 3.9.17-SNAPSHOT 4.0.0 diff --git a/vertx-mysql-postgresql-client-scala/pom.xml b/vertx-mysql-postgresql-client-scala/pom.xml index 81846fcc..3ce97aa8 100644 --- a/vertx-mysql-postgresql-client-scala/pom.xml +++ b/vertx-mysql-postgresql-client-scala/pom.xml @@ -4,13 +4,13 @@ io.vertx vertx-mysql-postgresql-client-parent ../ - 3.9.16 + 3.9.17-SNAPSHOT 4.0.0 vertx-mysql-postgresql-client - 3.9.16 + 3.9.17-SNAPSHOT Vert.x MySQL/PostgreSQL Client based on Scala