attempt to dploy branches to unique verion name

This commit is contained in:
2023-05-09 10:43:23 -05:00
parent b412a424ca
commit 21251b8d9b
2 changed files with 22 additions and 0 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" }}