From 6f52fc6869f7f37610f2a5c087a9761bc4fc0ceb Mon Sep 17 00:00:00 2001 From: Tobias Bruns <tobias.bruns@mgm-tp.com> Date: Fri, 3 Jan 2025 13:50:03 +0100 Subject: [PATCH] fix profile name --- README.md | 2 ++ ozgcloud-common-parent/pom.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 41949d6..9554e51 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ ## Changelog ### 4.8.0-SNAPSHOT +* Update Spring-Boot to 3.3.7 +* Run sbom-build only in maven profile 'ci' ### 4.7.0 * Update Spring-Boot to 3.3.6 diff --git a/ozgcloud-common-parent/pom.xml b/ozgcloud-common-parent/pom.xml index bf79fca..8b30345 100644 --- a/ozgcloud-common-parent/pom.xml +++ b/ozgcloud-common-parent/pom.xml @@ -420,7 +420,7 @@ <profiles> <profile> - <id>ci</id> + <id>ci-build</id> <build> <plugins> <plugin> -- GitLab