From 14fd4199e7e2dad2febf2ff1b90fdeba251a0b8a Mon Sep 17 00:00:00 2001 From: 3dwardch3ng Date: Mon, 9 Sep 2024 10:42:12 +0000 Subject: [PATCH 1/2] Update versions for release --- configuration/pom.xml | 2 +- database/pom.xml | 2 +- entity/pom.xml | 2 +- pom.xml | 2 +- swagger/pom.xml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/configuration/pom.xml b/configuration/pom.xml index 07e8e2b..888e262 100644 --- a/configuration/pom.xml +++ b/configuration/pom.xml @@ -6,7 +6,7 @@ sydney.cheng ec-microservice-commons - 1.0.0-SNAPSHOT + 1.0.0 ec-microservice-commons-configuration diff --git a/database/pom.xml b/database/pom.xml index 7c10480..e868018 100644 --- a/database/pom.xml +++ b/database/pom.xml @@ -6,7 +6,7 @@ sydney.cheng ec-microservice-commons - 1.0.0-SNAPSHOT + 1.0.0 ec-microservice-commons-database diff --git a/entity/pom.xml b/entity/pom.xml index 5e69c7c..515901f 100644 --- a/entity/pom.xml +++ b/entity/pom.xml @@ -6,7 +6,7 @@ sydney.cheng ec-microservice-commons - 1.0.0-SNAPSHOT + 1.0.0 ec-microservice-commons-entity diff --git a/pom.xml b/pom.xml index 122b9a1..8173c5b 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ ec-microservice-commons - 1.0.0-SNAPSHOT + 1.0.0 pom diff --git a/swagger/pom.xml b/swagger/pom.xml index 5f9f7a7..4ab585c 100644 --- a/swagger/pom.xml +++ b/swagger/pom.xml @@ -7,12 +7,12 @@ sydney.cheng ec-microservice-commons - 1.0.0-SNAPSHOT + 1.0.0 cheng.edward ec-microservice-commons-swagger - 1.0.0-SNAPSHOT + 1.0.0 17 From 35868d40f23e619ed5a95f6bfe734fac7f0d5d61 Mon Sep 17 00:00:00 2001 From: 3dwardch3ng Date: Mon, 9 Sep 2024 10:42:42 +0000 Subject: [PATCH 2/2] Update for next development version [skip ci] --- configuration/pom.xml | 2 +- database/pom.xml | 2 +- entity/pom.xml | 2 +- pom.xml | 2 +- swagger/pom.xml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/configuration/pom.xml b/configuration/pom.xml index 888e262..217b21c 100644 --- a/configuration/pom.xml +++ b/configuration/pom.xml @@ -6,7 +6,7 @@ sydney.cheng ec-microservice-commons - 1.0.0 + 1.0.1-SNAPSHOT ec-microservice-commons-configuration diff --git a/database/pom.xml b/database/pom.xml index e868018..d91959d 100644 --- a/database/pom.xml +++ b/database/pom.xml @@ -6,7 +6,7 @@ sydney.cheng ec-microservice-commons - 1.0.0 + 1.0.1-SNAPSHOT ec-microservice-commons-database diff --git a/entity/pom.xml b/entity/pom.xml index 515901f..8430d1c 100644 --- a/entity/pom.xml +++ b/entity/pom.xml @@ -6,7 +6,7 @@ sydney.cheng ec-microservice-commons - 1.0.0 + 1.0.1-SNAPSHOT ec-microservice-commons-entity diff --git a/pom.xml b/pom.xml index 8173c5b..e2b6c74 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ ec-microservice-commons - 1.0.0 + 1.0.1-SNAPSHOT pom diff --git a/swagger/pom.xml b/swagger/pom.xml index 4ab585c..0ef0bb8 100644 --- a/swagger/pom.xml +++ b/swagger/pom.xml @@ -7,12 +7,12 @@ sydney.cheng ec-microservice-commons - 1.0.0 + 1.0.1-SNAPSHOT cheng.edward ec-microservice-commons-swagger - 1.0.0 + 1.0.1-SNAPSHOT 17