From 4d082c3c5785e7a223c0410c91522bb5cb5b046a Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Fri, 5 Jul 2024 20:38:36 -0500 Subject: [PATCH 1/3] Update revision to 0.20.0, to publish that release version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9737d5b..2646896 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ jar - 0.20.0-SNAPSHOT + 0.20.0 UTF-8 UTF-8 From 262855b9c0663e95ff5cc024d2f380913736dbc9 Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Tue, 9 Jul 2024 10:08:32 -0500 Subject: [PATCH 2/3] Increase version to 0.21.0-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2646896..f62e78f 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ jar - 0.20.0 + 0.21.0-SNAPSHOT UTF-8 UTF-8 From d31215f6c05217067a4ff32e88f04d98c73d84af Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Tue, 9 Jul 2024 10:09:25 -0500 Subject: [PATCH 3/3] Added dev for build, not test --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 94997c2..af15303 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -115,7 +115,7 @@ workflows: context: [ qqq-maven-registry-credentials, kingsrook-slack, build-qqq-sample-app ] filters: branches: - ignore: /(main|integration.*)/ + ignore: /(main|dev|integration.*)/ tags: ignore: /(version|snapshot)-.*/ deploy: @@ -124,7 +124,7 @@ workflows: context: [ qqq-maven-registry-credentials, kingsrook-slack, build-qqq-sample-app ] filters: branches: - only: /(main|integration.*)/ + only: /(main|dev|integration.*)/ tags: only: /(version|snapshot)-.*/