Skip to content

Commit

Permalink
update jgitver for circleci and update docker orb
Browse files Browse the repository at this point in the history
  • Loading branch information
dashaun committed Dec 14, 2023
1 parent 35cbaf5 commit d86442a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
docker: circleci/docker@2.2.0
docker: circleci/docker@2.4.0
sdkman: joshdholtz/[email protected]

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .mvn/jgitver.config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<strategy>CONFIGURABLE</strategy>
<policy>MAX</policy>
<autoIncrementPatch>true</autoIncrementPatch>
<useDirty>true</useDirty>
<useDirty>false</useDirty>
<useGitCommitId>false</useGitCommitId>
<useSnapshot>true</useSnapshot>
<useSnapshot>false</useSnapshot>
<gitCommitIdLength>8</gitCommitIdLength>
<nonQualifierBranches>main</nonQualifierBranches>
<useDefaultBranchingPolicy>true</useDefaultBranchingPolicy>
Expand Down

0 comments on commit d86442a

Please sign in to comment.