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

This commit is contained in:
2023-05-09 10:43:23 -05:00
parent cedc1edfac
commit 815bd8b0ce
5 changed files with 78 additions and 5 deletions

View File

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