From e3645cf7349079edcd85176b04b3390d79035368 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Fri, 26 Nov 2021 20:04:51 +0100 Subject: [PATCH] GH-67 - Prepare next development iteration. --- .github/workflows/build.yml | 2 +- jmolecules-architecture/jmolecules-cqrs-architecture/pom.xml | 2 +- .../jmolecules-layered-architecture/pom.xml | 2 +- jmolecules-architecture/jmolecules-onion-architecture/pom.xml | 2 +- jmolecules-architecture/pom.xml | 2 +- jmolecules-ddd/pom.xml | 2 +- jmolecules-events/pom.xml | 2 +- pom.xml | 4 ++-- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 19ab963..457187d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,7 @@ name: Java CI with Maven on: push: - branches: [ main ] + branches: [ main, 1.* ] pull_request: branches: [ main ] diff --git a/jmolecules-architecture/jmolecules-cqrs-architecture/pom.xml b/jmolecules-architecture/jmolecules-cqrs-architecture/pom.xml index 8fce675..7f7458f 100644 --- a/jmolecules-architecture/jmolecules-cqrs-architecture/pom.xml +++ b/jmolecules-architecture/jmolecules-cqrs-architecture/pom.xml @@ -6,7 +6,7 @@ jmolecules-architecture org.jmolecules - 1.4.0 + 1.4.1-SNAPSHOT jmolecules-cqrs-architecture diff --git a/jmolecules-architecture/jmolecules-layered-architecture/pom.xml b/jmolecules-architecture/jmolecules-layered-architecture/pom.xml index 63ddc51..92f1297 100644 --- a/jmolecules-architecture/jmolecules-layered-architecture/pom.xml +++ b/jmolecules-architecture/jmolecules-layered-architecture/pom.xml @@ -6,7 +6,7 @@ jmolecules-architecture org.jmolecules - 1.4.0 + 1.4.1-SNAPSHOT jmolecules-layered-architecture diff --git a/jmolecules-architecture/jmolecules-onion-architecture/pom.xml b/jmolecules-architecture/jmolecules-onion-architecture/pom.xml index d17283d..0301064 100644 --- a/jmolecules-architecture/jmolecules-onion-architecture/pom.xml +++ b/jmolecules-architecture/jmolecules-onion-architecture/pom.xml @@ -6,7 +6,7 @@ jmolecules-architecture org.jmolecules - 1.4.0 + 1.4.1-SNAPSHOT jmolecules-onion-architecture diff --git a/jmolecules-architecture/pom.xml b/jmolecules-architecture/pom.xml index 2b15195..09226fb 100644 --- a/jmolecules-architecture/pom.xml +++ b/jmolecules-architecture/pom.xml @@ -6,7 +6,7 @@ jmolecules org.jmolecules - 1.4.0 + 1.4.1-SNAPSHOT jmolecules-architecture diff --git a/jmolecules-ddd/pom.xml b/jmolecules-ddd/pom.xml index 1b5554b..24dd673 100644 --- a/jmolecules-ddd/pom.xml +++ b/jmolecules-ddd/pom.xml @@ -5,7 +5,7 @@ org.jmolecules jmolecules - 1.4.0 + 1.4.1-SNAPSHOT jmolecules-ddd diff --git a/jmolecules-events/pom.xml b/jmolecules-events/pom.xml index 7e505d5..0965fff 100644 --- a/jmolecules-events/pom.xml +++ b/jmolecules-events/pom.xml @@ -5,7 +5,7 @@ org.jmolecules jmolecules - 1.4.0 + 1.4.1-SNAPSHOT jmolecules-events diff --git a/pom.xml b/pom.xml index dd3c399..7f9cad7 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.jmolecules jmolecules - 1.4.0 + 1.4.1-SNAPSHOT pom jMolecules @@ -222,7 +222,7 @@ https://github.com/xmolecules/jmolecules scm:git:https://github.com/xmolecules/jmolecules scm:git:ssh://git@github.com/xmolecules/jmolecules.git - 1.4.0 + HEAD