Skip to content

Commit

Permalink
Merge pull request #408 from getbouncer/awush-fix-deployment-names
Browse files Browse the repository at this point in the history
Fix deployment names for scan-payment-full and scan-payment-minimal.
  • Loading branch information
awush-stripe authored Jul 12, 2021
2 parents 4c428b0 + 2870c46 commit b3f8a6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scan-payment-full/deploy.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ ext {
developerEmail = '[email protected]'

publishGroupId = 'com.getbouncer'
publishArtifactId = 'scan-payment-ocr-full'
publishArtifactId = 'scan-payment-full'
publishVersion = version
}

Expand Down
2 changes: 1 addition & 1 deletion scan-payment-minimal/deploy.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ ext {
developerEmail = '[email protected]'

publishGroupId = 'com.getbouncer'
publishArtifactId = 'scan-payment-ocr-minimal'
publishArtifactId = 'scan-payment-minimal'
publishVersion = version
}

Expand Down

0 comments on commit b3f8a6b

Please sign in to comment.