Updates to work with branch-specific maven deployments in/with circleci [skip ci]

This commit is contained in:
2023-05-09 13:02:54 -05:00
parent dd13febc50
commit 27c7719912
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" }}