Updates to work with branch-specific maven deployments in/with circleci

This commit is contained in:
2023-05-09 13:02:54 -05:00
parent 6deee87585
commit ebafc3e97e
2 changed files with 27 additions and 0 deletions

View File

@ -71,6 +71,10 @@ commands:
mvn_deploy:
steps:
- checkout
- run:
name: Adjust pom version
command: |
.circleci/adjust-pom-version.sh
- restore_cache:
keys:
- v1-dependencies-{{ checksum "pom.xml" }}