From 5f8c741897ec2103b4d30353e6dfdec6e541ba52 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Fri, 18 Aug 2023 11:05:40 +0200 Subject: [PATCH] GH-192 - Release version 0.17.0. --- jmolecules-archunit/pom.xml | 2 +- jmolecules-bytebuddy-empty/pom.xml | 2 +- jmolecules-bytebuddy-nodep/pom.xml | 2 +- jmolecules-bytebuddy/pom.xml | 2 +- jmolecules-ddd-integration/pom.xml | 2 +- jmolecules-jackson/pom.xml | 2 +- jmolecules-jpa/pom.xml | 2 +- jmolecules-spring/pom.xml | 2 +- jmolecules-starters/jmolecules-starter-ddd/pom.xml | 6 +++--- jmolecules-starters/jmolecules-starter-test/pom.xml | 4 ++-- jmolecules-starters/pom.xml | 2 +- pom.xml | 4 ++-- 12 files changed, 16 insertions(+), 16 deletions(-) diff --git a/jmolecules-archunit/pom.xml b/jmolecules-archunit/pom.xml index 38758db..fbbc0aa 100644 --- a/jmolecules-archunit/pom.xml +++ b/jmolecules-archunit/pom.xml @@ -5,7 +5,7 @@ org.jmolecules.integrations jmolecules-integrations - 0.17.0-SNAPSHOT + 0.17.0 ../pom.xml diff --git a/jmolecules-bytebuddy-empty/pom.xml b/jmolecules-bytebuddy-empty/pom.xml index 49209d1..aabb1ce 100644 --- a/jmolecules-bytebuddy-empty/pom.xml +++ b/jmolecules-bytebuddy-empty/pom.xml @@ -4,7 +4,7 @@ org.jmolecules.integrations jmolecules-integrations - 0.17.0-SNAPSHOT + 0.17.0 ../pom.xml diff --git a/jmolecules-bytebuddy-nodep/pom.xml b/jmolecules-bytebuddy-nodep/pom.xml index ab0f8c2..bd95bd9 100644 --- a/jmolecules-bytebuddy-nodep/pom.xml +++ b/jmolecules-bytebuddy-nodep/pom.xml @@ -4,7 +4,7 @@ org.jmolecules.integrations jmolecules-integrations - 0.17.0-SNAPSHOT + 0.17.0 ../pom.xml diff --git a/jmolecules-bytebuddy/pom.xml b/jmolecules-bytebuddy/pom.xml index 90648ae..4ab1d6b 100644 --- a/jmolecules-bytebuddy/pom.xml +++ b/jmolecules-bytebuddy/pom.xml @@ -4,7 +4,7 @@ org.jmolecules.integrations jmolecules-integrations - 0.17.0-SNAPSHOT + 0.17.0 ../pom.xml diff --git a/jmolecules-ddd-integration/pom.xml b/jmolecules-ddd-integration/pom.xml index 7a01f80..85d1ad3 100644 --- a/jmolecules-ddd-integration/pom.xml +++ b/jmolecules-ddd-integration/pom.xml @@ -4,7 +4,7 @@ org.jmolecules.integrations jmolecules-integrations - 0.17.0-SNAPSHOT + 0.17.0 jMolecules - DDD integration diff --git a/jmolecules-jackson/pom.xml b/jmolecules-jackson/pom.xml index d489fbd..b01cf19 100644 --- a/jmolecules-jackson/pom.xml +++ b/jmolecules-jackson/pom.xml @@ -4,7 +4,7 @@ org.jmolecules.integrations jmolecules-integrations - 0.17.0-SNAPSHOT + 0.17.0 ../pom.xml diff --git a/jmolecules-jpa/pom.xml b/jmolecules-jpa/pom.xml index 142a302..bdec63f 100644 --- a/jmolecules-jpa/pom.xml +++ b/jmolecules-jpa/pom.xml @@ -4,7 +4,7 @@ org.jmolecules.integrations jmolecules-integrations - 0.17.0-SNAPSHOT + 0.17.0 ../pom.xml diff --git a/jmolecules-spring/pom.xml b/jmolecules-spring/pom.xml index 30c0b77..59177f1 100644 --- a/jmolecules-spring/pom.xml +++ b/jmolecules-spring/pom.xml @@ -4,7 +4,7 @@ org.jmolecules.integrations jmolecules-integrations - 0.17.0-SNAPSHOT + 0.17.0 ../pom.xml diff --git a/jmolecules-starters/jmolecules-starter-ddd/pom.xml b/jmolecules-starters/jmolecules-starter-ddd/pom.xml index 60aa8d8..0daf064 100644 --- a/jmolecules-starters/jmolecules-starter-ddd/pom.xml +++ b/jmolecules-starters/jmolecules-starter-ddd/pom.xml @@ -5,7 +5,7 @@ org.jmolecules.integrations jmolecules-starters - 0.17.0-SNAPSHOT + 0.17.0 ../pom.xml @@ -33,13 +33,13 @@ org.jmolecules.integrations jmolecules-ddd-integration - 0.17.0-SNAPSHOT + 0.17.0 org.jmolecules.integrations jmolecules-spring - 0.17.0-SNAPSHOT + 0.17.0 runtime diff --git a/jmolecules-starters/jmolecules-starter-test/pom.xml b/jmolecules-starters/jmolecules-starter-test/pom.xml index ed0356f..2f72b62 100644 --- a/jmolecules-starters/jmolecules-starter-test/pom.xml +++ b/jmolecules-starters/jmolecules-starter-test/pom.xml @@ -5,7 +5,7 @@ org.jmolecules.integrations jmolecules-starters - 0.17.0-SNAPSHOT + 0.17.0 ../pom.xml @@ -17,7 +17,7 @@ org.jmolecules.integrations jmolecules-archunit - 0.17.0-SNAPSHOT + 0.17.0 diff --git a/jmolecules-starters/pom.xml b/jmolecules-starters/pom.xml index 4252b2c..2838671 100644 --- a/jmolecules-starters/pom.xml +++ b/jmolecules-starters/pom.xml @@ -4,7 +4,7 @@ org.jmolecules.integrations jmolecules-integrations - 0.17.0-SNAPSHOT + 0.17.0 ../pom.xml diff --git a/pom.xml b/pom.xml index 02b652a..d9514d2 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ org.jmolecules.integrations jmolecules-integrations - 0.17.0-SNAPSHOT + 0.17.0 jMolecules - Technology integrations Modules to integrate jMolecules abstractions with implementation technologies @@ -267,7 +267,7 @@ https://github.com/xmolecules/jmolecules-integrations scm:git:https://github.com/xmolecules/jmolecules-integrations scm:git:ssh://git@github.com/xmolecules/jmolecules-integrations.git - 0.10.0 + 0.17.0