Commit 0128bf6
The release script bumps the dapr.sdk.version property in all reactor
POMs (including dapr-spring-bom) before bumping the standalone BOMs.
The later 'mvn versions:set -f dapr-spring/dapr-spring-bom/pom.xml'
runs in single-POM mode (no reactor) and tries to resolve the import
dapr-sdk-bom at the new version, which is not yet installed.
Install sdk-bom into the local repo between the two BOM updates so the
import resolves.
(cherry picked from commit 2c038f4)
Signed-off-by: Javier Aliaga <javier@diagrid.io>
Co-authored-by: Javier Aliaga <javier@diagrid.io>
Co-authored-by: Siri Varma Vegiraju <siri.varma@outlook.com>
1 parent ed8d6a0 commit 0128bf6
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
0 commit comments