From 2b677c772c119014ebc624ac38e1bacee60fecb0 Mon Sep 17 00:00:00 2001 From: Martin Lopez Date: Tue, 25 Jun 2024 18:56:57 -0300 Subject: [PATCH] build: increase version to 1.1.0-SNAPSHOT --- backend-core-business-impl/pom.xml | 2 +- backend-core-business-spring-impl/pom.xml | 2 +- backend-core-business/pom.xml | 2 +- backend-core-data-impl/pom.xml | 2 +- backend-core-data/pom.xml | 2 +- backend-core-model/pom.xml | 2 +- pom.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/backend-core-business-impl/pom.xml b/backend-core-business-impl/pom.xml index 9536c73..c849ab9 100644 --- a/backend-core-business-impl/pom.xml +++ b/backend-core-business-impl/pom.xml @@ -5,7 +5,7 @@ com.flowingcode.backend-core backend-core - 1.0.1-SNAPSHOT + 1.1.0-SNAPSHOT backend-core-business-impl diff --git a/backend-core-business-spring-impl/pom.xml b/backend-core-business-spring-impl/pom.xml index 2be5e4a..dde6ef3 100644 --- a/backend-core-business-spring-impl/pom.xml +++ b/backend-core-business-spring-impl/pom.xml @@ -5,7 +5,7 @@ com.flowingcode.backend-core backend-core - 1.0.1-SNAPSHOT + 1.1.0-SNAPSHOT backend-core-business-spring-impl diff --git a/backend-core-business/pom.xml b/backend-core-business/pom.xml index 48a5122..df1728f 100644 --- a/backend-core-business/pom.xml +++ b/backend-core-business/pom.xml @@ -5,7 +5,7 @@ com.flowingcode.backend-core backend-core - 1.0.1-SNAPSHOT + 1.1.0-SNAPSHOT backend-core-business diff --git a/backend-core-data-impl/pom.xml b/backend-core-data-impl/pom.xml index 273a3ad..9eca8aa 100644 --- a/backend-core-data-impl/pom.xml +++ b/backend-core-data-impl/pom.xml @@ -5,7 +5,7 @@ com.flowingcode.backend-core backend-core - 1.0.1-SNAPSHOT + 1.1.0-SNAPSHOT backend-core-data-impl diff --git a/backend-core-data/pom.xml b/backend-core-data/pom.xml index 7dbfc8e..68fb812 100644 --- a/backend-core-data/pom.xml +++ b/backend-core-data/pom.xml @@ -5,7 +5,7 @@ com.flowingcode.backend-core backend-core - 1.0.1-SNAPSHOT + 1.1.0-SNAPSHOT backend-core-data diff --git a/backend-core-model/pom.xml b/backend-core-model/pom.xml index 6175de1..89a90e6 100644 --- a/backend-core-model/pom.xml +++ b/backend-core-model/pom.xml @@ -5,7 +5,7 @@ com.flowingcode.backend-core backend-core - 1.0.1-SNAPSHOT + 1.1.0-SNAPSHOT backend-core-model diff --git a/pom.xml b/pom.xml index ddce642..99eee13 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.flowingcode.backend-core backend-core pom - 1.0.1-SNAPSHOT + 1.1.0-SNAPSHOT Backend Core Common utilities for backend enterprise application development https://www.flowingcode.com/en/open-source/