diff --git a/README.md b/README.md
index 41949d61ef1b827af80e14b5476d56e074aebb97..9554e51864febb3bfa8d951dee651ebda631e5fa 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 bf79fcad84060c693ac3ac75979029b3d32dca7d..8b30345544a6443d1105a8b467bc0a9e90ff812a 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>