Skip to content
Snippets Groups Projects
Commit 6f52fc68 authored by Tobias Bruns's avatar Tobias Bruns
Browse files

fix profile name

parent 2bafc18a
Branches
Tags
No related merge requests found
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
## Changelog ## Changelog
### 4.8.0-SNAPSHOT ### 4.8.0-SNAPSHOT
* Update Spring-Boot to 3.3.7
* Run sbom-build only in maven profile 'ci'
### 4.7.0 ### 4.7.0
* Update Spring-Boot to 3.3.6 * Update Spring-Boot to 3.3.6
......
...@@ -420,7 +420,7 @@ ...@@ -420,7 +420,7 @@
<profiles> <profiles>
<profile> <profile>
<id>ci</id> <id>ci-build</id>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment