fix: set autoVersionSubmodules to true
All checks were successful
Build / build (pull_request) Successful in 1m44s

This commit is contained in:
Jorge Bornhausen 2024-12-19 17:26:55 +01:00
parent 01fe45047a
commit d2078337eb
Signed by: jorge.bornhausen
SSH key fingerprint: SHA256:X2ootOwvCeP4FoNfmVUFIKIbhq95tAgnt7Oqg3x+lfs

View file

@ -195,6 +195,7 @@
<checkModificationExcludes>mvnw</checkModificationExcludes> <checkModificationExcludes>mvnw</checkModificationExcludes>
<scmReleaseCommitComment>chore: release @{releaseLabel}</scmReleaseCommitComment> <scmReleaseCommitComment>chore: release @{releaseLabel}</scmReleaseCommitComment>
<scmDevelopmentCommitComment>chore: prepare for next development iteration [skip ci]</scmDevelopmentCommitComment> <scmDevelopmentCommitComment>chore: prepare for next development iteration [skip ci]</scmDevelopmentCommitComment>
<autoVersionSubmodules>true</autoVersionSubmodules>
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>