From 13826758605b23fdff291184a062f82ce660f1fc Mon Sep 17 00:00:00 2001 From: bedroomghost Date: Sun, 20 Apr 2025 18:05:56 +0200 Subject: [PATCH] chore(release): v1.0 --- application/pom.xml | 4 ++-- boot/pom.xml | 10 +++++----- domain/pom.xml | 2 +- infrastructure/in/rest-api/pom.xml | 6 +++--- infrastructure/out/sql-repository/pom.xml | 6 +++--- pom.xml | 2 +- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/application/pom.xml b/application/pom.xml index ff5fe0d..6487922 100644 --- a/application/pom.xml +++ b/application/pom.xml @@ -11,7 +11,7 @@ com.techivw web-price - 0.0.1-SNAPSHOT + 1.0-RELEASE @@ -19,7 +19,7 @@ com.techivw domain - 0.0.1-SNAPSHOT + 1.0-RELEASE diff --git a/boot/pom.xml b/boot/pom.xml index 0f47e93..a27a6b9 100644 --- a/boot/pom.xml +++ b/boot/pom.xml @@ -7,7 +7,7 @@ com.techivw web-price - 0.0.1-SNAPSHOT + 1.0-RELEASE @@ -20,22 +20,22 @@ com.techivw domain - 0.0.1-SNAPSHOT + 1.0-RELEASE com.techivw application - 0.0.1-SNAPSHOT + 1.0-RELEASE com.techivw rest-api - 0.0.1-SNAPSHOT + 1.0-RELEASE com.techivw sql-repository - 0.0.1-SNAPSHOT + 1.0-RELEASE diff --git a/domain/pom.xml b/domain/pom.xml index 95acb5d..ab35c2d 100644 --- a/domain/pom.xml +++ b/domain/pom.xml @@ -11,6 +11,6 @@ com.techivw web-price - 0.0.1-SNAPSHOT + 1.0-RELEASE diff --git a/infrastructure/in/rest-api/pom.xml b/infrastructure/in/rest-api/pom.xml index de49e08..5826199 100644 --- a/infrastructure/in/rest-api/pom.xml +++ b/infrastructure/in/rest-api/pom.xml @@ -7,7 +7,7 @@ com.techivw web-price - 0.0.1-SNAPSHOT + 1.0-RELEASE ../../../pom.xml @@ -19,12 +19,12 @@ com.techivw domain - 0.0.1-SNAPSHOT + 1.0-RELEASE com.techivw application - 0.0.1-SNAPSHOT + 1.0-RELEASE diff --git a/infrastructure/out/sql-repository/pom.xml b/infrastructure/out/sql-repository/pom.xml index 334c736..9b9a268 100644 --- a/infrastructure/out/sql-repository/pom.xml +++ b/infrastructure/out/sql-repository/pom.xml @@ -11,7 +11,7 @@ com.techivw web-price - 0.0.1-SNAPSHOT + 1.0-RELEASE ../../../pom.xml @@ -19,12 +19,12 @@ com.techivw domain - 0.0.1-SNAPSHOT + 1.0-RELEASE com.techivw application - 0.0.1-SNAPSHOT + 1.0-RELEASE org.flywaydb diff --git a/pom.xml b/pom.xml index 13ffae0..dd1734c 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ com.techivw web-price - 0.0.1-SNAPSHOT + 1.0-RELEASE pom web-price