Skip to content

Commit

Permalink
adding ffc-doc repo names to the dictionary (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
farshid3003 authored Jan 28, 2025
1 parent ec45bd7 commit 70e71f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v-10.0.3
v-10.0.4
5 changes: 4 additions & 1 deletion src/uk/gov/defra/ffc/Provision.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ class Provision implements Serializable {

static final Map repoNames = [
ffcahwrsfdmessagingproxy: 'sfdmsgprx',
ffcahwrapplication: "ahwrapp"]
ffcahwrapplication: "ahwrapp",
ffcdocstatementdata: "doctdt",
ffcdocstatementpublisher: "doctdpb",
ffcdocstatementconstructor: "doctdcon"]

// Public Methods

Expand Down

0 comments on commit 70e71f1

Please sign in to comment.