From 11d31492e4a7e23075920884a61a5611553bc4cf Mon Sep 17 00:00:00 2001 From: Mateusz Adam Katana Date: Tue, 21 Nov 2023 01:45:43 +0100 Subject: [PATCH] fix coding style --- images/pom.xml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/images/pom.xml b/images/pom.xml index a17b1e5..8e29aed 100644 --- a/images/pom.xml +++ b/images/pom.xml @@ -10,7 +10,7 @@ cicd com.seemscloud.cicd - 1.4.15 + 1.4.15-SNAPSHOT diff --git a/pom.xml b/pom.xml index d8603b0..be92a5a 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ scm:git:git@github.com:seemscloud/github-actions-maven-cicd.git scm:git:git@github.com:seemscloud/github-actions-maven-cicd.git - 1.4.15 + 1.4.15-SNAPSHOT @@ -73,7 +73,7 @@ ConventionalCommitsVersionPolicy - ^([0-9]+\.[0-9]+\.[0-9]+)$ + ^([0-9]+\.[0-9]+\.[0-9]+)-SNAPSHOT$ ^feat: .*$